Is your feature request related to a problem? Please describe.
With the introduction of the new VS Code Markdown Editor and visual editing capabilities, users can now unlock rendered Markdown, edit visually, and highlight ranges to leave range-based feedback and inline comments. While this visual review workflow works seamlessly with internal agent flows, extensions like ZooCode currently cannot hook into this visual annotation and bulk review process within the Markdown editor.
Describe the solution you'd like
An opportunity to expose a public API contract that allows ZooCode to integrate directly into the new visual Markdown Editor review workflow. Specifically:
- Visual Range Comments API: Allow ZooCode to register as a target controller for range-based comments made directly in the visual Markdown Editor.
- Bulk Submission Payload Event: Fire an event containing structured range references and inline text feedback when a user clicks "Submit" on multiple comments in the editor, passing this payload directly to ZooCode.
- Worktree & Diff Integration: Enable ZooCode to execute requested edits in an isolated session and present the resulting inline diff directly back inside the visual Markdown Editor UI for user approval.
Describe alternatives you've considered
The current alternative is copying range text and comments manually into an external chat panel or using text-only decorations in standard text editors, which breaks the seamless visual editing experience provided by the new Markdown Editor.
Additional context
Is your feature request related to a problem? Please describe.
With the introduction of the new VS Code Markdown Editor and visual editing capabilities, users can now unlock rendered Markdown, edit visually, and highlight ranges to leave range-based feedback and inline comments. While this visual review workflow works seamlessly with internal agent flows, extensions like ZooCode currently cannot hook into this visual annotation and bulk review process within the Markdown editor.
Describe the solution you'd like
An opportunity to expose a public API contract that allows ZooCode to integrate directly into the new visual Markdown Editor review workflow. Specifically:
Describe alternatives you've considered
The current alternative is copying range text and comments manually into an external chat panel or using text-only decorations in standard text editors, which breaks the seamless visual editing experience provided by the new Markdown Editor.
Additional context
markdown-editor-src)