release: v0.9.0 — account-sync resilience#23
Merged
Merged
Conversation
MINOR per the versioning policy: list_accounts gains a new `status` schema field (new runtime behavior). Verb set unchanged (still 12 tools); this changes one tool's output shape + the runtime account-map caching behavior. - mcp/package.json 0.8.1 -> 0.9.0 (npm == container == serverInfo.version) - CHANGELOG [Unreleased] -> [0.9.0] 2026-06-20 [MINOR] - README: note list_accounts now returns connection `status` - diff-review cleanup: wire preflight to the shared accountList() helper so the shape-parse lives in one place (behavior-identical; makes the helper's own comment accurate). Found during the /security + /diff-review pass on the diff. 48/48 unit tests green; /security pass (no Critical/High/Medium; .env untracked + gitignored, no secrets in history). Co-Authored-By: Claude Opus 4.8 (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.
Cuts v0.9.0 (MINOR) — ships the account-sync resilience fix (#22) and a small diff-review cleanup.
Included
BEEPERBOX_ACCOUNT_CACHE_TTL_MS, never-cache-empty),list_accountssurfaces backendstatus, zero-account stderr observability.accountList()helper (one shape-parse; behavior-identical).Release stamp
mcp/package.json0.8.1→0.9.0(npm == container ==serverInfo.version)[Unreleased]→[0.9.0]2026-06-20[MINOR]list_accountsline notes the newstatusWhy MINOR
New
statusschema field onlist_accounts= new runtime behavior. Verb set unchanged (still 12 tools).Verification
/security: no Critical/High/Medium;.envuntracked + gitignored, no secrets in history. Two Low/by-design notes (pre-existing proto-key write from trusted source; empty-not-cached re-fetch).list_accountsreturnsstatusfor all 5 accounts;list_inbox0 unknown-network chats.After merge: tag
v0.9.0(→ release.yml GHCR rebuild) +gh workflow run publish.yml(→ npm 0.9.0).🤖 Generated with Claude Code