Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/custody-seam.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/hosted-workflow-runs.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/lease-renew-manager-control.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/mutation-reproof-gate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/static-slot-inspect.md

This file was deleted.

20 changes: 20 additions & 0 deletions bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# cotal-ai

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

### Patch Changes

- Updated dependencies [9d745af]
- Updated dependencies [18a0024]
- Updated dependencies [e986173]
- @cotal-ai/core@0.46.0
- @cotal-ai/cli@0.46.0
- @cotal-ai/manager@0.46.0
- @cotal-ai/connector-core@0.46.0
- @cotal-ai/workspace@0.46.0
- @cotal-ai/runtime@0.46.0
- @cotal-ai/auth@0.46.0
- @cotal-ai/delivery@0.46.0

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cotal-ai",
"version": "0.45.0",
"version": "0.46.0",
"description": "Cotal — lateral agent coordination over NATS. Run `npx cotal-ai` for the CLI.",
"license": "Apache-2.0",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions examples/04-frontier-faces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cotal-ai/example-04-frontier-faces

## 0.0.75

### Patch Changes

- Updated dependencies [9d745af]
- Updated dependencies [18a0024]
- @cotal-ai/core@0.46.0
- @cotal-ai/workspace@0.46.0

## 0.0.74

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/04-frontier-faces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotal-ai/example-04-frontier-faces",
"version": "0.0.74",
"version": "0.0.75",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/05-scale-showcase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cotal-ai/example-05-scale-showcase

## 0.0.33

### Patch Changes

- Updated dependencies [9d745af]
- Updated dependencies [18a0024]
- @cotal-ai/core@0.46.0

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/05-scale-showcase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotal-ai/example-05-scale-showcase",
"version": "0.0.32",
"version": "0.0.33",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/06-feed-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cotal-ai/example-06-feed-agent

## 0.0.14

### Patch Changes

- Updated dependencies [9d745af]
- Updated dependencies [18a0024]
- @cotal-ai/core@0.46.0

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/06-feed-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotal-ai/example-06-feed-agent",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions extensions/cmux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/cmux

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/cmux/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/cmux",
"description": "Cotal cmux integration: a cmux Runtime and TerminalLayout provider for spawning agents into cmux tabs.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions extensions/connector-claude-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cotal-ai/connector-claude-code

## 0.46.0

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-claude-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-claude-code",
"description": "Cotal connector for Claude Code: an installed plugin that joins a session to the mesh.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/connector-codex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/connector-codex

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-codex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-codex",
"description": "Cotal connector for OpenAI Codex: a host-mode peer driving codex app-server, with Codex's own TUI attached and the cotal_* tools served over a loopback MCP endpoint.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions extensions/connector-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @cotal-ai/connector-core

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.
- 18a0024: The manager hosts workflow runs. `run-start`, `run-resume`, `run-answer`, `run-status` and
`run-ps` are served on the manager's endpoint rails; a run is validated before anything is
recorded, driven in the manager's process under a per-run `run-driver` credential, and taken back
from its journal after a manager restart. `cotal run` is a client of that surface by default,
with `--local` keeping the in-process drive, now under the run's own `run-driver` and
`run-operator` credentials rather than `admin`; an answer's writes are pinned to the one pause it
answers. A user-auth mesh refuses the family by name until a run can carry its user's owner. A new `run` capability mints the family into an
agent's credential and injects the `cotal_run` tool, so an agent can write a cotal-lang program
and start it from a session. `run-answer` records the answerer from the caller's credential and
takes no `by`; `cotal run answer` drops `--by` on the hosted path. `spawn({ supervise })` is a restart policy the manager enforces in
place: `{ restarts, window? }` (default `10m`) until the budget is spent, then the seat is
retired and the next `turn` is L4002. A policy this host cannot honour is refused at accept.
- e986173: Make manager `inspect` distinguish a stranded static slot from an unknown name through structured durable-state details, and make `attach` stop reconnecting when those details show the seat is gone.

## 0.45.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-core",
"description": "Shared MCP-bridge runtime for Cotal connectors: the mesh agent, cotal_* tools, and hook relay.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-core/src/docs-bundle.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { DocsBundle } from "./docs.js";

export const DOCS_BUNDLE: DocsBundle = {
"version": "0.45.0",
"version": "0.46.0",
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
"pages": [
{
Expand Down
6 changes: 6 additions & 0 deletions extensions/connector-hermes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/connector-hermes

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-hermes",
"description": "Cotal connector for the Hermes (Nous Research) agent.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions extensions/connector-jcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cotal-ai/connector-jcode

## 0.46.0

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-jcode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-jcode",
"description": "Cotal connector for Jcode: a host-mode mesh peer driven through Jcode's Harness API bridge.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/connector-opencode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/connector-opencode

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/connector-opencode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/connector-opencode",
"description": "Cotal connector for OpenCode: a native in-process plugin that joins a session to the mesh.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/herdr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/herdr

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/herdr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/herdr",
"description": "Cotal Herdr integration: a Herdr Runtime provider for spawning agents into panes of a dedicated Herdr session.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/orca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/orca

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/orca/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/orca",
"description": "Cotal Orca integration: an Orca Runtime provider for spawning agents into the right Orca worktree.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions extensions/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @cotal-ai/pi

## 0.46.0

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/pi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotal-ai/pi",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions extensions/tmux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cotal-ai/tmux

## 0.46.0

### Minor Changes

- 9d745af: Add the local durable runtime adoption seam and report legacy manager continuity before a running update can be described as hot. `Runtime.adopt` is optional: runtimes without durable custody omit it, and the manager refuses by name rather than requiring a throwing stub on every adapter. `cotal update --self` reports the selected manager before a global install and hands `--space` / `--server` / `--creds` to the replacement child.

## 0.45.0

## 0.44.0
Expand Down
2 changes: 1 addition & 1 deletion extensions/tmux/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cotal-ai/tmux",
"description": "Cotal tmux integration: a tmux Runtime and TerminalLayout provider for spawning agents into tmux windows.",
"version": "0.45.0",
"version": "0.46.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading
Loading