|
2 | 2 | "name": "copilot-chat", |
3 | 3 | "displayName": "GitHub Copilot Chat", |
4 | 4 | "description": "AI chat features powered by Copilot", |
5 | | - "version": "0.43.0", |
| 5 | + "version": "0.44.0", |
6 | 6 | "build": "1", |
7 | 7 | "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911", |
8 | 8 | "completionsCoreVersion": "1.378.1799", |
|
3231 | 3231 | "onExp" |
3232 | 3232 | ] |
3233 | 3233 | }, |
3234 | | - "github.copilot.chat.anthropic.thinking.forceExtendedThinking": { |
3235 | | - "type": "boolean", |
3236 | | - "markdownDescription": "%github.copilot.config.anthropic.thinking.forceExtendedThinking%", |
3237 | | - "default": false, |
3238 | | - "tags": [ |
3239 | | - "preview", |
3240 | | - "onExp" |
3241 | | - ] |
3242 | | - }, |
3243 | 3234 | "github.copilot.chat.backgroundCompaction": { |
3244 | 3235 | "type": "boolean", |
3245 | 3236 | "default": false, |
|
3330 | 3321 | "experimental" |
3331 | 3322 | ] |
3332 | 3323 | }, |
| 3324 | + "github.copilot.chat.githubMcpServer.channel": { |
| 3325 | + "type": "string", |
| 3326 | + "default": "stable", |
| 3327 | + "enum": [ |
| 3328 | + "stable", |
| 3329 | + "insiders" |
| 3330 | + ], |
| 3331 | + "enumDescriptions": [ |
| 3332 | + "%github.copilot.config.githubMcpServer.channel.stable%", |
| 3333 | + "%github.copilot.config.githubMcpServer.channel.insiders%" |
| 3334 | + ], |
| 3335 | + "markdownDescription": "%github.copilot.config.githubMcpServer.channel%", |
| 3336 | + "tags": [ |
| 3337 | + "experimental" |
| 3338 | + ] |
| 3339 | + }, |
3333 | 3340 | "github.copilot.chat.switchAgent.enabled": { |
3334 | 3341 | "type": "boolean", |
3335 | 3342 | "default": false, |
|
4026 | 4033 | "onExp" |
4027 | 4034 | ] |
4028 | 4035 | }, |
| 4036 | + "github.copilot.chat.edits.batchReplaceStringDescriptions": { |
| 4037 | + "type": "boolean", |
| 4038 | + "default": false, |
| 4039 | + "markdownDescription": "Update tool descriptions to promote `multi_replace_string_in_file` as the primary multi-edit tool.", |
| 4040 | + "tags": [ |
| 4041 | + "advanced", |
| 4042 | + "experimental", |
| 4043 | + "onExp" |
| 4044 | + ] |
| 4045 | + }, |
4029 | 4046 | "github.copilot.chat.projectLabels.expanded": { |
4030 | 4047 | "type": "boolean", |
4031 | 4048 | "default": false, |
|
4361 | 4378 | "experimental" |
4362 | 4379 | ] |
4363 | 4380 | }, |
4364 | | - "github.copilot.chat.agentHistorySummarizationCacheFriendly": { |
| 4381 | + "github.copilot.chat.agentHistorySummarizationInline": { |
4365 | 4382 | "type": "boolean", |
4366 | 4383 | "default": false, |
4367 | | - "markdownDescription": "%github.copilot.config.agentHistorySummarizationCacheFriendly%", |
| 4384 | + "markdownDescription": "%github.copilot.config.agentHistorySummarizationInline%", |
4368 | 4385 | "tags": [ |
4369 | 4386 | "advanced", |
4370 | 4387 | "experimental", |
|
6119 | 6136 | "chatAgents": [], |
6120 | 6137 | "chatPromptFiles": [ |
6121 | 6138 | { |
6122 | | - "path": "./assets/prompts/plan.prompt.md" |
| 6139 | + "path": "./assets/prompts/plan.prompt.md", |
| 6140 | + "when": "chatSessionType == local" |
6123 | 6141 | }, |
6124 | 6142 | { |
6125 | | - "path": "./assets/prompts/init.prompt.md" |
| 6143 | + "path": "./assets/prompts/init.prompt.md", |
| 6144 | + "when": "chatSessionType == local" |
6126 | 6145 | }, |
6127 | 6146 | { |
6128 | | - "path": "./assets/prompts/create-prompt.prompt.md" |
| 6147 | + "path": "./assets/prompts/create-prompt.prompt.md", |
| 6148 | + "when": "chatSessionType == local" |
6129 | 6149 | }, |
6130 | 6150 | { |
6131 | | - "path": "./assets/prompts/create-instructions.prompt.md" |
| 6151 | + "path": "./assets/prompts/create-instructions.prompt.md", |
| 6152 | + "when": "chatSessionType == local" |
6132 | 6153 | }, |
6133 | 6154 | { |
6134 | | - "path": "./assets/prompts/create-skill.prompt.md" |
| 6155 | + "path": "./assets/prompts/create-skill.prompt.md", |
| 6156 | + "when": "chatSessionType == local" |
6135 | 6157 | }, |
6136 | 6158 | { |
6137 | | - "path": "./assets/prompts/create-agent.prompt.md" |
| 6159 | + "path": "./assets/prompts/create-agent.prompt.md", |
| 6160 | + "when": "chatSessionType == local" |
6138 | 6161 | }, |
6139 | 6162 | { |
6140 | | - "path": "./assets/prompts/create-hook.prompt.md" |
| 6163 | + "path": "./assets/prompts/create-hook.prompt.md", |
| 6164 | + "when": "chatSessionType == local" |
6141 | 6165 | } |
6142 | 6166 | ], |
6143 | 6167 | "chatSkills": [ |
6144 | 6168 | { |
6145 | 6169 | "path": "./assets/prompts/skills/project-setup-info-local/SKILL.md", |
6146 | | - "when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7" |
| 6170 | + "when": "chatSessionType == local && config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7" |
6147 | 6171 | }, |
6148 | 6172 | { |
6149 | 6173 | "path": "./assets/prompts/skills/project-setup-info-context7/SKILL.md", |
6150 | | - "when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7" |
| 6174 | + "when": "chatSessionType == local && config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7" |
6151 | 6175 | }, |
6152 | 6176 | { |
6153 | 6177 | "path": "./assets/prompts/skills/install-vscode-extension/SKILL.md", |
6154 | | - "when": "config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled" |
| 6178 | + "when": "chatSessionType == local && config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled" |
6155 | 6179 | }, |
6156 | 6180 | { |
6157 | 6181 | "path": "./assets/prompts/skills/get-search-view-results/SKILL.md", |
6158 | | - "when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled" |
| 6182 | + "when": "chatSessionType == local && config.github.copilot.chat.getSearchViewResultsSkill.enabled" |
6159 | 6183 | }, |
6160 | 6184 | { |
6161 | | - "path": "./assets/prompts/skills/troubleshoot/SKILL.md" |
| 6185 | + "path": "./assets/prompts/skills/troubleshoot/SKILL.md", |
| 6186 | + "when": "chatSessionType == local || chatSessionType == copilotcli" |
6162 | 6187 | }, |
6163 | 6188 | { |
6164 | | - "path": "./assets/prompts/skills/agent-customization/SKILL.md" |
| 6189 | + "path": "./assets/prompts/skills/agent-customization/SKILL.md", |
| 6190 | + "when": "chatSessionType == local || chatSessionType == copilotcli" |
6165 | 6191 | } |
6166 | 6192 | ], |
6167 | 6193 | "terminal": { |
|
6271 | 6297 | "copyfiles": "^2.4.1", |
6272 | 6298 | "csv-parse": "^6.0.0", |
6273 | 6299 | "dotenv": "^17.2.0", |
6274 | | - "electron": "^37.2.1", |
| 6300 | + "electron": "^39.8.5", |
6275 | 6301 | "esbuild": "^0.25.6", |
6276 | 6302 | "eslint": "^9.30.0", |
6277 | 6303 | "eslint-import-resolver-typescript": "^4.4.4", |
|
6323 | 6349 | "zod": "3.25.76" |
6324 | 6350 | }, |
6325 | 6351 | "dependencies": { |
6326 | | - "@anthropic-ai/claude-agent-sdk": "^0.2.81", |
6327 | | - "@anthropic-ai/sdk": "^0.81.0", |
| 6352 | + "@anthropic-ai/claude-agent-sdk": "^0.2.91", |
| 6353 | + "@anthropic-ai/sdk": "^0.82.0", |
6328 | 6354 | "@github/blackbird-external-ingest-utils": "^0.3.0", |
6329 | | - "@github/copilot": "^1.0.12", |
| 6355 | + "@github/copilot": "^1.0.17", |
6330 | 6356 | "@google/genai": "^1.22.0", |
6331 | 6357 | "@humanwhocodes/gitignore-to-minimatch": "1.0.2", |
6332 | 6358 | "@microsoft/tiktokenizer": "^1.0.10", |
|
6374 | 6400 | "node-gyp": "npm:node-gyp@10.3.1", |
6375 | 6401 | "zod": "3.25.76" |
6376 | 6402 | }, |
6377 | | - "vscodeCommit": "f540be8c1abf14ef594d42dd3a99c50f48732a7b" |
| 6403 | + "vscodeCommit": "20b24833bc088c84b778ee89be4c17f15660441a" |
6378 | 6404 | } |
0 commit comments