Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature Request
Codex recently shipped a built-in browser panel where you can load your local dev server,
Click any UI element, annotate it, and the AI makes the edit directly.
Would love to see something similar in OpenCode — a side panel or embedded browser
that lets you point at an element and describe the change, rather than switching
tabs and copy-pasting selectors into chat.
Why it matters
- Huge speedup for frontend/UI work
- Keeps the full context (DOM, styles, runtime state) in one place
- Codex has it, Cursor has it, Stagewise is a workaround — OpenCode should have it natively
Possible approaches
- Embed a browser panel (like Tauri's webview) that loads localhost
- Integrate with Browser MCP / opencode-browser plugin as a first-class feature
- Allow element selection → auto-inject DOM context into the AI prompt
References
Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature Request
Codex recently shipped a built-in browser panel where you can load your local dev server,
Click any UI element, annotate it, and the AI makes the edit directly.
Would love to see something similar in OpenCode — a side panel or embedded browser
that lets you point at an element and describe the change, rather than switching
tabs and copy-pasting selectors into chat.
Why it matters
Possible approaches
References