Skip to content

Commit d4ef93d

Browse files
committed
v0.7.20
- Added more theme validation points and added macaron powder theme - Optimize the user experience of the /profiles panel - Add orphan tool cleanup logic when sub-proxy compression - Improve terminal title display - Fix the bug that IDE Diff doesn't trigger when editing multiple files. - Fix the bug that IDE Diff is not triggered when editing multiple files.
1 parent 5d3c69c commit d4ef93d

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ jobs:
5656
5757
### What's New
5858
59-
- Optimize the ACE tool to reduce context usage
60-
- Remove the /models command to strengthen the /profiles command and panel functionality
61-
- Enhance the coverage of the default sensitive command panel (database operation commands)
62-
- Add more effective points to the theme system and introduce a new built-in theme
59+
- Added more theme validation points and added macaron powder theme
60+
- Optimize the user experience of the /profiles panel
61+
- Add orphan tool cleanup logic when sub-proxy compression
62+
- Improve terminal title display
63+
- Fix the bug that IDE Diff doesn't trigger when editing multiple files.
64+
- Fix the bug that IDE Diff is not triggered when editing multiple files.
6365
6466
### Installation
6567
```bash

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snow-ai",
3-
"version": "0.7.19",
3+
"version": "0.7.20",
44
"description": "Agentic coding in your terminal",
55
"license": "MIT",
66
"bin": {

0 commit comments

Comments
 (0)