|
1 | 1 | { |
2 | 2 | "name": "deepseek-v4-for-copilot", |
3 | | - "displayName": "DeepSeek V4 for Copilot Chat", |
4 | | - "description": "Pick DeepSeek V4 Pro & Flash from the Copilot Chat model picker. Vision, thinking mode, agent tools — zero config, BYOK.", |
| 3 | + "displayName": "%deepseek-copilot.displayName%", |
| 4 | + "description": "%deepseek-copilot.description%", |
5 | 5 | "icon": "resources/icon.png", |
6 | 6 | "version": "0.3.1", |
7 | 7 | "publisher": "Vizards", |
|
49 | 49 | "languageModelChatProviders": [ |
50 | 50 | { |
51 | 51 | "vendor": "deepseek", |
52 | | - "displayName": "DeepSeek" |
| 52 | + "displayName": "%deepseek-copilot.providerDisplayName%" |
53 | 53 | } |
54 | 54 | ], |
55 | 55 | "commands": [ |
56 | 56 | { |
57 | 57 | "command": "deepseek-copilot.setApiKey", |
58 | | - "title": "DeepSeek: Set API Key" |
| 58 | + "title": "%deepseek-copilot.command.setApiKey%" |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "command": "deepseek-copilot.getApiKey", |
62 | | - "title": "DeepSeek: Get API Key" |
| 62 | + "title": "%deepseek-copilot.command.getApiKey%" |
63 | 63 | }, |
64 | 64 | { |
65 | 65 | "command": "deepseek-copilot.clearApiKey", |
66 | | - "title": "DeepSeek: Clear API Key" |
| 66 | + "title": "%deepseek-copilot.command.clearApiKey%" |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "command": "deepseek-copilot.setVisionModel", |
70 | | - "title": "DeepSeek: Set Vision Proxy Model" |
| 70 | + "title": "%deepseek-copilot.command.setVisionModel%" |
71 | 71 | }, |
72 | 72 | { |
73 | 73 | "command": "deepseek-copilot.openSettings", |
74 | | - "title": "DeepSeek: Open Settings" |
| 74 | + "title": "%deepseek-copilot.command.openSettings%" |
75 | 75 | }, |
76 | 76 | { |
77 | 77 | "command": "deepseek-copilot.showLogs", |
78 | | - "title": "DeepSeek: Show Logs" |
| 78 | + "title": "%deepseek-copilot.command.showLogs%" |
79 | 79 | } |
80 | 80 | ], |
81 | 81 | "walkthroughs": [ |
82 | 82 | { |
83 | 83 | "id": "deepseekGettingStarted", |
84 | | - "title": "DeepSeek V4 for Copilot Chat", |
85 | | - "description": "Set up DeepSeek V4 models in Copilot Chat.", |
| 84 | + "title": "%deepseek-copilot.walkthrough.title%", |
| 85 | + "description": "%deepseek-copilot.walkthrough.description%", |
86 | 86 | "steps": [ |
87 | 87 | { |
88 | 88 | "id": "setApiKey", |
89 | | - "title": "Set your DeepSeek API key", |
90 | | - "description": "[Get an API key](command:deepseek-copilot.getApiKey) from deepseek.com.\n[Set API Key](command:deepseek-copilot.setApiKey)", |
| 89 | + "title": "%deepseek-copilot.walkthrough.setApiKey.title%", |
| 90 | + "description": "%deepseek-copilot.walkthrough.setApiKey.description%", |
91 | 91 | "media": { |
92 | 92 | "markdown": "resources/walkthrough/set-api-key.md" |
93 | 93 | }, |
|
97 | 97 | }, |
98 | 98 | { |
99 | 99 | "id": "showModels", |
100 | | - "title": "Show DeepSeek models", |
101 | | - "description": "If the models are hidden, open VS Code's Language Models manager and show the DeepSeek models.\n[Open Language Models](command:workbench.action.chat.manage)", |
| 100 | + "title": "%deepseek-copilot.walkthrough.showModels.title%", |
| 101 | + "description": "%deepseek-copilot.walkthrough.showModels.description%", |
102 | 102 | "media": { |
103 | 103 | "markdown": "resources/walkthrough/show-models.md" |
104 | 104 | } |
|
107 | 107 | } |
108 | 108 | ], |
109 | 109 | "configuration": { |
110 | | - "title": "DeepSeek Copilot", |
| 110 | + "title": "%deepseek-copilot.config.title%", |
111 | 111 | "properties": { |
112 | 112 | "deepseek-copilot.baseUrl": { |
113 | 113 | "type": "string", |
114 | 114 | "default": "https://api.deepseek.com", |
115 | | - "description": "DeepSeek API base URL. Defaults to official DeepSeek API endpoint." |
| 115 | + "description": "%deepseek-copilot.config.baseUrl.description%" |
116 | 116 | }, |
117 | 117 | "deepseek-copilot.maxTokens": { |
118 | 118 | "type": "number", |
119 | 119 | "default": 0, |
120 | 120 | "minimum": 0, |
121 | | - "description": "Maximum number of output tokens per request. Set to 0 to use the API default (no limit). Useful for controlling costs." |
| 121 | + "description": "%deepseek-copilot.config.maxTokens.description%" |
122 | 122 | }, |
123 | 123 | "deepseek-copilot.modelIdOverrides": { |
124 | 124 | "type": "object", |
125 | 125 | "default": { |
126 | 126 | "deepseek-v4-flash": "deepseek-v4-flash", |
127 | 127 | "deepseek-v4-pro": "deepseek-v4-pro" |
128 | 128 | }, |
129 | | - "description": "Override the API model ID sent for each DeepSeek model. Defaults are prefilled with official DeepSeek IDs; change them only when using a compatible third-party API that uses different model names.", |
| 129 | + "description": "%deepseek-copilot.config.modelIdOverrides.description%", |
130 | 130 | "additionalProperties": false, |
131 | 131 | "properties": { |
132 | 132 | "deepseek-v4-flash": { |
133 | 133 | "type": "string", |
134 | | - "description": "API model ID for DeepSeek V4 Flash" |
| 134 | + "description": "%deepseek-copilot.config.modelIdOverrides.deepseek-v4-flash.description%" |
135 | 135 | }, |
136 | 136 | "deepseek-v4-pro": { |
137 | 137 | "type": "string", |
138 | | - "description": "API model ID for DeepSeek V4 Pro" |
| 138 | + "description": "%deepseek-copilot.config.modelIdOverrides.deepseek-v4-pro.description%" |
139 | 139 | } |
140 | 140 | } |
141 | 141 | }, |
142 | 142 | "deepseek-copilot.visionModel": { |
143 | 143 | "type": "string", |
144 | 144 | "default": "", |
145 | | - "description": "Model ID for vision proxy (describes images for text-only DeepSeek models). Leave empty for auto-detection. Use 'DeepSeek: Set Vision Proxy Model' command to pick one from a list." |
| 145 | + "description": "%deepseek-copilot.config.visionModel.description%" |
146 | 146 | }, |
147 | 147 | "deepseek-copilot.visionPrompt": { |
148 | 148 | "type": "string", |
149 | 149 | "editPresentation": "multilineText", |
150 | | - "default": "Describe the visual contents of this image in detail, including any text, objects, people, or context that would be relevant for understanding it. Focus on factual visual elements.", |
151 | | - "description": "Prompt sent to the vision proxy model when describing image attachments before forwarding them to DeepSeek." |
| 150 | + "default": "%deepseek-copilot.config.visionPrompt.default%", |
| 151 | + "description": "%deepseek-copilot.config.visionPrompt.description%" |
152 | 152 | } |
153 | 153 | } |
154 | 154 | } |
|
0 commit comments