Added
- Cross-region code search (work in progress, behind
ENTIRE_CODE_SEARCH=1):--codeand--case-sensitiveflags onentire searchplus a Code tab in the search TUI, backed by peregrine. It fans out across mirror placements — listing repos, grouping them by cell, searching each cell in parallel with per-cell timeouts, and merging/deduping results client-side — rather than only hitting the home cell (#1616, #1674) entire repo mirror listgained a--namefilter (matches the owner/repo form shown in the table) and--sortwith shell-friendly kebab-case column keys, failing fast on an unknown sort key (#1665, #1679)
Changed
entire reviewno longer imposes a default reviewer timeout — reviewers run until done — while the judge's default rises from 5m to 20m;--timeoutstill governs both (#1664)org,project,repo, andgrantare promoted out ofentire labsinto the visible top-level command surface, so they now appear inentire --help(canonical paths unchanged) (#1672)- git-remote-entire prints an actionable hint when the cluster host is missing, and only suggests
clonefor a complete forge/owner/repo ref (#1649)
Fixed
entire repo mirror getresolves clone URLs via the owning cluster's login server instead of the control-plane core (#1676)
Housekeeping
- Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 (#1670)