Skip to content

v0.8.1

Choose a tag to compare

@clawcrab clawcrab released this 07 Jun 18:27
· 79 commits to main since this release
e18ee00

Bug fixes

  • Coalesce split iMessage fragments into one turn (#130). iMessage/BlueBubbles often delivers one message as several rapid webhooks (text → link preview → attachment), which were processed as separate turns. Inbound bursts now wait a short settle window so the fragments merge into a single user turn. Configurable via imessage.inboundSettleMs / IMESSAGE_INBOUND_SETTLE_MS (default 1500ms) with a per-burst ceiling imessage.inboundMaxSettleMs / IMESSAGE_INBOUND_MAX_SETTLE_MS (default 5000ms).

Other

  • Bump @anthropic-ai/claude-agent-sdk 0.3.161 → 0.3.168 (#133).
  • Bump @clack/prompts 1.5.0 → 1.5.1 (#134).
  • Bump dev-dependencies group (#132): @types/node 25.9.1 → 25.9.2, @vitest/coverage-v8 & vitest 4.1.7 → 4.1.8, tsx 4.22.3 → 4.22.4, typescript-eslint 8.60.0 → 8.60.1.