Skip to content

Commit 01e2905

Browse files
committed
Merge branch 'main' into anisha/instantapply_fireworks
2 parents c680ce5 + 143e6a3 commit 01e2905

File tree

14 files changed

+87
-121
lines changed

14 files changed

+87
-121
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: vscode-large-runners
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
lfs: true
2323

.github/workflows/ensure-node-modules-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
lfs: true
2020

@@ -48,7 +48,7 @@ jobs:
4848
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-windows-2022-x64 ]
4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
lfs: true
5454

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
lfs: true
2525

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
lfs: true
6464

@@ -74,7 +74,7 @@ jobs:
7474
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-ubuntu-22.04-x64 ]
7575
steps:
7676
- name: Checkout repository
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
with:
7979
lfs: true
8080

@@ -164,7 +164,7 @@ jobs:
164164
runs-on: [ self-hosted, 1ES.Pool=1es-vscode-windows-2022-x64 ]
165165
steps:
166166
- name: Checkout repository
167-
uses: actions/checkout@v5
167+
uses: actions/checkout@v6
168168
with:
169169
lfs: true
170170

package-lock.json

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

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"icon": "assets/copilot.png",
2424
"pricing": "Trial",
2525
"engines": {
26-
"vscode": "^1.107.0-20251119",
26+
"vscode": "^1.108.0",
2727
"npm": ">=9.0.0",
2828
"node": ">=22.14.0"
2929
},
@@ -1419,9 +1419,6 @@
14191419
"isAgent": true,
14201420
"when": "config.chat.agent.enabled",
14211421
"commands": [
1422-
{
1423-
"name": "list"
1424-
},
14251422
{
14261423
"name": "error",
14271424
"description": "Make a model request which will result in an error",
@@ -4946,11 +4943,11 @@
49464943
"icon": "$(sparkle)",
49474944
"welcomeTitle": "Claude Code Agent",
49484945
"welcomeMessage": "Run local background tasks",
4949-
"inputPlaceholder": "Describe your task, type `#` for adding context",
4946+
"inputPlaceholder": "Run local tasks with Claude Code, type `#` for adding context",
49504947
"order": 3,
49514948
"description": "The Claude Code Agent works on your local machine",
49524949
"when": "config.github.copilot.chat.claudeCode.enabled",
4953-
"canDelegate": false,
4950+
"canDelegate": true,
49544951
"capabilities": {
49554952
"supportsFileAttachments": true
49564953
},

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@
409409
"github.copilot.config.inlineEdits.renameSymbolSuggestions": "Enable rename symbol suggestions in inline edits.",
410410
"github.copilot.config.nextEditSuggestions.preferredModel": "Preferred model for next edit suggestions.",
411411
"github.copilot.command.refreshAgentSessions": "Refresh Agent Sessions",
412-
"github.copilot.command.deleteAgentSession": "Delete Agent Session",
413-
"github.copilot.command.cli.sessions.resumeInTerminal": "Resume Agent Session in Terminal",
412+
"github.copilot.command.deleteAgentSession": "Delete",
413+
"github.copilot.command.cli.sessions.resumeInTerminal": "Resume in Terminal",
414414
"github.copilot.cli.sessions.newTerminalSession": "New Agent Session in Terminal",
415415
"github.copilot.command.openCopilotAgentSessionsInBrowser": "Open in Browser",
416416
"github.copilot.command.closeChatSessionPullRequest.title": "Close Pull Request",

0 commit comments

Comments
 (0)