When reading a document, I often want to leave contextual comments (select content -> add comment in sidebar). This is especially helpful when using an AI agent because it lets me write up a batch of feedback at once instead of wasting context on multiple rounds of back and forth.
Once I record my comments in the Mud UI, it would be cool to be able to export them
- to the clipboard, formatted as a unified diff (so that I can paste it into my LLM chat)
- to comments in Github (or some other forge)
In future we might want to support
- threaded comments
- bidirectional sync with comments on a Git forge
- exposing comment threads through the CLI or an MCP, so that an LLM agent can grab them
There's a mockup at https://gistpreview.github.io/?829e1a145852637dd1afbe189d8d3fd7.
If some of these ideas are out of scope for the core product, it may be worth considering a plugin API.
Thanks for building this!
When reading a document, I often want to leave contextual comments (select content -> add comment in sidebar). This is especially helpful when using an AI agent because it lets me write up a batch of feedback at once instead of wasting context on multiple rounds of back and forth.
Once I record my comments in the Mud UI, it would be cool to be able to export them
In future we might want to support
There's a mockup at https://gistpreview.github.io/?829e1a145852637dd1afbe189d8d3fd7.
If some of these ideas are out of scope for the core product, it may be worth considering a plugin API.
Thanks for building this!