Skip to content

v0.7.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 12:47
· 9 commits to main since this release
295c6cf

Added

  • entire blame and entire why labs commands for tracing which session and checkpoint last touched a file or line (#1305)
  • entire login now defaults to a browser sign-in flow with a --device fallback, and accepts a --server flag to target a specific core (retiring ENTIRE_AUTH_BASE_URL) (#1366, #1404)
  • entire enable is now reported to the backend (#1385)
  • Checkpoints v1.1 (work in progress): the v1.1 ref is now pushed to the remote (rollout milestone 2), mirroring is streamlined behind CommittedRefs, entire doctor checks and repairs the v1.1 committed-read mirror, and topology coverage was extended to the checkpoint picker and cleanup (#1380, #1376, #1350, #1351)

Changed

  • entire search now supports all result types, aligning the CLI with the web UI (#1399)
  • Control-plane and data-API commands now follow the active auth context: control-plane commands resolve against the selected context, the data API discovers its endpoint via /.well-known/entire-api.json, and entire repo mirror mints repo-scoped tokens via cluster discovery (#1367, #1377, #1402)
  • Data-API auth handling is now centralized (#1428)
  • Checkpoint "steps" are now counted by prompts rather than file-modifying turns (#1347)
  • entire investigate renders findings diagrams as top-down box flowcharts (#1414)
  • entire checkpoint rewind is now deprecated ahead of removal (#1401)
  • Added Entire runner configs (#1429)

Fixed

  • Hardened the browser sign-in fallbacks (#1403)
  • Pi's live skill-capture model is now locked, with a guard against a duplicate extractor (#1383)
  • Fixed CLI ANSI escape rendering under TERM=cygwin (#1291)

Housekeeping

  • Tests no longer touch the user's real config, cache, or keychain, and the spawned entire binary in E2E tests stays off the real OS keychain (#1411, #1368)
  • Fixed a flaky TestSafelyAdvanceLocalRef temp-dir cleanup race (#1378)
  • Refreshed the coreapi spec to tolerate unknown response fields (#1375)
  • Fixed a lint/package-name issue (#1418)
  • Updated the CLI docs overview link (#1379)
  • Dependency bumps (#1416, #1426)

Thanks

Thanks to @suhaanthayyil for contributing the entire blame and entire why labs commands!