Skip to content

Releases: martyartem/dsh-plannotator

Release list

v0.1.0

Choose a tag to compare

@martyartem martyartem released this 25 Sep 00:56

First release.

Added

  • Review action in the document-preview header; a file Plannotator would refuse is reviewed as its containing folder.
  • /plannotator <file|folder|url> — one command, no flags — plus /plannotate.
  • Detached review sessions: the command answers with the URL immediately and the decision is delivered later through agent.steer().
  • GET /plannotator/review and POST /plannotator/log, the only two routes the browser half needs.
  • Binary discovery that does not depend on the session's minimal PATH.
  • Workspace resolution from the agent session, the environment, the workspace registry, the session-log header, the newest session, or the host cwd.
  • Offline suites for both halves (35 host checks, 12 browser checks) plus a live smoke test.
  • A timeoutMs budget with an honest "stopped after N" delivery when a review is abandoned.

Compatibility: DeepSeek Harness >=0.1.0-rc.5, Node >=20. No runtime dependencies and no imports of Harness packages.