Skip to content

Commit ee91d7e

Browse files
committed
feat: prepare v0.13.2 release: add features & fixes, refactor code, support new models and commands
- Update the release date of v0.13.2 from 2025-02-15 to 2025-02-16 - Add bug fixes including input string sanitization, API key integration, and fence detection logic refactoring - Enhance code refactoring in multiple areas such as comments, terminal renderer, and token calculations - Add new features like upgrading dependencies, enhancing thread - safety, and integrating token usage tracking - Add the `/apply` command and support for direct code input in `GetEdits` - Support Volcengine Ark models and document v0.13.2 changes in the changelog Signed-off-by: codiing-hui <wecoding@yeah.net>
1 parent 4d15118 commit ee91d7e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,40 @@
22

33

44
<a name="v0.13.2"></a>
5-
## [v0.13.2] - 2025-02-15
5+
## [v0.13.2] - 2025-02-16
6+
### Bug Fixes
7+
- sanitize input strings using HTML unescaping
8+
- integrate SILICONCLOUD_API_KEY and streamline clipboard logic
9+
- refactor fence detection logic for newline and header checks
10+
- fix autocoder failure when adding multiple files
11+
612
### Code Refactoring
13+
- enhance `commands.go` comments and use `html` package in completion functions
14+
- refactor terminal renderer to use environment-based color detection
15+
- refactor fence selection logic for improved accuracy
16+
- refactor fence detection logic for improved accuracy
17+
- consolidate user input for command execution
18+
- use precomputed `AverageTokensPerSecond` field for token calculations
19+
- optimize token rendering by eliminating redundant `fmt.Sprintf` calls
720
- refactor logging tests and add AI debug data tracking
821
- remove redundant `fmt.Sprintf` in user confirmation prompt
922
- refactor engine option naming for consistency
1023
- refactor AI engine initialization to use `New` function
1124

1225
### Features
26+
- upgrade Go dependencies, refactor command handling, replace library, and modify key bindings
27+
- enhance thread-safety of SimpleChatHistoryStore and update test cases for concurrency
28+
- enhance code fence handling and add related methods and documentation
29+
- upgrade dependencies, refactor struct fields, add HTML handling, and new Markdown module
30+
- streamline chat message rendering and output formatting
31+
- enable clipboard support for chat output copying
32+
- enhance design and chat model commands with new methods and templates
33+
- enhance command functionalities for AI-assisted coding
34+
- refactor command handlers to use single string input
35+
- refactor welcome message and enhance code fence handling in `AutoCoder`
36+
- integrate token usage tracking and reporting in the application
37+
- add `/apply` command and support for direct code input in `GetEdits`
38+
- support Volcengine Ark models and document v0.13.2 changes in changelog
1339
- add token usage tracking and configuration options
1440
- refactor AI engine to support new models and APIs
1541
- auto add modify file to load context

0 commit comments

Comments
 (0)