Skip to content

Commit 6992f25

Browse files
committed
Provide new chat commands for initiating chatbot conversations with varied context and edit format options
1 parent 42803d3 commit 6992f25

4 files changed

Lines changed: 302 additions & 65 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Generate meaningful commit messages precisely adhering to your preferred style.
9090

9191
### Chat
9292

93+
- `Code Web Chat: Ask about Context` - Type instructions and open chatbot with context but without edit format instructions.
94+
- `Code Web Chat: Ask about Context using...` - Same as above, but with preset selection.
95+
- `Code Web Chat: No context chat` - Open chatbot without any context.
96+
- `Code Web Chat: No context chat using...` - Same as above, but with preset selection.
9397
- `Code Web Chat: Edit Context in Chat` - Type instructions and open chatbot with default preset.
9498
- `Code Web Chat: Edit Context in Chat using...` - Type instructions and open chatbot with preset selection.
9599
- `Code Web Chat: Edit Context to Clipboard` - Enter instructions and copy prompt to clipboard.

packages/vscode/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@
346346
"title": "Settings",
347347
"category": "Code Web Chat",
348348
"icon": "$(settings-gear)"
349-
},
350-
{
351-
"command": "codeWebChat.openRepository",
352-
"title": "Repository",
353-
"category": "Code Web Chat",
354-
"icon": "$(github-alt)"
355349
}
356350
],
357351
"menus": {

0 commit comments

Comments
 (0)