Skip to content

Commit 19a8d41

Browse files
committed
docs: add v0.13.1 chglog
- Add changelog entry for version `v0.13.1` with code refactoring and new features. - Refactor `Render` function to use formatted strings for `content`. - Refactor coder block fence rendering to use `RenderStep`. - Refactor command handler method names for consistency. - Simplify `coding` function by removing redundant context checks. - Implement command-line flag handling and completion support. - Add `deepseek-reasoner` model with alias `ds-r1`. - Update `Unreleased` link to compare against `v0.13.1`. Signed-off-by: codiing-hui <wecoding@yeah.net>
1 parent 0fbe2fe commit 19a8d41

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

33

4+
<a name="v0.13.1"></a>
5+
## [v0.13.1] - 2025-01-31
6+
### Code Refactoring
7+
- refactor `Render` function to use formatted string for `content`
8+
- refactor coder block fence rendering to use `RenderStep`
9+
- refactor command handler method names for consistency
10+
- simplify `coding` function by removing redundant context checks
11+
12+
### Features
13+
- implement command-line flag handling and completion support
14+
- add `deepseek-reasoner` model with alias `ds-r1`
15+
16+
417
<a name="v0.13.0"></a>
518
## [v0.13.0] - 2025-01-18
619
### Bug Fixes
@@ -315,7 +328,8 @@
315328
- add ask cmd
316329

317330

318-
[Unreleased]: https://github.com/coding-hui/ai-terminal/compare/v0.13.0...HEAD
331+
[Unreleased]: https://github.com/coding-hui/ai-terminal/compare/v0.13.1...HEAD
332+
[v0.13.1]: https://github.com/coding-hui/ai-terminal/compare/v0.13.0...v0.13.1
319333
[v0.13.0]: https://github.com/coding-hui/ai-terminal/compare/v0.12.1...v0.13.0
320334
[v0.12.1]: https://github.com/coding-hui/ai-terminal/compare/v0.12.0...v0.12.1
321335
[v0.12.0]: https://github.com/coding-hui/ai-terminal/compare/v0.1.11...v0.12.0

0 commit comments

Comments
 (0)