@lambdacurry/arbor 0.21.32 → 0.21.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/arbor.js +2 -2
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -19715,10 +19715,10 @@ var ACTION_DEFINITIONS = [
19715
19715
  {
19716
19716
  name: "computer_open",
19717
19717
  title: "Open a Thread computer",
19718
- description: "Open a Thread project environment and return its session/workspace, verified root repository instruction pointers, Agent Brief, capabilities, Runs, and reconciliation receipt. Forward profile-revision or additive authorized repository drift auto-reconciles through a successor; removal, setup, backend/provider/profile changes, or ambiguous drift refuse with computer_reprovision guidance.",
19718
+ description: "Open a usable Thread workspace with verified root repository instruction pointers; omit the key to retry the same logical open for your profile/Thread/recipe, with unsafe recovery refused. Forward profile-revision or additive authorized repository drift auto-reconciles; removal, setup, backend/provider/profile changes require computer_reprovision.",
19719
19719
  inputSchema: {
19720
19720
  threadId: exports_external.string().describe("the Arbor Thread whose stable computer to open, thr_…"),
19721
- idempotencyKey: exports_external.string().min(1).max(200).describe("stable key for this ONE logical open; retry the same call unchanged—even after a lost response—to reuse the same ComputerSession; never mint a new key for an unresolved attempt"),
19721
+ idempotencyKey: exports_external.string().trim().min(1).max(200).optional().describe("optional explicit key for ONE distinct logical open; omission reuses the durable profile/Thread/recipe identity; changed options require a distinct intent; retry unchanged after response loss and never mint a new key to bypass unresolved work"),
19722
19722
  vcpus: exports_external.number().int().min(1).max(4).optional().describe("optional container vCPU request"),
19723
19723
  label: exports_external.string().optional().describe("short runtime label for operator diagnostics")
19724
19724
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.21.32",
3
+ "version": "0.21.33",
4
4
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
5
5
  "keywords": [
6
6
  "agents",