Skip to content

Commit 36f9bb4

Browse files
committed
feat: update README.md
1 parent 4979291 commit 36f9bb4

7 files changed

Lines changed: 41 additions & 7 deletions

File tree

README-en.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Skills are discovered from these locations, in priority order:
9797

9898
- `deepseek-v4-pro` (Recommended)
9999
- `deepseek-v4-flash`
100+
- `deepseek-v4-flash-vision-exp`
100101
- Any other OpenAI-compatible model
101102

102103
## Architecture and Benchmarks
@@ -115,7 +116,11 @@ Yes. Deep Code offers a full-featured VSCode extension, available on the [VSCode
115116

116117
### Does Deep Code support understanding images?
117118

118-
Deep Code includes a free built-in image understanding tool, and you can paste images from the clipboard with `Ctrl+V`. Deep Code itself supports multimodal input, but the `deepseek-v4` model family does not yet support multimodal input.
119+
Yes. The `deepseek-v4-flash-vision-exp` model can read local images directly, or you can paste images from the clipboard with `Ctrl+V`, so the model can see the image content directly.
120+
121+
Non-multimodal models such as `deepseek-v4-pro` and `deepseek-v4-flash` continue to use the `UnderstandImage` image-understanding tool. Deep Code detects model capabilities automatically; you can also override the detection with the `multimodal` setting.
122+
123+
By default, images are sent inline as base64. With `filesApiEnabled`, Deep Code uploads images through the DeepSeek Files API and reuses the `file_id` in subsequent requests. See [docs/configuration_en.md](docs/configuration_en.md#deepseek-files-api).
119124

120125
### How to automatically send a Slack message after a task completes?
121126

README-zh_CN.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Skills 会按以下优先级扫描:
9696

9797
- `deepseek-v4-pro`(推荐使用)
9898
- `deepseek-v4-flash`
99+
- `deepseek-v4-flash-vision-exp`
99100
- 任何其他 OpenAI 兼容模型
100101

101102
## 架构和基准测试
@@ -114,7 +115,11 @@ Deep Code 的收益来自于工具约束、上下文管理、Agent Skills 和权
114115

115116
### Deep Code 是否支持理解图片?
116117

117-
Deep Code 内置免费可用的图片理解工具,可使用ctrl+v从剪贴板粘贴图片。Deep Code 本身支持多模态,但目前 deepseek-v4 系列模型还不支持多模态。
118+
支持。`deepseek-v4-flash-vision-exp` 模型支持直接读取本地图片或使用`ctrl+v`从剪贴板粘贴图片,让模型直接看到图片内容。
119+
120+
`deepseek-v4-pro``deepseek-v4-flash` 等非多模态模型仍会使用 `UnderstandImage` 识图工具。Deep Code 会自动判断模型能力,也可通过 `multimodal` 配置项手动覆盖。
121+
122+
默认情况下,图片会以 base64 内联发送给模型。启用 `filesApiEnabled` 后,Deep Code 会使用 DeepSeek Files API 上传图片并在请求中复用 `file_id`。详见 [docs/configuration.md](docs/configuration.md#deepseek-files-api)
118123

119124
### 怎样在任务完成后自动给 Slack 发消息?
120125

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Skills 会按以下优先级扫描:
9696

9797
- `deepseek-v4-pro`(推荐使用)
9898
- `deepseek-v4-flash`
99+
- `deepseek-v4-flash-vision-exp`
99100
- 任何其他 OpenAI 兼容模型
100101

101102
## 架构和基准测试
@@ -114,7 +115,11 @@ Deep Code 的收益来自于工具约束、上下文管理、Agent Skills 和权
114115

115116
### Deep Code 是否支持理解图片?
116117

117-
Deep Code 内置免费可用的图片理解工具,可使用ctrl+v从剪贴板粘贴图片。Deep Code 本身支持多模态,但目前 deepseek-v4 系列模型还不支持多模态。
118+
支持。`deepseek-v4-flash-vision-exp` 模型支持直接读取本地图片或使用`ctrl+v`从剪贴板粘贴图片,让模型直接看到图片内容。
119+
120+
`deepseek-v4-pro``deepseek-v4-flash` 等非多模态模型仍会使用 `UnderstandImage` 识图工具。Deep Code 会自动判断模型能力,也可通过 `multimodal` 配置项手动覆盖。
121+
122+
默认情况下,图片会以 base64 内联发送给模型。启用 `filesApiEnabled` 后,Deep Code 会使用 DeepSeek Files API 上传图片并在请求中复用 `file_id`。详见 [docs/configuration.md](docs/configuration.md#deepseek-files-api)
118123

119124
### 怎样在任务完成后自动给 Slack 发消息?
120125

packages/core/templates/skills/bundled/deepcode-self-refer/references/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ Skills 会按以下优先级扫描:
108108

109109
### Deep Code 是否支持理解图片?
110110

111-
Deep Code 内置免费可用的图片理解工具,可使用ctrl+v从剪贴板粘贴图片。Deep Code 本身支持多模态,但目前 deepseek-v4 系列模型还不支持多模态。
111+
支持。`deepseek-v4-flash-vision-exp` 模型支持直接读取本地图片或使用`ctrl+v`从剪贴板粘贴图片,让模型直接看到图片内容。
112+
113+
`deepseek-v4-pro``deepseek-v4-flash` 等非多模态模型仍会使用 `UnderstandImage` 识图工具。Deep Code 会自动判断模型能力,也可通过 `multimodal` 配置项手动覆盖。
114+
115+
默认情况下,图片会以 base64 内联发送给模型。启用 `filesApiEnabled` 后,Deep Code 会使用 DeepSeek Files API 上传图片并在请求中复用 `file_id`
112116

113117
### 怎样在任务完成后自动给 Slack 发消息?
114118

packages/vscode-ide-companion/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Deep Code 支持 agent skills,允许您扩展助手的能力:
3535

3636
- `deepseek-v4-pro`(推荐使用)
3737
- `deepseek-v4-flash`
38+
- `deepseek-v4-flash-vision-exp`
3839
- 任何其他 OpenAI 兼容模型
3940

4041
## 截图示例
@@ -61,7 +62,11 @@ npm install -g @vegamo/deepcode-cli
6162

6263
### Deep Code是否支持理解图片?
6364

64-
Deep Code内置免费可用的图片理解工具,可使用ctrl+v从剪贴板粘贴图片。Deep Code本身支持多模态,但目前deepseek-v4系列模型还不支持多模态。
65+
支持。`deepseek-v4-flash-vision-exp`模型支持直接读取本地图片或使用`ctrl+v`从剪贴板粘贴图片,让模型直接看到图片内容。
66+
67+
`deepseek-v4-pro``deepseek-v4-flash`等非多模态模型仍会使用`UnderstandImage`识图工具。Deep Code会自动判断模型能力,也可通过`multimodal`配置项手动覆盖。
68+
69+
默认情况下,图片会以base64内联发送给模型。启用`filesApiEnabled`后,Deep Code会使用DeepSeek Files API上传图片并在请求中复用`file_id`。详见 [docs/configuration.md](../../docs/configuration.md#deepseek-files-api)
6570

6671
### 怎样在任务完成后自动给Slack发消息?
6772

packages/vscode-ide-companion/README_cn.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Deep Code 支持 agent skills,允许您扩展助手的能力:
3535

3636
- `deepseek-v4-pro`(推荐使用)
3737
- `deepseek-v4-flash`
38+
- `deepseek-v4-flash-vision-exp`
3839
- 任何其他 OpenAI 兼容模型
3940

4041
## 截图示例
@@ -61,7 +62,11 @@ npm install -g @vegamo/deepcode-cli
6162

6263
### Deep Code是否支持理解图片?
6364

64-
Deep Code内置免费可用的图片理解工具,可使用ctrl+v从剪贴板粘贴图片。Deep Code本身支持多模态,但目前deepseek-v4系列模型还不支持多模态。
65+
支持。`deepseek-v4-flash-vision-exp`模型支持直接读取本地图片或使用`ctrl+v`从剪贴板粘贴图片,让模型直接看到图片内容。
66+
67+
`deepseek-v4-pro``deepseek-v4-flash`等非多模态模型仍会使用`UnderstandImage`识图工具。Deep Code会自动判断模型能力,也可通过`multimodal`配置项手动覆盖。
68+
69+
默认情况下,图片会以base64内联发送给模型。启用`filesApiEnabled`后,Deep Code会使用DeepSeek Files API上传图片并在请求中复用`file_id`。详见 [docs/configuration.md](../../docs/configuration.md#deepseek-files-api)
6570

6671
### 怎样在任务完成后自动给Slack发消息?
6772

packages/vscode-ide-companion/README_en.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Deep Code supports agent skills that allows you to extend the assistant's capabi
3535

3636
- `deepseek-v4-pro` (Recommended)
3737
- `deepseek-v4-flash`
38+
- `deepseek-v4-flash-vision-exp`
3839
- `deepseek-chat`
3940
- Any other OpenAI-compatible model
4041

@@ -62,7 +63,11 @@ npm install -g @vegamo/deepcode-cli
6263

6364
### Does Deep Code support understanding images?
6465

65-
Deep Code includes a free built-in image understanding tool, and you can paste images from the clipboard with `Ctrl+V`. Deep Code itself supports multimodal input, but the `deepseek-v4` model family does not yet support multimodal input.
66+
Yes. The `deepseek-v4-flash-vision-exp` model can read local images directly, or you can paste images from the clipboard with `Ctrl+V`, so the model can see the image content directly.
67+
68+
Non-multimodal models such as `deepseek-v4-pro` and `deepseek-v4-flash` continue to use the `UnderstandImage` image-understanding tool. Deep Code detects model capabilities automatically; you can also override the detection with the `multimodal` setting.
69+
70+
By default, images are sent inline as base64. With `filesApiEnabled`, Deep Code uploads images through the DeepSeek Files API and reuses the `file_id` in subsequent requests. See [docs/configuration_en.md](../../docs/configuration_en.md#deepseek-files-api).
6671

6772
### How to automatically send a Slack message after a task completes?
6873

0 commit comments

Comments
 (0)