You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration file is shared with the [Deep Code VSCode extension](https://github.com/lessweb/deepcode) — configure once, use everywhere.
49
49
50
-
For complete configuration details (multi-level priority, environment variables, etc.), see [docs/configuration.md](docs/configuration.md).
50
+
For complete configuration details (multi-level priority, environment variables, etc.), see [docs/configuration_en.md](docs/configuration_en.md).
51
51
52
52
## Key Features
53
53
@@ -117,7 +117,7 @@ Deep Code comes with a built-in, free Web Search tool that works well for most u
117
117
118
118
Deep Code supports MCP (Model Context Protocol) to connect external services such as GitHub, browsers, databases, and more. Configure the `mcpServers` field in `settings.json` to enable it, then use the `/mcp` command to view MCP server status and available tools.
119
119
120
-
> 📖 See [docs/mcp.md](docs/mcp.md) for details.
120
+
> 📖 See [docs/mcp_en.md](docs/mcp.md) for details.
121
121
122
122
### How to configure notifications after a task completes?
123
123
@@ -127,7 +127,7 @@ When the AI assistant completes a task, Deep Code can automatically execute a no
127
127
128
128
### Does Deep Code only support YOLO mode?
129
129
130
-
No. Deep Code has a built-in fine-grained permission control mechanism that lets you confirm operations before the AI assistant executes shell commands, reads/writes files, accesses the network, and more. You can configure each permission scope's policy — always allow, always ask, or deny — via the `permissions` field in `settings.json`. See [docs/permission.md](docs/permission.md) for details.
130
+
No. Deep Code has a built-in fine-grained permission control mechanism that lets you confirm operations before the AI assistant executes shell commands, reads/writes files, accesses the network, and more. You can configure each permission scope's policy — always allow, always ask, or deny — via the `permissions` field in `settings.json`. See [docs/permission_en.md](docs/permission.md) for details.
131
131
132
132
### Does it support Coding Plan?
133
133
@@ -154,7 +154,7 @@ Deep Code CLI includes 8 built-in preset themes, supports the `/theme` command f
154
154
155
155
**Custom themes:** Supports simplified color palette (`colors`), partial overrides (`overrides`), and full customization (`tokens`).
156
156
157
-
> 📖 See [docs/configuration.md](docs/configuration.md) for the full configuration guide.
157
+
> 📖 See [docs/configuration_en.md](docs/configuration_en.md) for the full configuration guide.
0 commit comments