Inject an issue reference into the terminal on click (#31) #34
No reviewers
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "panel-inject-issue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Step 3 of #31. Turns an issue into a prompt for the running agent — the Forge-specific payoff of hosting issues in-app.
What's here (
web/index.htmlonly)look at issue #N: <title>into the active channel's terminal via the existing/typesidecar (tmuxsend-keys -l), the same path the file-drop and compose box use. No Enter — the line lands at the prompt so you can extend it before sending, matching how a dropped file's path is injected.stopPropagationkeeps the click off the row's expand handler, and the number briefly flashes to acknowledge.Verification
/typePOST shape ({channel, text, enter:false}) the compose box and file-drop already use in production, matchingTypeReqintmux_ctl.py.Note
Stacked on
main(steps 1 + 2 are already merged, #32 + #33). Refs #31; quick-add (step 4) and docs/mobile polish (step 5) remain.