v0.7.0
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, setPLANNOTATOR_FEEDBACK_HISTORY=0or put"feedbackHistory": falsein{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,
lastnow 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 claudefor 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.sessionand the transcript path intarget.agent.transcript. - No configuration format changes.
--printoutput is unchanged.
Changes
- herdr: stage full mode for windows by @backnotprop in #51
- fix(herdr): resolve pane binary from plugin root by @backnotprop in #52
- feat(pick): show message times on the viewer's clock, not UTC by @Triyambak-CA in #55
- feat(pick): preview the highlighted message while the picker is open by @Triyambak-CA in #54
- feat: archive submitted feedback to the shared plannotator index by @backnotprop in #56
- fix(last): resolve Codex transcripts from the selected Linux process by @Shujakuinkuraudo in #61
- fix(herdr): use targeted splits for mirrored reviews by @Shujakuinkuraudo in #63
- fix(last): say when the folder fallback picked the transcript by @backnotprop in #64
- fix: address the 0.7.0 pre-release review findings by @backnotprop in #65
- release: 0.7.0 by @backnotprop in #67
New Contributors
- @Triyambak-CA made their first contribution in #55
- @Shujakuinkuraudo made their first contribution in #61
Full Changelog: v0.6.0...v0.7.0