Skip to content

Commit 4bbbc48

Browse files
author
semantic-release
committed
chore: release v1.2.0
1 parent 2c250f4 commit 4bbbc48

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
# CHANGELOG
22

33

4+
## v1.2.0 (2026-01-29)
5+
6+
### Chores
7+
8+
- Configure dependabot to target development branch
9+
([`f6fc50f`](https://github.com/UseTheFork/byte/commit/f6fc50f033c73fc832ef51bfc0a9bc8483980211))
10+
11+
- Remove outdated convention documentation
12+
([`e4e9b51`](https://github.com/UseTheFork/byte/commit/e4e9b513cdba3542a8c5ec450535e07f4ed1a093))
13+
14+
### Features
15+
16+
- Add boundary methods for important and critical text formatting
17+
([`66658fa`](https://github.com/UseTheFork/byte/commit/66658fae23f2019de74c4ddae22cd8701c3ce8c2))
18+
19+
Introduces new Boundary methods: - `important()` for emphasizing important information - Refactors
20+
existing critical text formatting - Adds support for both XML and markdown formatting styles
21+
22+
These changes improve text emphasis and formatting capabilities in the prompt system
23+
24+
- Add record response service for tracking agent interactions
25+
([`b751175`](https://github.com/UseTheFork/byte/commit/b751175ec11cfaea63c4c23f3fd2321717453d14))
26+
27+
### Refactoring
28+
29+
- Improve message formatting and boundary handling
30+
([`98d9a97`](https://github.com/UseTheFork/byte/commit/98d9a9765d5ae669c6e15465598cdc11773bc11f))
31+
32+
- Improve type hints and simplify enforcement list handling
33+
([`ae14ff0`](https://github.com/UseTheFork/byte/commit/ae14ff01c76f0bcb2c7864c059fb355dc7aaf3bf))
34+
35+
- Update enforcement and reinforcement message handling
36+
([`b8b74d4`](https://github.com/UseTheFork/byte/commit/b8b74d49d39bfb419d6e5580da2f6055141bf8a2))
37+
38+
- Update list handling in ai comment watcher and add warning method to boundary utils
39+
([`fa3d02f`](https://github.com/UseTheFork/byte/commit/fa3d02f7f28bba601a171dc82834ada54a5f0347))
40+
41+
442
## v1.1.0 (2026-01-24)
543

644
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "byte-ai-cli"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A human-in-the-loop AI coding agent that keeps you in control."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)