Fix link path from /basic/garden to /basic/prompt-garden in index pages.
Update mkdocs-dev.yml nav to split optimization into system and user workspaces.
Add documentation for new v2.10.0 features in both English and Chinese:
- Favorites: example application to workspaces
- Models: provider-specific request details and capability tags
- Prompt Garden: direct use vs favorite saving guide
- Testing: Run All parallel execution说明
- Desktop: localhost/private network direct routing
P1: Remove unused injects and functions
- Remove unused appOpenPromptPreview inject from ContextSystemWorkspace
- Remove unused appOpenPromptPreview inject from ContextUserWorkspace
- Remove unused handleOpenToolManager/handleOpenVariableManager from ContextUserWorkspace
P2: Fix saveToGlobal bypassing persistence
- Use variableManager.addVariable() instead of direct customVariables.value assignment
- This ensures proper validation and saveToStorage() is called
P3: Fix trailing whitespace in docs
- Remove trailing whitespace from replicate.md
- Remove trailing whitespace from style-learn.md
Allow Docker and other runtime environments to inject JSON request parameters for suffixed custom models so provider-specific defaults like NVIDIA NIM thinking flags persist outside the UI. Add parsing, sanitization, tests, and docs for the new VITE_CUSTOM_API_PARAMS_<suffix> flow.
Use images/logo/1024-1024.svg as the source of truth and regenerate desktop/web/extension/docs icon assets with a consistent rounded alpha mask. Refs #211.