Skip to content

chore(release): version packages#246

Merged
davidfarah2003 merged 1 commit into
mainfrom
changeset-release/main
Jul 17, 2026
Merged

chore(release): version packages#246
davidfarah2003 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@davidfarah2003

@davidfarah2003 davidfarah2003 commented Jul 17, 2026

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 the packages will be published to npm 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

@cotal-ai/connector-opencode@0.12.0

Minor Changes

  • d2333f1: The OpenCode plugin bundle is now closed over its runtime dependencies, so cotal spawn --agent opencode works from an installed extension. It previously kept a runtime import of @opencode-ai/plugin (a peer that cotal ext add never installs), which OpenCode could not resolve; it skips such a plugin silently, so the agent never joined the mesh and the launcher sat for 60s before aborting with "agent session never came up". The only use of that import was tool(), an identity function for type inference, so the tool definitions are now plain ToolDefinition literals and the import is type-only. The @opencode-ai/* bundler externals are gone as well, so a future value import is inlined rather than silently escaping the bundle.

@cotal-ai/auth@0.12.0

Minor Changes

  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.

Patch Changes

  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0
    • @cotal-ai/workspace@0.12.0

@cotal-ai/cli@0.12.0

Minor Changes

  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.

Patch Changes

  • be66729: Add offline full-space and registry-only backup, preservation cuts, authenticated operation-isolated
    restore, conservative checkpoint recreation, same-principal resume, and explicit fallback cleanup.
    Remove the incomplete channel export surface.
  • 47d2584: Foreground cotal spawn now provisions the full durable footprint (read-ACL row included), so a foreground agent gets the delivery daemon's durable backstop instead of silently running live-only and permanently losing every channel message posted while its connection blips. --live-only restores the old behavior explicitly. A foreground exit now also retires the agent's creds and broker footprint, mirroring the manager's despawn.
  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0
    • @cotal-ai/workspace@0.12.0

@cotal-ai/delivery@0.12.0

Minor Changes

  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.

Patch Changes

  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0
    • @cotal-ai/workspace@0.12.0

@cotal-ai/core@0.12.0

Minor Changes

  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.

Patch Changes

  • be66729: Add offline full-space and registry-only backup, preservation cuts, authenticated operation-isolated
    restore, conservative checkpoint recreation, same-principal resume, and explicit fallback cleanup.
    Remove the incomplete channel export surface.
  • 47d2584: Foreground cotal spawn now provisions the full durable footprint (read-ACL row included), so a foreground agent gets the delivery daemon's durable backstop instead of silently running live-only and permanently losing every channel message posted while its connection blips. --live-only restores the old behavior explicitly. A foreground exit now also retires the agent's creds and broker footprint, mirroring the manager's despawn.

@cotal-ai/workspace@0.12.0

Minor Changes

  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.

Patch Changes

  • be66729: Add offline full-space and registry-only backup, preservation cuts, authenticated operation-isolated
    restore, conservative checkpoint recreation, same-principal resume, and explicit fallback cleanup.
    Remove the incomplete channel export surface.
  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0

cotal-ai@0.12.0

Patch Changes

  • Updated dependencies [be66729]
  • Updated dependencies [046f485]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/cli@0.12.0
    • @cotal-ai/core@0.12.0
    • @cotal-ai/workspace@0.12.0
    • @cotal-ai/manager@0.12.0
    • @cotal-ai/connector-core@0.12.0
    • @cotal-ai/auth@0.12.0
    • @cotal-ai/delivery@0.12.0

@cotal-ai/connector-claude-code@0.12.0

Patch Changes

  • 046f485: Re-announce an unacked durable message on JetStream redelivery, so a wake the host dropped (e.g. during Claude's channel startup window) recovers at the next redelivery instead of leaving the agent a zombie until an unrelated message arrives.

@cotal-ai/connector-core@0.12.0

Patch Changes

  • 046f485: Re-announce an unacked durable message on JetStream redelivery, so a wake the host dropped (e.g. during Claude's channel startup window) recovers at the next redelivery instead of leaving the agent a zombie until an unrelated message arrives.

@cotal-ai/manager@0.12.0

Patch Changes

  • be66729: Add offline full-space and registry-only backup, preservation cuts, authenticated operation-isolated
    restore, conservative checkpoint recreation, same-principal resume, and explicit fallback cleanup.
    Remove the incomplete channel export surface.
  • 4e0e641: Add the pluggable SecretStore seam (core get/put/delete contract + filesystem default) and route the durable hosted secret kinds through it: the delivery daemon creds and the auth store's callout account, issuer keys, owner secret, and service-key projection. Local cotal up is unchanged (the workspace .cotal-rooted filesystem store lands byte-for-byte on the existing paths); a hosted composition injects its own backend via runAuthService/runDelivery. AuthProvider methods now take a caller-composed store, and the new required deprovisionSecrets plus clean all's seam-first ordering make a full local reset safe against split authority.
  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0
    • @cotal-ai/workspace@0.12.0

@cotal-ai/cmux@0.12.0

@cotal-ai/connector-hermes@0.12.0

@cotal-ai/orca@0.12.0

@cotal-ai/pi@0.12.0

@cotal-ai/tmux@0.12.0

@cotal-ai/web@0.12.0

@cotal-ai/example-04-frontier-faces@0.0.13

Patch Changes

  • Updated dependencies [be66729]
  • Updated dependencies [47d2584]
  • Updated dependencies [4e0e641]
    • @cotal-ai/core@0.12.0

@davidfarah2003 davidfarah2003 added the skip-changelog Excluded from generated release notes label Jul 17, 2026
@davidfarah2003
davidfarah2003 force-pushed the changeset-release/main branch 3 times, most recently from 1e310ce to 1f01d0c Compare July 17, 2026 11:21
@davidfarah2003
davidfarah2003 force-pushed the changeset-release/main branch from 1f01d0c to bdfbc19 Compare July 17, 2026 22:01
@davidfarah2003
davidfarah2003 merged commit c378569 into main Jul 17, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Excluded from generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant