Skip to content

πŸ¦‹ New version release#268

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 25, 2026
Merged

πŸ¦‹ New version release#268
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth@0.23.3

Patch Changes

  • da9afac: Pearl store: unified backoff+jitter retry on the read-only lock-flap
    (pearl th-e979ac).

    The transient Error 1105: cannot update manifest: database is read only
    β€” a concurrent writer (usually another agent's push) briefly holding the
    single-writer lock β€” used to fail fast in CLI mode (auto-doctor found no
    orphan β†’ immediate error) and after one respawn in server mode. Now every
    dolt write funnels through a single retry_on_lock_flap helper that:

    1. runs the mode's local self-heal ONCE (CLI: reap an orphaned
      smooth-dolt serve; server: force-respawn a wedged child), then
    2. backs off with jitter and retries until the op succeeds or a bounded
      budget elapses (SMOOTH_DOLT_LOCK_RETRY_BUDGET_SECS, default 30s).

    This consolidates the two former one-shot ad-hoc retries into one place
    and covers th pearls create/update/close, th msg send/reply, push,
    and memory writes alike β€” so a momentary collision with a peer's in-flight
    push is waited out transparently instead of surfacing. Non-lock errors
    (syntax, transport, corruption) still propagate immediately; a genuinely
    stuck store returns a clear error with a th pearls doctor --reap hint
    rather than hanging. The th-mail skill's hand-rolled retry guidance is
    dropped since the store now self-heals the flap. No new dependency (jitter
    from SystemTime).

@brentrager
brentrager force-pushed the changeset-release/main branch from 5c76eab to 8b78f50 Compare July 25, 2026 20:16
@brentrager
brentrager enabled auto-merge (squash) July 25, 2026 20:16
@brentrager
brentrager merged commit 11f57e7 into main Jul 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant