Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-commands-issue-issue-plan-md-a6c.json
catlog22 2094c1085b feat: enhance MCP server management and system settings
- 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.
2026-02-07 21:17:18 +08:00

30 lines
937 B
JSON

{
"id": "commands/issue/issue-plan",
"title": "issue:plan",
"description": "Plan issue solutions with exploration and task breakdown",
"source": "@site/docs/commands/issue/issue-plan.md",
"sourceDirName": "commands/issue",
"slug": "/commands/issue/issue-plan",
"permalink": "/docs/zh/commands/issue/issue-plan",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-plan.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"title": "issue:plan",
"sidebar_label": "issue:plan",
"sidebar_position": 3,
"description": "Plan issue solutions with exploration and task breakdown"
},
"sidebar": "docs",
"previous": {
"title": "issue:discover",
"permalink": "/docs/zh/commands/issue/issue-discover"
},
"next": {
"title": "issue:queue",
"permalink": "/docs/zh/commands/issue/issue-queue"
}
}