Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-commands-memory-memory-load-mdx-157.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
978 B
JSON

{
"id": "commands/memory/memory-load",
"title": "/memory:load",
"description": "Load project context and core content into memory",
"source": "@site/docs/commands/memory/memory-load.mdx",
"sourceDirName": "commands/memory",
"slug": "/commands/memory/memory-load",
"permalink": "/docs/zh/commands/memory/memory-load",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/memory/memory-load.mdx",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"title": "/memory:load",
"sidebar_label": "/memory:load",
"sidebar_position": 3,
"description": "Load project context and core content into memory"
},
"sidebar": "docs",
"previous": {
"title": "/memory:update-related",
"permalink": "/docs/zh/commands/memory/memory-update-related"
},
"next": {
"title": "/memory:docs-full-cli",
"permalink": "/docs/zh/commands/memory/memory-docs-full-cli"
}
}