Merge pull request #1685 from entireio/soph/changelog-0-8-42 · Entire
Merge pull request #1685 from entireio/soph/changelog-0-8-42
e009b75→main·
peyton-alt·1w ago·1 file·+21 added/-0 removed
changelog 0.8.42
Changes
1
- MCHANGELOG.md+21
4 unmodified lines
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
4 unmodified lines
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.8.42] - 2026-07-08
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)