Add 'Send to Terminal' button in VS Code extension#9
Merged
Conversation
When in VS Code feedbackMode, the Notes panel now shows a 'Send to Terminal' button alongside the existing 'Send to Copilot' button. Clicking it copies the feedback markdown to the clipboard and reveals the active terminal. Also clears annotations, general notes, and question answers after any successful send (Copilot, terminal, post, or download). Changes: - core/state: add onTerminalCallback signal - core/index: accept onTerminal option in PlanReviewOptions - core/NotesPanel: add terminal icon, sendToTerminal fn, clearFeedback fn, and terminal buttons in header + footer - core/styles: add .panel-terminal and .panel-dl-terminal CSS - vscode/extension: wire terminal-feedback message, sendFeedbackToTerminal copies to clipboard and shows active terminal Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
|
@copilot - the tests are failing. please rebasline the snapshots (--update-snapshots) and commit. |
Agent-Logs-Url: https://github.com/rwoll/markdown-review/sessions/1818f542-d9c4-4bf4-960c-1a42077db30b Co-authored-by: rwoll <11915034+rwoll@users.noreply.github.com>
Contributor
Ran Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
…ton addition Agent-Logs-Url: https://github.com/rwoll/markdown-review/sessions/1818f542-d9c4-4bf4-960c-1a42077db30b Co-authored-by: rwoll <11915034+rwoll@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When using the Markdown Review extension in VS Code, users can now send feedback to the terminal in addition to VS Code Copilot chat. This is useful when running Copilot CLI or other terminal-based agents.
Changes
onTerminalcallback option andonTerminalCallbacksignalvscodefeedbackMode).panel-terminaland.panel-dl-terminalCSS classesterminal-feedbackmessage handling — writes feedback text directly to the active VS Code terminal viasendTextNotes