# Release version 0.9.5
- feat(message-input): add search box to slash-command popups. - fix(file-tree): keep aux-panel tree in sync with filesystem changes. - fix(file-tree): invalidate both cached target and ancestor, skip collapsed refetches. - chore(acp): bump claude-agent-acp to 0.30.0 and opencode to 1.14.19. ----------------------------- # 发布版本 0.9.5 - 新增(消息输入):在斜杠命令弹窗中增加搜索框,方便快速定位命令; - 修复(文件树):辅助面板的文件树与文件系统变更保持同步; - 修复(文件树):同时失效缓存目标及其祖先节点,跳过已折叠节点的重复拉取; - 杂项(ACP):升级 claude-agent-acp 至 0.30.0、opencode 至 1.14.19。
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "codeg",
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"identifier": "app.codeg",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
Reference in New Issue
Block a user