mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-14 17:41:22 +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:
@@ -121,6 +121,7 @@
|
||||
"disabled": "已禁用",
|
||||
"platforms": "平台配置",
|
||||
"events": "事件触发器",
|
||||
"selectPlatforms": "选择此事件要通知的平台:",
|
||||
"noPlatforms": "无平台",
|
||||
"configured": "已配置",
|
||||
"save": "保存",
|
||||
@@ -151,6 +152,36 @@
|
||||
"method": "HTTP 方法",
|
||||
"headers": "自定义请求头(JSON)",
|
||||
"headersHint": "可选的 JSON 对象,包含自定义请求头"
|
||||
},
|
||||
"feishu": {
|
||||
"webhookUrl": "Webhook URL",
|
||||
"webhookUrlHint": "从飞书机器人设置中获取",
|
||||
"useCard": "使用卡片格式",
|
||||
"useCardHint": "以富交互卡片形式发送",
|
||||
"title": "卡片标题(可选)"
|
||||
},
|
||||
"dingtalk": {
|
||||
"webhookUrl": "Webhook URL",
|
||||
"webhookUrlHint": "从钉钉机器人设置中获取",
|
||||
"keywords": "安全关键词",
|
||||
"keywordsHint": "逗号分隔的关键词,用于安全校验"
|
||||
},
|
||||
"wecom": {
|
||||
"webhookUrl": "Webhook URL",
|
||||
"webhookUrlHint": "从企业微信机器人设置中获取",
|
||||
"mentionedList": "提醒用户",
|
||||
"mentionedListHint": "要提醒的用户 ID,使用 '@all' 提醒所有人"
|
||||
},
|
||||
"email": {
|
||||
"host": "SMTP 服务器",
|
||||
"hostHint": "例如:smtp.gmail.com",
|
||||
"port": "端口",
|
||||
"secure": "使用 TLS",
|
||||
"username": "用户名",
|
||||
"password": "密码",
|
||||
"from": "发件人邮箱",
|
||||
"to": "收件人",
|
||||
"toHint": "逗号分隔的邮箱地址"
|
||||
}
|
||||
},
|
||||
"versionCheck": {
|
||||
|
||||
Reference in New Issue
Block a user