Skip to content

Releases: btakita/agent-doc

v0.16.1

12 Mar 08:31

Choose a tag to compare

What's Changed

  • Native compact for template/stream mode: agent-doc compact now works for all document modes. Archives component content, single atomic write (no intermediate IDE state). New CLI flags: --component NAME, --message MSG.
  • CRDT state compaction: Stream-mode compact also GCs CRDT tombstones.
  • Convention: All deterministic behavior in the Rust binary — skill is the non-deterministic orchestrator only.

Full Changelog: v0.16.0...v0.16.1

v0.16.0

12 Mar 06:37

Choose a tag to compare

Full Changelog: v0.15.1...v0.16.0

v0.15.1

12 Mar 03:42

Choose a tag to compare

Changes since v0.15.0

  • Claim defaults to stream mode — new claims use agent_doc_mode: stream instead of template
  • Refactored route.rs — extracted send_command() and find_target_pane(), eliminated duplicated lazy-claim logic, added [route] prefix logging for step-by-step tracing
  • 293 tests, clippy clean

v0.15.0

11 Mar 20:41

Choose a tag to compare

Full Changelog: v0.14.9...v0.15.0

v0.14.9

11 Mar 15:22

Choose a tag to compare

Full Changelog: v0.14.8...v0.14.9

v0.14.8

11 Mar 15:06

Choose a tag to compare

Full Changelog: v0.14.7...v0.14.8

v0.14.7

11 Mar 13:23

Choose a tag to compare

Changes

  • Bidirectional convert command: agent-doc convert <FILE> [MODE] with AgentDocMode enum (append|template). Default remains template for backward compatibility.
  • Autoclaim layout sync: autoclaim (SessionStart hook) now triggers tmux layout sync after re-establishing claims, fixing stale layout after context compaction.
  • Functional test for autoclaim sync with multi-file windows.
  • 228 tests passing, clippy clean.

Artifacts

  • agent-doc — Linux x86_64 binary
  • agent-doc-jetbrains-0.2.0.zip — IntelliJ plugin (unsigned)
  • agent-doc-jetbrains-0.2.0-signed.zip — IntelliJ plugin (signed)
  • agent-doc-0.2.0.vsix — VS Code extension

v0.14.6

11 Mar 06:13

Choose a tag to compare

Full Changelog: v0.14.5...v0.14.6

v0.14.5

11 Mar 04:55

Choose a tag to compare

What's New

  • agent-doc commands — New CLI subcommand outputting 74 commands as JSON for editor plugin autocomplete
  • JetBrains autocompleteSlashCommandCompletionContributor triggers on / in markdown files
  • VS Code autocompleteSlashCommandCompletionProvider for markdown with / trigger
  • Fix: removed auto-pruneprune_orphaned_windows() was killing active Claude sessions; replaced with log_orphaned_windows() for debugging
  • Start restart loop — Claude sessions auto-restart on context exhaustion instead of dying

Install

cargo install agent-doc
# or
pip install agent-doc

Editor Plugins

agent-doc plugin install jetbrains
agent-doc plugin install vscode

v0.14.4

10 Mar 22:05

Choose a tag to compare

Full Changelog: v0.14.3...v0.14.4