Nightly Build (v0.5.6-nightly.202604170646.96867cdc)
Changes since v0.5.6-nightly.202604160646.5bc86155:
700aace Fix hanging CI tests locally
978a2b7 fix hanging summary tty in local tests
e6b30cd fix: nightly workflow fails instead of skipping when tag exists
54ad4c1 Rephrase hook system messages from "Powered by Entire" to "Entire CLI"
1adbbb2 fix: persist summary provider to local settings, respect merged provider in configure
0e2a933 test: cover checkpoint_remote transcript fallback
00f616d refactor: clarify explain fetch state naming
228b9ef refactor: rename treeless fetch depth flags
4babcd6 docs: clarify SafelyAdvanceLocalRef divergence behavior
0a7945e Restore nolint:ireturn on buildSummaryGenerator
7205fc6 Check CLI binary on PATH, not repo-level DetectPresence, for summary providers
43e5665 Remove 8 redundant tests, trim 2 table-driven tests
9a53ad4 Consolidate 4 per-agent generate tests into one table-driven test
c7d1953 Simplify: deduplicate state, extract test helper, trim redundancy
c6c304e Address round-2 PR review must-fix findings
3454bc6 Document stdin-based Copilot summary-gen invocation
0cf40ab Address Codex review findings on summary provider resolution
1015ff4 Extract canPromptInteractively to shared interactive package
741422b Validate summary_generation settings on load
232b0f5 Tighten summary provider observability and API shape
79a6801 Pipe summary prompts via stdin across all agents
934275b Disable built-in MCPs for Copilot summary generation
0890284 Fix summary provider prompt and resume handling
cfa1152 build(deps): bump github.com/posthog/posthog-go
b3b501e refactor: centralize tmp-ref promotion in strategy.PromoteTmpRefSafely
ebfa174 fix: don't rewind locally-ahead refs in remaining fetch paths
5bf04bc Fix vercel config lint issues
79cdfba Improve enable/config messages for Vercel setting
f7160ef fix: don't rewind locally-ahead v2 /main in FetchV2Main* fetches
9603489 fix: don't rewind locally-ahead entire/checkpoints/v1 in FetchMetadataTreeOnly
dc297ff test: assert metadata refs absent after deletion in fetch tests
e38ce4e Respect configured summary provider in auto-summarize, filter by binary presence
415a724 Fix review findings: Gemini prompt bug, silent persistence failure, error handling
3dfd585 test: add v2 integration test for explain remote metadata fetch
97bc723 fix: fetch v2 metadata from remote in explain --checkpoint
766214b fix: also try checkpoint_remote when origin doesn't have metadata
fc7561b fix: use FetchMetadataTreeOnly instead of getMetadataTree in explain
48e2523 perf: fetch metadata on miss instead of upfront in explain
b232a40 fix: fetch metadata from remote in explain --checkpoint
ebb69ad test: add failing integration test for explain remote metadata fetch
3f5893f Fix missing target file.
b11dab3 Move Vercel helper methods into one file.
11c911e Clean up load method.
eb4b5f4 Clean up test seam.
ca39df9 Clean up settings target file parameter.
a791683 Optimize config loading for Vercel.
23f9111 Deduplicate metadata branch vercel config merge
9932710 Potential fix for pull request finding
62631bf Address Copilot feedback to consider --local for vercel config.
e1cefae Fix more linter errors.
8569a40 Fix linter error.
4ff9d14 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
570726a Change behavior to create vercel.json in Entire metadata branch.
9c585b3 Wrap original error in validateSummaryProvider, fall back to stdout on empty stderr
ecf914f Fix configure flag precedence and add provider fallback logging
ece160c Simplify summary provider CLI execution
fe711b0 Fix summary provider model transitions
f5e6650 Add configure flags for summary provider
d204056 Add explain summary provider selection
fcf3459 Handle non-NotExist os.Stat errors in Vercel detection and fix ignored mergeVercelDeploymentDisabled error
fa28def Update cmd/entire/cli/setup.go
77a12f2 Update cmd/entire/cli/setup.go
41c48af Add handling for Vercel apps to exclude entire branches from deployment. Ref #239.