Skip to content

Commit 4a06e92

Browse files
author
semantic-release
committed
0.7.1
Automatically generated by python-semantic-release
1 parent 44044db commit 4a06e92

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.7.1 (2025-12-31)
5+
6+
### Bug Fixes
7+
8+
- Remove redundant ref parameter in checkout action
9+
([`bb76ccd`](https://github.com/UseTheFork/byte/commit/bb76ccdaaf300d66230f8b8429d2cbb916a22702))
10+
11+
- Reorder semantic-release version command flags
12+
([`c39b016`](https://github.com/UseTheFork/byte/commit/c39b0167841083c27fc75eb2bcc7e307a9009b4d))
13+
14+
- Update release workflow to fetch full git history and use GitHub token
15+
([`14cc909`](https://github.com/UseTheFork/byte/commit/14cc90940e8e6f7b7221638e246121ee8a24b601))
16+
17+
### Chores
18+
19+
- Configure semantic-release for automated versioning and release management
20+
([`40b1e6f`](https://github.com/UseTheFork/byte/commit/40b1e6f25351d2af747131e667f8df3059259730))
21+
22+
- Increase semantic-release version command verbosity
23+
([`59a66ca`](https://github.com/UseTheFork/byte/commit/59a66ca97dfd007043550e8e7f06f9424b769c42))
24+
25+
- Remove hardcoded repo directory path
26+
([`a168b44`](https://github.com/UseTheFork/byte/commit/a168b441f6e1b5dda3b9709eb167f995ecda5b0e))
27+
28+
- Update release workflow and build configuration
29+
([`44044db`](https://github.com/UseTheFork/byte/commit/44044db056bc405340c24a0a6c9168a5debf786b))
30+
31+
432
## v0.7.0 (2025-12-31)
533

634
### Chores

docs/reference/settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Byte's configuration system uses a YAML file located at `.byte/config.yaml` to c
3737
|-------|------|---------|-------------|
3838
| `enable` | `boolean` | `false` | Enable file watching for AI comment markers (AI:, AI@, AI?, AI!). When enabled, Byte automatically detects changes and processes AI instructions. |
3939

40+
## Git
41+
42+
| Field | Type | Default | Description |
43+
|-------|------|---------|-------------|
44+
| `enable_scopes` | `boolean` | `false` | Enable scope selection for conventional commits |
45+
| `enable_breaking_changes` | `boolean` | `true` | Enable breaking change detection and confirmation |
46+
| `enable_body` | `boolean` | `true` | Enable commit message body generation |
47+
| `scopes` | `array[string]` | - | Available scopes for conventional commits |
48+
| `description_guidelines` | `array[string]` | - | Additional guidelines for commit descriptions |
49+
| `max_description_length` | `integer` | `72` | Maximum character length for commit descriptions |
50+
4051
## Lint
4152

4253
Code linting and formatting configuration

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 = "0.7.0"
3+
version = "0.7.1"
44
description = "A human-in-the-loop AI coding agent that keeps you in control."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)