chore(release): 0.2.4#14
Merged
Merged
Conversation
Patch release for the late-first-transcript-flush fix (#13): a delivered turn no longer surfaces as DELIVERY_UNCONFIRMED / empty messagesSince when claude defers its first <id>.jsonl write under MCP/tool load. Backward-compatible bug fix; see ADR 0009 and the CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UgUf4t5AZkFKtgGWu8qxWL
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.
Patch release bundling the late-first-transcript-flush fix (#13).
Changes since 0.2.3
package.json→ 0.2.4CHANGELOG.md→## [0.2.4]entry (Fixed)What's in this release
A delivered turn no longer surfaces as lost when claude defers its first
<id>.jsonlwrite under MCP/tool load (3–9 s):send()returningDELIVERY_UNCONFIRMEDwith an emptymessagesSince("0")/turnComplete === falseis fixed by tolerating the late flush at both the write-anchor and read-settle seams against one shared budget, bounded on success and exhaustion. A present/fast-flush session is untouched. Verified live: 1/20 → 0/20 sentinels under 20 concurrent heavy tool-MCP sessions. See ADR 0009.Release steps (manual, after merge)
This repo has no publish CI — once merged:
git tag v0.2.4 <merge-commit>&&git push origin v0.2.4npm publish(needs maintainer npm auth)🤖 Generated with Claude Code