Skip to content

Commit 3406b0d

Browse files
committed
chore: prepare changelog for v0.13.8 release
- Add changelog entries for version v0.13.8 with bug fixes, code refactoring, and new features - Add changelog entries for version v0.13.7 with bug fixes - Update version comparison links for recent releases Signed-off-by: wecoding <wecoding@yeah.net>
1 parent d29b43b commit 3406b0d

File tree

1 file changed

+64
-9
lines changed

1 file changed

+64
-9
lines changed

CHANGELOG.md

Lines changed: 64 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,74 @@
11
# Change Log
22

33

4+
<a name="v0.13.8"></a>
5+
## [v0.13.8] - 2025-10-02
6+
### Bug Fixes
7+
- remove conversation session error wrapping
8+
- improve conversation session error message
9+
- disable interactive mode for CLI prompts
10+
- improve CLI error messages and help
11+
- remove " > " suffix from prompt prefix in chat history
12+
13+
### Code Refactoring
14+
- remove unused markdown renderer
15+
- tHE PULL REQUEST TITLE: Show session ID in clear command message
16+
- consolidate prompt mode handling in UI
17+
- remove unused prompt variables
18+
- based on the changes described in the file summaries, the best title for the pull request is:
19+
- simplify history file formatting
20+
- use HistoryWriter for chat persistence
21+
- refactor chat history to use HistoryWriter
22+
- refactor AutoCommit into modular methods
23+
- consolidate interactive flows in CLI commands
24+
- integrate chat history writer into command executor
25+
- replace console.Render with historyWriter.Render for all outputs
26+
- remove trailing whitespace and add chat import
27+
- remove trailing whitespace in chat.go
28+
- standardize chat history format to match aider style
29+
- remove prompt mode cycling
30+
31+
### Features
32+
- set prompt mode for empty slash commands
33+
- add conversation clearing command
34+
- reload conversation contexts after commands
35+
- continue last conversation when flag is set
36+
- persist save confirmation to history
37+
- support configurable commit attribution
38+
- enable interactive mode by default
39+
- add auto coder commit flag for model attribution
40+
- distinguish auto coder commits with model info in author
41+
- include model name in commit author
42+
- include model info in commit email
43+
- include model name in commit author
44+
- make commit author name and email configurable
45+
- set ai auto coder as commit author
46+
- format error messages with markdown in chat history
47+
- add unified console output and chat history writer
48+
- capture console output in chat history
49+
- add line breaks between chat inputs and responses
50+
- add prompt suffix for better terminal display
51+
- use prompt prefix based on mode in chat history
52+
- add prompt prefix to chat history commands
53+
- update chat history headers to generic AI format
54+
- add chat history logging to .ai.chat.history.md
55+
56+
57+
<a name="v0.13.7"></a>
58+
## [v0.13.7] - 2025-10-02
59+
### Bug Fixes
60+
- remove command argument length validation
61+
62+
463
<a name="v0.13.6"></a>
564
## [v0.13.6] - 2025-10-02
665
### Code Refactoring
766
- refactor system configuration detection
67+
- remove deprecated prompt configuration
868

969

1070
<a name="v0.13.5"></a>
1171
## [v0.13.5] - 2025-10-02
12-
### Code Refactoring
13-
- remove deprecated prompt configuration
14-
15-
16-
<a name="latest"></a>
17-
## [latest] - 2025-10-02
1872
### Bug Fixes
1973
- fix raw and quiet mode rendering
2074

@@ -422,10 +476,11 @@
422476
- add ask cmd
423477

424478

425-
[Unreleased]: https://github.com/coding-hui/ai-terminal/compare/v0.13.6...HEAD
479+
[Unreleased]: https://github.com/coding-hui/ai-terminal/compare/v0.13.8...HEAD
480+
[v0.13.8]: https://github.com/coding-hui/ai-terminal/compare/v0.13.7...v0.13.8
481+
[v0.13.7]: https://github.com/coding-hui/ai-terminal/compare/v0.13.6...v0.13.7
426482
[v0.13.6]: https://github.com/coding-hui/ai-terminal/compare/v0.13.5...v0.13.6
427-
[v0.13.5]: https://github.com/coding-hui/ai-terminal/compare/latest...v0.13.5
428-
[latest]: https://github.com/coding-hui/ai-terminal/compare/v0.13.4...latest
483+
[v0.13.5]: https://github.com/coding-hui/ai-terminal/compare/v0.13.4...v0.13.5
429484
[v0.13.4]: https://github.com/coding-hui/ai-terminal/compare/v0.13.3...v0.13.4
430485
[v0.13.3]: https://github.com/coding-hui/ai-terminal/compare/v0.13.2...v0.13.3
431486
[v0.13.2]: https://github.com/coding-hui/ai-terminal/compare/v0.13.1...v0.13.2

0 commit comments

Comments
 (0)