Skip to content

Commit a61af18

Browse files
chore: version packages
1 parent e5bc371 commit a61af18

19 files changed

Lines changed: 100 additions & 27 deletions

.changeset/observer-authority-descriptor.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @agentruntimecontrolprotocol/examples
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- @agentruntimecontrolprotocol/bun@2.0.0
8+
- @agentruntimecontrolprotocol/express@2.0.0
9+
- @agentruntimecontrolprotocol/fastify@2.0.0
10+
- @agentruntimecontrolprotocol/sdk@2.0.0
11+
312
## 0.0.3
413

514
### Patch Changes

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/examples",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"description": "Runnable examples for the ARCP TypeScript SDK. Not published.",
66
"type": "module",

packages/client/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @agentruntimecontrolprotocol/client
22

3+
## 2.0.0
4+
5+
### Minor Changes
6+
7+
- 543b38b: Surface a job's authority descriptor to subscribers (§7.6).
8+
9+
The runtime now populates `budget` (current per-currency counters) on
10+
`job.subscribed`, alongside the `lease_constraints` it already sent, so an
11+
observing principal can render a job's authority surface — the expiry clock
12+
and budget gauge — without being the job's submitter. The cap is derivable
13+
from the lease's `cost.budget` pattern; subsequent `cost.budget.remaining`
14+
metric events keep the gauge live.
15+
16+
The client's `JobSubscription` now exposes the full descriptor:
17+
`currentStatus`, `agent`, `lease`, `leaseConstraints`, `budget`, and
18+
(submitter-only) `credentials`. Credentials remain redacted for non-submitters
19+
per §14. Backward-compatible — only additive fields.
20+
321
## 1.0.0
422

523
### Minor Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/client",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Client implementation of the Agent Runtime Control Protocol (ARCP). Install alongside a transport from @agentruntimecontrolprotocol/core to talk to an @agentruntimecontrolprotocol/runtime server.",
55
"license": "Apache-2.0",
66
"repository": {

packages/middleware/bun/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @agentruntimecontrolprotocol/bun
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [543b38b]
8+
- @agentruntimecontrolprotocol/runtime@2.0.0
9+
310
## 1.0.0
411

512
### Minor Changes

packages/middleware/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/bun",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Bun runtime helpers for the Agent Runtime Control Protocol (ARCP). Uses Bun's native WebSocket server (Bun.serve) to terminate ARCP connections; no external dependency on `ws`.",
55
"license": "Apache-2.0",
66
"repository": {

packages/middleware/express/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agentruntimecontrolprotocol/express
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [543b38b]
8+
- @agentruntimecontrolprotocol/runtime@2.0.0
9+
- @agentruntimecontrolprotocol/node@2.0.0
10+
311
## 1.0.0
412

513
### Minor Changes

packages/middleware/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentruntimecontrolprotocol/express",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Express helpers for the Agent Runtime Control Protocol (ARCP). Creates an Express app with safe defaults and attaches the ARCP WebSocket upgrade handler at a configurable path.",
55
"license": "Apache-2.0",
66
"repository": {

packages/middleware/fastify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @agentruntimecontrolprotocol/fastify
22

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [543b38b]
8+
- @agentruntimecontrolprotocol/runtime@2.0.0
9+
- @agentruntimecontrolprotocol/node@2.0.0
10+
311
## 1.0.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)