mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Added functionality to save MCP server configurations as templates in the MCP Manager. - Implemented new hooks for managing system settings including Chinese response, Windows platform, and Codex CLI enhancements. - Updated API calls to support fetching and toggling system settings. - Introduced UI components for displaying and managing response language settings and system status. - Enhanced error handling and notifications for server deletion and template saving actions. - Updated localization files for new settings and descriptions in English and Chinese.
30 lines
948 B
JSON
30 lines
948 B
JSON
{
|
|
"id": "commands/general/ccw-debug",
|
|
"title": "/ccw-debug",
|
|
"description": "Debug coordinator for intelligent debugging workflows",
|
|
"source": "@site/docs/commands/general/ccw-debug.mdx",
|
|
"sourceDirName": "commands/general",
|
|
"slug": "/commands/general/ccw-debug",
|
|
"permalink": "/docs/zh/commands/general/ccw-debug",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw-debug.mdx",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 5,
|
|
"frontMatter": {
|
|
"title": "/ccw-debug",
|
|
"sidebar_label": "/ccw-debug",
|
|
"sidebar_position": 5,
|
|
"description": "Debug coordinator for intelligent debugging workflows"
|
|
},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "/ccw-coordinator",
|
|
"permalink": "/docs/zh/commands/general/ccw-coordinator"
|
|
},
|
|
"next": {
|
|
"title": "/flow-create",
|
|
"permalink": "/docs/zh/commands/general/flow-create"
|
|
}
|
|
} |