mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
feat: add quick install templates and index status to CLI hooks and home locales
feat: enhance MCP manager with interactive question feature and update locales feat: implement tags and available models management in settings page fix: improve process termination logic in stop command for React frontend fix: update view command to default to 'js' frontend feat: add Recommended MCP Wizard component for dynamic server configuration
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
"description": "创建您的第一个钩子以自动化 CLI 工作流",
|
||||
"noHooksInEvent": "此事件未配置钩子"
|
||||
},
|
||||
"quickTemplates": {
|
||||
"title": "快速安装模板"
|
||||
},
|
||||
"templates": {
|
||||
"title": "快速安装模板",
|
||||
"description": "常见钩子模式的一键安装",
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
"runningLoops": "运行中的循环",
|
||||
"openIssues": "开放问题"
|
||||
},
|
||||
"indexStatus": {
|
||||
"label": "索引"
|
||||
},
|
||||
"sections": {
|
||||
"statistics": "统计",
|
||||
"recentSessions": "最近会话",
|
||||
|
||||
@@ -128,6 +128,10 @@
|
||||
"core_memory": {
|
||||
"name": "core_memory",
|
||||
"desc": "管理核心内存条目"
|
||||
},
|
||||
"ask_question": {
|
||||
"name": "ask_question",
|
||||
"desc": "通过 A2UI 界面发起交互式问答"
|
||||
}
|
||||
},
|
||||
"paths": {
|
||||
|
||||
Reference in New Issue
Block a user