Nightly Build (v0.5.6-nightly.202604220646.cbf5d9b3)
Changes since v0.5.6-nightly.202604210647.ef25b3c9:
751ec2b Exclude default ssh-keygen from custom program detection
006614e Require lint before pushing remote code updates
d36042c Add token usage fields and test fixture link to compact transcript docs
b08c84a Fix compact transcript format docs: remove outdated header object
b1e7691 Allow agent package interfaces in ireturn lint config
7b53945 Remove unnecessary normalizeSigningKey
e9c48bf Skip native SSH signing when gpg.ssh.program is configured
96e3c10 Only gate internal compact transcript on redactedTranscript length
2e9e766 Address copilot comments
c42959d Allow for string numbers in settings
5758bd5 Fix SSH signing for bare public key in user.signingKey
5d361d0 Clarify wording for settings
89af5d1 Fall back to latest supported version (1) if an unsupported checkpoint version is set
38f21d1 fixed a test that would block when running tests outside of CI/agents
9bd168c Fix test compilation after ResolveCheckpointURL removal
c08295c Use versions 1 as the default
dc1f1bc Extract shared compactAndRedactExternalTranscript helper
7a2b266 Rename checkpoints_v2_enabled option
3dbfa90 Split finalization compact transcript into separate external and internal paths
bc18177 Redact external compact transcripts in finalization path
7586516 Fix explain review follow-ups
e7c8f03 Add unambiguous commit resolution and dynamic hash abbreviation
63eeeae Address second-pass review on PR #990
488dd92 Trim PR #990 bulk: consolidate tests, shrink doc comments
4ca1b51 Simplify recent PR #990 additions
8ad89fb Address Codex review findings on PR #990
f877365 Address Cursor Bugbot review on PR #990
495413b Address PR review: typed error sentinels, wording, and tests
f65c9f0 Accept checkpoint ID or commit SHA as positional arg to explain
6886f5b Remove buildCompactTranscript dispatcher, split external and internal paths fully
dcc7eeb Redact external agent compact transcripts and restructure buildCompactTranscript
77c4d02 Undo unrelated linter annotation changes
33358c0 Assert trailing newline with byte-exact check
8b111a9 Clarify compact transcript output must be cumulative
6ec6bc6 Guard external compact offsets against shorter output
6c748fe Fix testifylint JSON assertion in compact transcript test
fa7513c Align compact transcript protocol examples with schema
fc0a6dc Document newline requirements for compact transcripts
6ccae8d Normalize external compact transcript output
d837c1d Guard nil external compactor results
f4f9916 Fix turn-end compact transcript finalization semantics
437b59f Validate asset fields and annotate non-parallel tests
8f78f99 Guard against empty transcript from external compactor
28ea72e Fix lint issues after merge with main
cec27df Restrict external transcript finalization to zero offsets
4de9a03 Remove external agent migration compaction
1a20422 build(deps): bump github.com/posthog/posthog-go
f62f392 build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0
be212b6 Simplify external transcript compaction code
5d9bdc0 Fix lint issues
2a2267e Add a new gitremote package This package is primarily focused on the repository itself, not the checkpoint remote - which has different heuristics.
a0c668d Fix lint issues
a3d6d36 Document use of ENTIRE_CHECKPOINT_TOKEN
b8019fe Refactor checkpoint remote URL resolution
8b2745a Document external transcript compaction protocol
0677bdd Use external transcript compaction in checkpoint migration
7b01725 Use external transcript compaction in checkpoint finalization
e3b50cf Use external transcript compaction in v2 condensation
7539d1c Add external transcript compaction capability