Commit 998a76d
committed
feat: refactor and enhance chat system with new features and bug fixes
- Added version `v0.12.0` with bug fixes, code refactoring, and new features.
- Fixed HTML entity handling and improved environment prefix consistency.
- Improved error handling and code cleanup in command execution.
- Refactored confirmation logic and removed unused dependencies.
- Removed `needConfirm` parameter from `ApplyEdits`.
- Improved diff output formatting and rendering.
- Simplified edit confirmation logic in diff block editor.
- Refactored chat message handling and removed unused code.
- Removed unused UI history and spinner components.
- Refactored chat system to use `llms.ChatMessage` for message handling.
- Refactored console rendering for consistency and simplicity.
- Refactored commit message rendering and styling.
- Refactored options initialization using a functional pattern.
- Added language support to commit command.
- Added support for commit message language configuration.
- Added support for conventional commit prefixes.
- Added shorthand flag for version command output.
- Added shell completions and manpage generation support.
- Updated version links in the changelog for `v0.12.0`, `v0.1.11`, and `v0.1.10`.
- Improved error handling and streaming logic in LLM engine for version `v0.1.11`.
Signed-off-by: codiing-hui <wecoding@yeah.net>1 parent 93818c2 commit 998a76d
2 files changed
+46
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
4 | 38 | | |
5 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
6 | 43 | | |
7 | 44 | | |
8 | 45 | | |
| |||
16 | 53 | | |
17 | 54 | | |
18 | 55 | | |
| 56 | + | |
19 | 57 | | |
20 | 58 | | |
21 | 59 | | |
| |||
223 | 261 | | |
224 | 262 | | |
225 | 263 | | |
226 | | - | |
227 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
228 | 269 | | |
229 | 270 | | |
230 | 271 | | |
| |||
0 commit comments