|
2 | 2 |
|
3 | 3 |
|
4 | 4 | <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 | + |
6 | 12 | ### 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 |
7 | 20 | - refactor logging tests and add AI debug data tracking |
8 | 21 | - remove redundant `fmt.Sprintf` in user confirmation prompt |
9 | 22 | - refactor engine option naming for consistency |
10 | 23 | - refactor AI engine initialization to use `New` function |
11 | 24 |
|
12 | 25 | ### 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 |
13 | 39 | - add token usage tracking and configuration options |
14 | 40 | - refactor AI engine to support new models and APIs |
15 | 41 | - auto add modify file to load context |
|
0 commit comments