Conversation
`annotate.last-newest` runs `herdr last --newest`, opening the focused agent's newest reply straight away instead of the picker. The existing `last` action is unchanged. README gets the key binding and the use-table row; the Windows Full acceptance checklist gets the action row and its argv expectation; smoke.sh's exact action set gains the id. The action needs a plannotator-tui release carrying `--newest`; no such release exists yet, so the pin stays at 0.8.0 and the flag is exercised against a local build staged with PLANNOTATOR_TUI_BIN. Bump the pin once the flag ships. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
last-newestaction next tolast, so the agent's newest reply opens without the picker. With the suggested binding that'sprefix+ctrl+o, instead ofprefix+shift+othenEnter. The older replies are still onepaway.Depends on
herdr last --newest. It is merged on main, but no release carries it yet.unknown flag --newestuntilplannotator-tui.versionmoves to a release that has it. Draft until then.What changed
herdr-plugin.tomlgainslast-newest, running./bin/plannotator-tui.exe herdr last --newestwith the same contexts andmacos/linuxgate aslast.lastis untouched, and no other entry changes.prefix+ctrl+obinding.docs/windows-full-acceptance.mdlists it with the other review actions.scripts/smoke.shexpects the new action.Validation
scripts/test-windows-full-manifest.pypasses against plannotator-tui'sherdr/herdr-plugin.tomlat the CI ref.scripts/lite-regression.shpasses with 487 observables, 145 screens, 1 deliberate difference, zero failures.scripts/test-fetch-plannotator-tui.shandscripts/test-fetch-herdr-annotate.shpass.PLANNOTATOR_TUI_BIN.prefix+ctrl+oopens the newest reply with no picker.This covers the picker step in #37, not the wrong-session problem that thread is about.
refs #37