Skip to content

Support for the New Markdown Editor #1573

Description

@kulinna

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:

  1. Visual Range Comments API: Allow ZooCode to register as a target controller for range-based comments made directly in the visual Markdown Editor.
  2. 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.
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions