-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
357 lines (357 loc) · 10.2 KB
/
package.json
File metadata and controls
357 lines (357 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
{
"name": "claude-code-chatui",
"displayName": "Claude-Code ChatUI for Windows",
"description": "Claude Code – ChatUI – Windows (No WSL)",
"version": "3.1.8",
"publisher": "lkbaba",
"author": "lkbaba",
"repository": {
"type": "git",
"url": "https://github.com/LKbaba/Claude-code-ChatInWindows"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Other",
"AI",
"Chat",
"Machine Learning",
"Snippets",
"Programming Languages",
"Education",
"Testing",
"Formatters",
"Linters"
],
"keywords": [
"cursor",
"cursor-chat",
"claude code",
"code explanation",
"code generation",
"code summary",
"code transform",
"vibe coding",
"prompt language",
"copilot",
"claude",
"ai",
"assistant",
"chatbot",
"chat",
"anthropic",
"code",
"programming",
"development",
"productivity"
],
"icon": "icon.png",
"main": "./out/extension.js",
"extensionKind": [
"ui"
],
"os": [
"win32",
"darwin"
],
"activationEvents": [
"onStartupFinished"
],
"contributes": {
"commands": [
{
"command": "claude-code-chatui.openChat",
"title": "Open Claude Code Chat",
"category": "Claude Code Chat",
"icon": "icon.png"
}
],
"keybindings": [
{
"command": "claude-code-chatui.openChat",
"key": "ctrl+shift+c",
"mac": "cmd+shift+c"
}
],
"menus": {
"commandPalette": [
{
"command": "claude-code-chatui.openChat"
}
],
"editor/context": [
{
"command": "claude-code-chatui.openChat",
"group": "claude@1",
"when": "editorTextFocus"
}
],
"editor/title": [
{
"command": "claude-code-chatui.openChat",
"group": "navigation@1",
"when": "true"
}
],
"editor/title/context": [
{
"command": "claude-code-chatui.openChat",
"group": "claude@1"
}
],
"explorer/context": [
{
"command": "claude-code-chatui.openChat",
"group": "claude@1"
}
],
"scm/title": [
{
"command": "claude-code-chatui.openChat",
"group": "navigation@1",
"when": "true"
}
],
"view/title": [
{
"command": "claude-code-chatui.openChat",
"group": "navigation@1",
"when": "view == workbench.explorer.fileView"
}
],
"touchBar": [
{
"command": "claude-code-chatui.openChat",
"group": "editing",
"when": "true"
}
],
"menuBar/file": [
{
"command": "claude-code-chatui.openChat",
"group": "1_new@1"
}
]
},
"views": {
"claude-code-chatui": [
{
"id": "claude-code-chatui.chat",
"name": "Claude Code Chat",
"when": "true",
"icon": "icon.png",
"contextualTitle": "Claude Code Chat"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "claude-code-chatui",
"title": "Claude Code Chat",
"icon": "icon.png"
}
]
},
"configuration": {
"title": "Claude Code Chat",
"properties": {
"claudeCodeChatUI.windows.gitBashPath": {
"type": "string",
"default": "C:\\Program Files\\Git\\bin\\bash.exe",
"description": "Path to git-bash.exe on Windows. This is required for non-WSL execution to provide a Posix-like shell environment for the Claude CLI."
},
"claudeCodeChatUI.thinking.enabled": {
"type": "boolean",
"default": false,
"scope": "resource",
"description": "Enable thinking mode for Claude responses. Can be configured per-workspace."
},
"claudeCodeChatUI.thinking.intensity": {
"type": "string",
"enum": [
"think",
"think-hard",
"think-harder",
"ultrathink",
"sequential-thinking"
],
"default": "think",
"scope": "resource",
"description": "Thinking mode intensity level. Higher levels provide more detailed reasoning but consume more tokens. Sequential thinking uses MCP-based reasoning."
},
"claudeCodeChatUI.mcp.enabled": {
"type": "boolean",
"default": false,
"scope": "resource",
"description": "Enable Model Context Protocol (MCP) integration. Can be configured per-workspace in .vscode/settings.json"
},
"claudeCodeChatUI.mcp.servers": {
"type": "array",
"default": [],
"scope": "resource",
"description": "MCP server configurations. Can be configured per-workspace in .vscode/settings.json",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "MCP server name"
},
"type": {
"type": "string",
"enum": [
"stdio",
"http",
"sse"
],
"default": "stdio",
"description": "Transport type: stdio (local process), http (HTTP protocol), sse (Server-Sent Events)"
},
"command": {
"type": "string",
"description": "Start command (required for stdio mode)"
},
"args": {
"type": "array",
"items": {
"type": "string"
},
"description": "Command arguments (stdio mode)"
},
"url": {
"type": "string",
"format": "uri",
"description": "Server URL (required for http/sse mode)"
},
"headers": {
"type": "object",
"description": "HTTP headers (optional for http/sse mode), such as authentication info"
},
"env": {
"type": "object",
"description": "Environment variables"
},
"disabled": {
"type": "boolean",
"default": false,
"description": "Set to true in workspace config to disable a server inherited from user config"
}
},
"required": [
"name"
]
}
},
"claudeCodeChatUI.language.enabled": {
"type": "boolean",
"default": false,
"scope": "resource",
"description": "Enable language mode for Claude responses. Can be configured per-workspace."
},
"claudeCodeChatUI.language.selected": {
"type": [
"string",
"null"
],
"default": null,
"scope": "resource",
"enum": [
"zh",
"es",
"ar",
"fr",
"de",
"ja",
"ko",
null
],
"enumDescriptions": [
"中文",
"Español",
"العربية",
"Français",
"Deutsch",
"日本語",
"한국어",
"Auto-detect"
],
"description": "Selected language for Claude responses. Can be configured per-workspace."
},
"claudeCodeChatUI.language.onlyCommunicate": {
"type": "boolean",
"default": false,
"scope": "resource",
"description": "When enabled, only communication language changes; code comments remain in English. Can be configured per-workspace."
},
"claudeCodeChatUI.api.useCustomAPI": {
"type": "boolean",
"default": false,
"description": "Use custom API endpoint instead of official Claude account"
},
"claudeCodeChatUI.api.key": {
"type": "string",
"default": "",
"description": "API key for custom API endpoint (e.g., sk-ant-xxxxxxxxxx)",
"markdownDescription": "API key for custom API endpoint. This will be stored securely."
},
"claudeCodeChatUI.api.baseUrl": {
"type": "string",
"default": "https://api.anthropic.com",
"description": "Base URL for custom API endpoint (e.g., https://v3.codesome.cn)",
"format": "uri"
},
"claudeCodeChatUI.api.cliCommand": {
"type": "string",
"default": "claude",
"description": "CLI command name (e.g., 'xxxxclaude' if using a mirror service)"
},
"claudeCodeChatUI.geminiIntegrationEnabled": {
"type": "boolean",
"default": false,
"description": "Enable Gemini Integration to automatically inject API key into gemini-assistant MCP server"
},
"claudeCodeChatUI.debug.enabled": {
"type": "boolean",
"default": false,
"description": "Enable debug logging to file. When enabled, logs will be written to debug_log.txt in the workspace root for debugging purposes."
},
"claudeCodeChatUI.debug.maxLines": {
"type": "number",
"default": 500,
"minimum": 100,
"maximum": 5000,
"description": "Maximum number of lines to keep in the debug log file (default: 500)"
}
}
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src",
"test": "vscode-test",
"package": "vsce package"
},
"dependencies": {
"docx": "^9.5.1",
"glob": "^10.3.10"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "20.x",
"@types/vscode": "^1.94.0",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.5.0",
"eslint": "^9.25.1",
"playwright": "^1.40.0",
"typescript": "^5.8.3"
}
}