Skip to content

Commit 2ac46ef

Browse files
Bump version to 1.118.0 (#311304)
* Bump version to 1.118.0 * Fix engine version in lock file * npm i --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c98219 commit 2ac46ef

File tree

4 files changed

+49
-22
lines changed

4 files changed

+49
-22
lines changed

extensions/copilot/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/copilot/package.json

Lines changed: 43 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "copilot-chat",
33
"displayName": "GitHub Copilot Chat",
44
"description": "AI chat features powered by Copilot",
5-
"version": "0.45.0",
5+
"version": "0.46.0",
66
"build": "1",
77
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
88
"completionsCoreVersion": "1.378.1799",
@@ -23,7 +23,7 @@
2323
"icon": "assets/copilot.png",
2424
"pricing": "Trial",
2525
"engines": {
26-
"vscode": "^1.117.0",
26+
"vscode": "^1.118.0",
2727
"npm": ">=9.0.0",
2828
"node": ">=22.14.0"
2929
},
@@ -6180,62 +6180,89 @@
61806180
"chatPromptFiles": [
61816181
{
61826182
"path": "./assets/prompts/plan.prompt.md",
6183-
"sessionTypes": ["local"]
6183+
"sessionTypes": [
6184+
"local"
6185+
]
61846186
}
61856187
],
61866188
"chatSkills": [
61876189
{
61886190
"path": "./assets/prompts/skills/project-setup-info-local/SKILL.md",
61896191
"when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7",
6190-
"sessionTypes": ["local"]
6192+
"sessionTypes": [
6193+
"local"
6194+
]
61916195
},
61926196
{
61936197
"path": "./assets/prompts/skills/project-setup-info-context7/SKILL.md",
61946198
"when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7",
6195-
"sessionTypes": ["local"]
6199+
"sessionTypes": [
6200+
"local"
6201+
]
61966202
},
61976203
{
61986204
"path": "./assets/prompts/skills/install-vscode-extension/SKILL.md",
61996205
"when": "config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled",
6200-
"sessionTypes": ["local"]
6206+
"sessionTypes": [
6207+
"local"
6208+
]
62016209
},
62026210
{
62036211
"path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
62046212
"when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled",
6205-
"sessionTypes": ["local"]
6213+
"sessionTypes": [
6214+
"local"
6215+
]
62066216
},
62076217
{
62086218
"path": "./assets/prompts/skills/troubleshoot/SKILL.md",
6209-
"sessionTypes": ["local", "copilotcli"]
6219+
"sessionTypes": [
6220+
"local",
6221+
"copilotcli"
6222+
]
62106223
},
62116224
{
62126225
"path": "./assets/prompts/skills/agent-customization/SKILL.md",
6213-
"sessionTypes": ["local", "copilotcli"]
6226+
"sessionTypes": [
6227+
"local",
6228+
"copilotcli"
6229+
]
62146230
},
62156231
{
62166232
"path": "./assets/prompts/skills/init/SKILL.md",
6217-
"sessionTypes": ["local"]
6233+
"sessionTypes": [
6234+
"local"
6235+
]
62186236
},
62196237
{
62206238
"path": "./assets/prompts/skills/create-prompt/SKILL.md",
6221-
"sessionTypes": ["local"]
6239+
"sessionTypes": [
6240+
"local"
6241+
]
62226242
},
62236243
{
62246244
"path": "./assets/prompts/skills/create-instructions/SKILL.md",
6225-
"sessionTypes": ["local"]
6226-
6245+
"sessionTypes": [
6246+
"local"
6247+
]
62276248
},
62286249
{
62296250
"path": "./assets/prompts/skills/create-skill/SKILL.md",
6230-
"sessionTypes": ["local"]
6251+
"sessionTypes": [
6252+
"local"
6253+
]
62316254
},
62326255
{
62336256
"path": "./assets/prompts/skills/create-agent/SKILL.md",
6234-
"sessionTypes": ["local"]
6257+
"sessionTypes": [
6258+
"local"
6259+
]
62356260
},
62366261
{
62376262
"path": "./assets/prompts/skills/create-hook/SKILL.md",
6238-
"sessionTypes": ["local"]
6263+
"sessionTypes": [
6264+
"local"
6265+
]
62396266
}
62406267
],
62416268
"terminal": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-oss-dev",
3-
"version": "1.117.0",
3+
"version": "1.118.0",
44
"distro": "cccc9754dda0a01ea6eaa276472ad5e169f80d31",
55
"author": {
66
"name": "Microsoft Corporation"

0 commit comments

Comments
 (0)