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.
This commit is contained in:
catlog22
2026-02-07 21:17:18 +08:00
parent d29527ae16
commit 2094c1085b
52 changed files with 2061 additions and 602 deletions

View File

@@ -1,172 +1,172 @@
{
"docusaurus-plugin-content-docs": {
"default": {
"path": "/docs/",
"path": "/docs/zh/",
"versions": [
{
"name": "current",
"label": "Next",
"label": "当前",
"isLast": true,
"path": "/docs/",
"path": "/docs/zh/",
"mainDocId": "index",
"docs": [
{
"id": "commands/cli/cli-init",
"path": "/docs/commands/cli/cli-init",
"path": "/docs/zh/commands/cli/cli-init",
"sidebar": "docs"
},
{
"id": "commands/cli/codex-review",
"path": "/docs/commands/cli/codex-review",
"path": "/docs/zh/commands/cli/codex-review",
"sidebar": "docs"
},
{
"id": "commands/general/ccw",
"path": "/docs/commands/general/ccw",
"path": "/docs/zh/commands/general/ccw",
"sidebar": "docs"
},
{
"id": "commands/general/ccw-coordinator",
"path": "/docs/commands/general/ccw-coordinator",
"path": "/docs/zh/commands/general/ccw-coordinator",
"sidebar": "docs"
},
{
"id": "commands/general/ccw-debug",
"path": "/docs/commands/general/ccw-debug",
"path": "/docs/zh/commands/general/ccw-debug",
"sidebar": "docs"
},
{
"id": "commands/general/ccw-plan",
"path": "/docs/commands/general/ccw-plan",
"path": "/docs/zh/commands/general/ccw-plan",
"sidebar": "docs"
},
{
"id": "commands/general/ccw-test",
"path": "/docs/commands/general/ccw-test",
"path": "/docs/zh/commands/general/ccw-test",
"sidebar": "docs"
},
{
"id": "commands/general/codex-coordinator",
"path": "/docs/commands/general/codex-coordinator",
"path": "/docs/zh/commands/general/codex-coordinator",
"sidebar": "docs"
},
{
"id": "commands/general/flow-create",
"path": "/docs/commands/general/flow-create",
"path": "/docs/zh/commands/general/flow-create",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-convert-to-plan",
"path": "/docs/commands/issue/issue-convert-to-plan",
"path": "/docs/zh/commands/issue/issue-convert-to-plan",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-discover",
"path": "/docs/commands/issue/issue-discover",
"path": "/docs/zh/commands/issue/issue-discover",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-execute",
"path": "/docs/commands/issue/issue-execute",
"path": "/docs/zh/commands/issue/issue-execute",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-from-brainstorm",
"path": "/docs/commands/issue/issue-from-brainstorm",
"path": "/docs/zh/commands/issue/issue-from-brainstorm",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-new",
"path": "/docs/commands/issue/issue-new",
"path": "/docs/zh/commands/issue/issue-new",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-plan",
"path": "/docs/commands/issue/issue-plan",
"path": "/docs/zh/commands/issue/issue-plan",
"sidebar": "docs"
},
{
"id": "commands/issue/issue-queue",
"path": "/docs/commands/issue/issue-queue",
"path": "/docs/zh/commands/issue/issue-queue",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-compact",
"path": "/docs/commands/memory/memory-compact",
"path": "/docs/zh/commands/memory/memory-compact",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-docs-full-cli",
"path": "/docs/commands/memory/memory-docs-full-cli",
"path": "/docs/zh/commands/memory/memory-docs-full-cli",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-docs-related-cli",
"path": "/docs/commands/memory/memory-docs-related-cli",
"path": "/docs/zh/commands/memory/memory-docs-related-cli",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-load",
"path": "/docs/commands/memory/memory-load",
"path": "/docs/zh/commands/memory/memory-load",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-update-full",
"path": "/docs/commands/memory/memory-update-full",
"path": "/docs/zh/commands/memory/memory-update-full",
"sidebar": "docs"
},
{
"id": "commands/memory/memory-update-related",
"path": "/docs/commands/memory/memory-update-related",
"path": "/docs/zh/commands/memory/memory-update-related",
"sidebar": "docs"
},
{
"id": "faq",
"path": "/docs/faq",
"path": "/docs/zh/faq",
"sidebar": "docs"
},
{
"id": "index",
"path": "/docs/",
"path": "/docs/zh/",
"sidebar": "docs"
},
{
"id": "overview",
"path": "/docs/overview",
"path": "/docs/zh/overview",
"sidebar": "docs"
},
{
"id": "workflows/faq",
"path": "/docs/workflows/faq"
"path": "/docs/zh/workflows/faq"
},
{
"id": "workflows/introduction",
"path": "/docs/workflows/introduction",
"path": "/docs/zh/workflows/introduction",
"sidebar": "docs"
},
{
"id": "workflows/level-1-ultra-lightweight",
"path": "/docs/workflows/level-1-ultra-lightweight",
"path": "/docs/zh/workflows/level-1-ultra-lightweight",
"sidebar": "docs"
},
{
"id": "workflows/level-2-rapid",
"path": "/docs/workflows/level-2-rapid",
"path": "/docs/zh/workflows/level-2-rapid",
"sidebar": "docs"
},
{
"id": "workflows/level-3-standard",
"path": "/docs/workflows/level-3-standard",
"path": "/docs/zh/workflows/level-3-standard",
"sidebar": "docs"
},
{
"id": "workflows/level-4-brainstorm",
"path": "/docs/workflows/level-4-brainstorm",
"path": "/docs/zh/workflows/level-4-brainstorm",
"sidebar": "docs"
},
{
"id": "workflows/level-5-intelligent",
"path": "/docs/workflows/level-5-intelligent",
"path": "/docs/zh/workflows/level-5-intelligent",
"sidebar": "docs"
}
],
@@ -174,7 +174,7 @@
"sidebars": {
"docs": {
"link": {
"path": "/docs/",
"path": "/docs/zh/",
"label": "Home"
}
}