diff --git a/.changeset/vscode-slash-command-actions.md b/.changeset/vscode-slash-command-actions.md new file mode 100644 index 000000000..e90969444 --- /dev/null +++ b/.changeset/vscode-slash-command-actions.md @@ -0,0 +1,5 @@ +--- +"@nanocollective/nanocoder": patch +--- + +Added slash command quick actions to the VS Code extension chat panel. Typing `/test`, `/explain`, or `/doc` in the input shows an autocomplete dropdown. Selecting a command injects a human-readable template into the textarea so the user can see and edit exactly what will be sent to the AI. diff --git a/plugins/vscode/media/chat-panel.html b/plugins/vscode/media/chat-panel.html index 712338b35..f5eb1673d 100644 --- a/plugins/vscode/media/chat-panel.html +++ b/plugins/vscode/media/chat-panel.html @@ -41,7 +41,7 @@
- +