diff --git a/backlog/tasks/task-180 - Add-prompt-composer-to-terminal-context-menu.md b/backlog/tasks/task-180 - Add-prompt-composer-to-terminal-context-menu.md new file mode 100644 index 00000000..15b81e13 --- /dev/null +++ b/backlog/tasks/task-180 - Add-prompt-composer-to-terminal-context-menu.md @@ -0,0 +1,107 @@ +--- +id: TASK-180 +title: Add prompt composer to terminal context menu +status: In Progress +assignee: + - '@mpmisha' +created_date: '2026-06-14 06:39' +updated_date: '2026-06-14 06:54' +labels: + - feature + - frontend + - ux +dependencies: [] +priority: medium +--- + +## Description + + +Add a new option to each terminal's context (pane) menu that opens a lightweight notepad-style text editor, similar in style/placement to the existing transcript/prompts and SessionSummary popovers. + +Motivation: composing multi-line prompts directly in the terminal is awkward - newlines/paste are fiddly and a stray Enter submits a half-written message. A scratch composer lets the user write/edit freely, then copy the whole thing to paste into the terminal as a single prompt. + +Scope (v1): +- New context menu item in the pane menu (TerminalPanel right-click menu) labeled something like "📝 Prompt composer". +- Opens a modal dialog (palette-backdrop pattern, like SessionSummary) with a multi-line