feat: send-problems / explain-and-fix URL handler #57
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
From spec/multi-agent-support/agent-feature-survey.md — finding #5.
What it is
A button on every editor diagnostic that pipes the error directly into the agent as a structured @-mention, plus an "Explain and Fix" button on highlighted errors.
Seen in
Windsurf/Cascade.
ocman angle
ocman isn't in the editor, but it is on the web. The equivalent: a global URL handler
ocman://prompt?text=...(or a browser extension / bookmarklet) that opens ocman with a pre-filled prompt aimed at the active OpenCode session. Combine with the existing project-detection logic (we already know which OpenCode is rooted in which directory).Effort
S for URL handler; M for a real browser extension.
Closing as duplicate of #74 — folded the prompt URL handler / send-problems / explain-and-fix scope into #74, which is now the single deep-link tracker.