Skip to content

Releases: andrewroxby/agent-comments

Agent Comments 0.1.0

Choose a tag to compare

@andrewroxby andrewroxby released this 12 Jun 22:56

Agent Comments 0.1.0 — first public (beta) release.

A Google Docs-style review layer for Obsidian, built on CriticMarkup: leave threaded comments and reviewable suggestions, get replies from a local CLI agent (Codex, Claude, or OpenCode), and use an embedded terminal to hand notes or review items to an agent. Markdown stays the source of truth. The comment/review surface works on mobile; agent execution and the terminal are desktop-only.

Install (manual): download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/agent-comments/, then enable in Settings → Community plugins.

Provided as-is under MIT — experimental, not actively maintained. Fork and remix freely. Derived in part from the MIT-licensed Track Changes plugin by philphilphil (see NOTICE.md).