Nightly Build (v0.8.43-nightly.202607150652.85d9ec559)
Changes since v0.8.43-nightly.202607140650.3ebc57dbb:
e2bd6e0 fix(review): gate re-review prompt on command stdin
dfd203c fix(review): honor agent prompt sentinels
114562a fix(review): keep tests non-interactive by default
1ac87bc fix(review): require terminal stdin for interactive mode
98f8989 fix(review): satisfy legacy config lint
a71b44a fix(review): restore interactive setup and Codex defaults
740b799 refactor(checkpoint): drop deprecated skipDefaultUpdate stamp
09a7aaa fix(checkpoint): stamp on detached ctx and match remote URL exactly
4ccc0dc fix(checkpoint): stamp phantom remotes left by failed filtered fetches
870ff89 fix(checkpoint): stamp skipFetchAll only on remotes we create
e9ccb98 fix: drop redundant mise build task that shadowed mise-tasks/build
1229f6c docs: remove experimental-gating design doc
46dc657 docs: reflect experimental command gating in CLAUDE.md
9e9bde2 fix(hooks): capture for repos enabled via settings.local.json only
9efa8aa fix(hooks): short-circuit immediately when disabled
4b358a8 fix: keep experimental commands visible in nightly builds
4380e7e build(deps): bump github/codeql-action/init from 4.36.3 to 4.37.0
7a944ae build(deps): bump github/codeql-action/analyze from 4.36.3 to 4.37.0
a1d2dea Keep case-insensitive highlighting on truncated lines
275dd5f Use integer range loops to satisfy intrange lint
351af25 Fix highlight case handling flagged by review bots
a38d68e Show more files with capped per-file matches in code search output
d929dae refactor(redact): trim review-talk in providers.go, document over-redaction
e6d8f51 docs: fix stale redaction layer counts after provider-prefix layer
f941166 Improve readability of code search terminal output
6d40e25 external: stream hook input too, closing the last EOF-wait path (#1398)
3054b0c hooks: extend stdin-EOF fix to the readers that bypass the shared helper
5f734ba hooks: don't block on stdin EOF when reading hook input (#1398)
fa1d633 fix(redact): correct test comments on entropy-layer miss reasoning
6f707a8 fix(redact): match Supabase secret prefixes without a leading word boundary
ca0955b fix(redact): catch Supabase sb_secret_ keys
8622db2 feat: gate experimental commands behind build-time visibility flag
8584dac docs: rename gate to Visible/IsVisible for clearer semantics
c5f5f27 docs: design for experimental command gating
672fee0 docs: clarify the git-refs vs git-branch base-path difference
b453c72 docs: add git-refs condensation/push scenario to checkpoint-scenarios
c15fe35 docs: cover both persistent backends in sessions-and-checkpoints
8a9196c docs: frame branch->refs migration as read-routing, not mirroring
add234d docs: cross-link the git-refs backend doc so it's discoverable
5f8eca8 docs: add ref-based checkpoint backend (git-refs) architecture doc
c78a8c5 docs(review): note why a pump Send racing program exit is safe
62abe4b fix(review): bound TUISink.Wait, join the pump, surface drops (crew findings)
a91d234 fix(review): TUI sink must never backpressure the orchestrator