chore: release 3.12.0#186
Merged
Merged
Conversation
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.
[3.12.0] - 2026-07-04
Added
m/Mfooter shortcut and overlay navigation menu, with goal-status menu entries that route directly into filtered Goals views and a Settings placeholder route.goal showoutput now renders those same labeled decision fields.eval rungained a--replicate <K>option (default 1) that runs the A/B comparison K times per harness and aggregates the results into aReplicationReportviaaggregateReplications(), persisted byrunIdand printed with per-dimension mean lift +/- SD and a SIGNAL/none call.K < 1errors;2 <= K < 5warns that K>=5 is the minimum for a credible signal.K=1leaves existing single-run output unchanged.evals/docs/parallel-replication-design.md, a design doc for a bounded worker-pool--concurrency Nprimitive (runWithConcurrency), concluding parallelism does not bias the measurement since all scored dimensions are artefact/count-based rather than wall-clock, and recommending a default of N=1 given rate-limit contention on non-API agent harnesses.Changed
ProjectStatsSnapshotViewinterface into focused per-domain view and count types (e.g.GoalStatsView,MemoryStatsView,GraphStatsView, and their constituent*Counttypes), each in its own file undersrc/application/context/project/stats/, with no change to the shape or values the CLI/TUI consume.Fixed
ntoi, sonon the Goals screen opens only the new-goal authoring flow. While a screen-local form such as the Goals authoring flow is capturing text, all shell-level hotkeys (quit, search, Mega Menu, notification drawer) are suppressed so typed characters never trigger navigation; on an uninitialized project,iopens only the init flow.n/aon the Goals screen now actually creates the goal — the entered values are dispatched to the add-goal controller and the goals list refreshes so the new goal appears immediately. Failed submissions keep the flow open with the error shown, instead of closing silently.