|
1 | 1 | # Change Log |
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 63 | <a name="v0.13.6"></a> |
5 | 64 | ## [v0.13.6] - 2025-10-02 |
6 | 65 | ### Code Refactoring |
7 | 66 | - refactor system configuration detection |
| 67 | +- remove deprecated prompt configuration |
8 | 68 |
|
9 | 69 |
|
10 | 70 | <a name="v0.13.5"></a> |
11 | 71 | ## [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 |
18 | 72 | ### Bug Fixes |
19 | 73 | - fix raw and quiet mode rendering |
20 | 74 |
|
|
422 | 476 | - add ask cmd |
423 | 477 |
|
424 | 478 |
|
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 |
426 | 482 | [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 |
429 | 484 | [v0.13.4]: https://github.com/coding-hui/ai-terminal/compare/v0.13.3...v0.13.4 |
430 | 485 | [v0.13.3]: https://github.com/coding-hui/ai-terminal/compare/v0.13.2...v0.13.3 |
431 | 486 | [v0.13.2]: https://github.com/coding-hui/ai-terminal/compare/v0.13.1...v0.13.2 |
|
0 commit comments