Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 16:03
· 3 commits to main since this release
de8cf5e

Highlights

  • Feedback archive. A successful Send or Copy now appends what you submitted to the shared Plannotator feedback history at {data_dir}/feedback/<project>/, the same format the Plannotator browser app writes, so both tools keep one history. Reply reviews are included. To turn it off, set PLANNOTATOR_FEEDBACK_HISTORY=0 or put "feedbackHistory": false in {data_dir}/config.json. See "Feedback archive" in the README.
  • Message picker. Moving the highlight previews the reply behind the picker, and each visited reply keeps its annotations while you browse. Times show on your clock instead of UTC.
  • Codex on Linux. With several Codex panes and no exact session from Herdr, last now resolves the transcript the selected process holds open instead of the newest rollout.
  • Herdr Mirror. Reviews invoked through Mirror open as a split beside the invoking remote pane, since Herdr overlays always land in the server's active tab.
  • Fallback visibility. When no session id is available, the status line says the folder's newest transcript is shown. The Claude Code integration registers on session start, so sessions must begin after herdr integration install claude for exact resolution.

Compatibility

  • Herdr 0.8.2 and 0.9.0 verified with the Herdr Annotate plugin on macOS; Windows and Linux via CI.
  • Archive records carry the host session id in target.agent.session and the transcript path in target.agent.transcript.
  • No configuration format changes. --print output is unchanged.

Changes

New Contributors

Full Changelog: v0.6.0...v0.7.0