Skip to content

Commit 439886a

Browse files
chore: release packages [skip ci]
1 parent 99b0114 commit 439886a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/bright-apes-stick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/vscode-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# stagewise-vscode-extension
22

3+
## 0.11.4
4+
5+
### Patch Changes
6+
7+
- b5a4004: Update command names for GitHub Copilot agent and chat extension
8+
39
## 0.11.3
410

511
### Patch Changes

apps/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "stagewise",
44
"private": true,
55
"description": "Visual vibe coding. Right in your codebase.",
6-
"version": "0.11.3",
6+
"version": "0.11.4",
77
"publisher": "stagewise",
88
"icon": "icon.png",
99
"engines": {

apps/vscode-extension/src/utils/call-copilot-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export async function callCopilotAgent(request: {
66
images: string[];
77
}): Promise<void> {
88
const prompt = `${request.prompt}`;
9-
9+
1010
await vscode.commands.executeCommand('workbench.action.chat.openagent');
1111
await vscode.commands.executeCommand('workbench.action.chat.submit', {
1212
inputValue: prompt,

0 commit comments

Comments
 (0)