docs(plan,changelog): record updater fix + async-job polling contract#387
Merged
Conversation
PR #386 fixed the silent Install update bug; this records it in the CHANGELOG (Unreleased → Fixed) and codifies the underlying pattern in PLAN §9. CHANGELOG: new Fixed section under Unreleased explaining the three fixes (UI hook verbs/signatures + job poller, backend extract quarantine, dedupe). PLAN §9 (Update mechanism): - Note the new extract-time quarantine behavior for prior hal0 extractions (no longer blocks retry after a half-failed apply). - New "Async-job API contract" subsection: any 202+job_id endpoint (updater apply, model pull, future jobs) requires the client to poll GET /status/{id} until terminal state and toast the verdict. A 202 ack alone is silently wrong — this was the entire root cause of #386. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4 tasks
thinmintdev
added a commit
that referenced
this pull request
May 29, 2026
End-of-stream cut for v0.3. Bundles MCP-completion, memory-map redesign, Settings → Updates fix (#386), silent-eviction dispatcher recovery (#392), ADR-0020 OpenRouter callback skeleton (#409), persona spending-cap primitive (#411), δ-harness Hermes coverage (#410), and the docs/internal pin + dashboard-v3 walkthrough (#389/#390). After this tag, active scope rolls to v0.4 (install-mode reconciliation + UI polish + fully-implemented Agents/UI/Install bootstrapped) and v0.5 (MCP admin + memory wiring across UI and agents). CHANGELOG merged from two coexisting Unreleased blocks into a single [v0.3.2-alpha.1] section; added missing entries for #392 (dispatcher), #387 (async-job polling contract), and the docs PRs #389/#390. pyproject 0.3.1-alpha.1 → 0.3.2-alpha.1. uv.lock resynced (was stuck at 0.3.0a1 from prior drift). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #386. Records the fix in CHANGELOG (Unreleased → Fixed) and codifies the underlying pattern in PLAN §9.
Changes
CHANGELOG.md — new `### Fixed` block under Unreleased explaining the three fixes (UI hook verbs/signatures + job poller, backend extract quarantine, dedupe of duplicate non-empty check).
PLAN.md §9 (Update mechanism):
Test plan
🤖 Generated with Claude Code