Nightly Build (v0.9.1-nightly.202608110623.49269ddf2)
Changes since v0.9.1-nightly.202608080619.caa0c9be9:
686b4c0 fix(explain): bound resolveRepoCellPlacement with its own deadline
4e2c4bd fix(explain): don't print a success marker before a transcript failure
0a7ccd6 fix(explain): pair repo_id with its own cell; drop the dead --generate hint
346b7fb feat(explain): cross-repo checkpoint explain via the entire-api cell (ENT-1523)
a888af2 fix(search): make repo compact hits summarizable, drop duplicate snippets
d3b6de6 fix(skill): restore the branch-scoped session-to-checkpoint bridge
1be640b fix(search): read the PR raw-payload keys the backend actually emits
b5d1654 Reject catalog entries that could repaint the terminal
5130092 fix(checkpoint): guard the git-branch store's create path too
a3c5b12 fix(enable): don't create .entire/ on a rejected invocation
f727a8a Close the caps' remaining gaps, and stop holding an archive listing in memory
1049be5 refactor: fold review cleanups into the import cancellation work
637b802 perf(checkpoint): memoize the git common dir instead of forking git per write
18ba7e7 Pin the one-binary rule, and make archive selection deterministic
bd570cd Bound every read of remote-controlled data, and lstat what we own
ea46af2 Accept file:// git remotes only under test
3373686 feat(enable)!: take history import out of --yes, behind an explicit --import-history
e5d55df fix(enable): route setup's logging to .entire/logs
15fc36d fix(import): report an interrupted import instead of failing or continuing
a3677ff fix(import): stop importing agent history when the context is canceled
7835827 fix(checkpoint): make git-refs writes respect cancellation, but never drop push bookkeeping
87447c1 Name the plugin a --force install replaces, and stop two misleading messages
2fd88d7 ci: retrigger after GitHub Actions outage
ab61a0b Validate min_version so a typo cannot remove the version floor
fb8412b Confirm before browse installs
653eced Keep the manifest consistent with the binary, and verify dependency outcomes
32991c4 Parse the install source once, classifying and validating together
218aa9b Rework search skill drill-down around the checkpoint ladder
3ee291f fix: stop overselling explain --session as a detail view in search skill
b4c4f84 fix: split raw fullName so repo owner is never doubled
4c48703 fix: gate raw-payload fallbacks to repo/pr rows; enrich compact hits
4fd7696 fix: keep repo/pr identifying fields in compact search output
47ea5b7 Point the search skill templates at --json --compact with explain drill-down
b71b18e Add --compact JSON output mode to entire search (ENT-1527)
f4a5f20 Route every scp-like git URL to the repository, not the filesystem
143c652 Make the install target and expected name required arguments
fcf6acd Dedupe the plugin test fixtures
abf3a92 Cleanup pass: reuse shared helpers, close redaction gaps, flatten hot spots
4c781ae Resolve dependencies through the index, not an author-supplied URL
161a73b Reject an install under a name the caller did not request
ba64c9c Redact credentials in asset-download errors too
ac51853 Let a leftover plugins settings key fail loudly
9c1de62 Decode entire-plugin.yml leniently, before third-party files exist
600eae5 Take the plugin index URL out of repo-committed settings
9c5cf27 Harden the plugin supply chain: transport, naming, hygiene fixes
fe13cc8 Flag dependencies resolved from unlisted repo URLs before confirming
91ac04e Plan the stricter minimum when a dependency is required twice
a31378f Address trail #973 findings: extraction truncation, index cache locking
26b10db Require authenticated plugin downloads and verify installed binaries
0636c62 Record the plugin index schema version instead of enforcing it
ac0d13e Validate plugin repo URLs before they reach the git CLI
56a063e Derive the asset filename from the download_url path only
2ac8323 Fix lint errors surfaced by main's build-tagged lint coverage
6da333c Address Bugbot round-five findings
813670a Address Bugbot round-four finding: semver-aware upgrade comparison
117b23b Address Bugbot round-three findings
6ee0a3b Address Bugbot round-two findings
cd5984b Address PR review findings (Bugbot, Copilot)
f81da17 Document the plugin system in the README
9e40149 Add remote plugin install, git-synced index discovery, and dependencies
5ccff29 Add plugins settings (index_url, index_ttl_hours)