mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat: add experimental support for AST parsing and static graph indexing
- Introduced CLI options for using AST grep parsers and enabling static graph relationships during indexing. - Updated configuration management to load new settings for AST parsing and static graph types. - Enhanced AST grep processor to handle imports with aliases and improve relationship tracking. - Modified TreeSitter parsers to support synthetic module scopes for better static graph persistence. - Implemented global relationship updates in the incremental indexer for static graph expansion. - Added new ArtifactTag and FloatingFileBrowser components to the frontend for improved terminal dashboard functionality. - Created utility functions for detecting CCW artifacts in terminal output with associated tests.
This commit is contained in:
@@ -164,11 +164,28 @@
|
||||
"uninstall": "卸载",
|
||||
"uninstalling": "卸载中...",
|
||||
"uninstallConfirm": "确定要卸载 CCW MCP 吗?",
|
||||
"uninstallScopeConfirm": "确定要从{scope}移除 CCW MCP 吗?",
|
||||
"saveConfig": "保存配置",
|
||||
"saving": "保存中..."
|
||||
},
|
||||
"scope": {
|
||||
"global": "全局",
|
||||
"project": "项目",
|
||||
"addScope": "安装到其他作用域",
|
||||
"installToProject": "同时安装到项目",
|
||||
"installToGlobal": "同时安装到全局",
|
||||
"uninstallFrom": "按作用域卸载",
|
||||
"uninstallGlobal": "从全局移除",
|
||||
"uninstallProject": "从项目移除"
|
||||
},
|
||||
"codexNote": "需要全局安装:npm install -g claude-code-workflow"
|
||||
},
|
||||
"conflict": {
|
||||
"badge": "冲突",
|
||||
"title": "作用域冲突",
|
||||
"description": "此服务器同时存在于项目和全局作用域。运行时使用{scope}版本。",
|
||||
"resolution": "建议从其中一个作用域移除该服务器。"
|
||||
},
|
||||
"recommended": {
|
||||
"title": "推荐服务器",
|
||||
"description": "一键快速安装热门 MCP 服务器",
|
||||
|
||||
Reference in New Issue
Block a user