@lambdacurry/arbor 0.17.3 → 0.17.4
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.
- package/dist/arbor.js +52 -6
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -17365,10 +17365,29 @@ var MCP_OUTPUT_SCHEMAS = {
|
|
|
17365
17365
|
stderr: exports_external.string().optional(),
|
|
17366
17366
|
exitCode: exports_external.number().optional(),
|
|
17367
17367
|
jobId: exports_external.string().optional(),
|
|
17368
|
+
processId: exports_external.string().optional(),
|
|
17368
17369
|
status: exports_external.string().optional(),
|
|
17369
17370
|
cwd: exports_external.string(),
|
|
17370
17371
|
strict: exports_external.boolean()
|
|
17371
17372
|
}),
|
|
17373
|
+
computer_process_read: exports_external.looseObject({
|
|
17374
|
+
processId: id,
|
|
17375
|
+
status: exports_external.string(),
|
|
17376
|
+
command: exports_external.string().optional(),
|
|
17377
|
+
cwd: exports_external.string().optional(),
|
|
17378
|
+
startedAt: timestamp.nullable().optional(),
|
|
17379
|
+
endedAt: timestamp.nullable().optional(),
|
|
17380
|
+
durationMs: exports_external.number().int().min(0).nullable().optional(),
|
|
17381
|
+
stdout: exports_external.string().optional(),
|
|
17382
|
+
stderr: exports_external.string().optional(),
|
|
17383
|
+
truncated: exports_external.boolean().optional(),
|
|
17384
|
+
exitCode: exports_external.number().int().nullable().optional()
|
|
17385
|
+
}),
|
|
17386
|
+
computer_process_terminate: exports_external.looseObject({
|
|
17387
|
+
processId: id,
|
|
17388
|
+
status: exports_external.string(),
|
|
17389
|
+
terminated: exports_external.boolean().optional()
|
|
17390
|
+
}),
|
|
17372
17391
|
computer_status: exports_external.looseObject({
|
|
17373
17392
|
computerSessionId: id,
|
|
17374
17393
|
computerId: id,
|
|
@@ -17656,6 +17675,8 @@ var MCP_TOOL_ANNOTATIONS = {
|
|
|
17656
17675
|
computer_open: additive,
|
|
17657
17676
|
computer_reprovision: destructiveIdempotent,
|
|
17658
17677
|
computer_exec: destructiveOpenWorld,
|
|
17678
|
+
computer_process_read: readOnly,
|
|
17679
|
+
computer_process_terminate: destructiveOpenWorld,
|
|
17659
17680
|
computer_status: readOnly,
|
|
17660
17681
|
code_symbols: readOnly,
|
|
17661
17682
|
code_find_symbol: readOnly,
|
|
@@ -17968,7 +17989,7 @@ var ACTION_DEFINITIONS = [
|
|
|
17968
17989
|
description: "Replace your organization's sparse computer-default layer without allocating runtime state. Omitted/null values fall back to provider defaults; Space, Topic, and Thread layers may override individual fields.",
|
|
17969
17990
|
inputSchema: {
|
|
17970
17991
|
backend: exports_external.enum(["worker-shell", "container"]).nullable().optional().describe("default execution tier, or null to use worker-shell"),
|
|
17971
|
-
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, and ripgrep (rg), or null to clear"),
|
|
17992
|
+
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, GitHub CLI (gh), Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, Python 3.13.15 (python/python3), jq, and ripgrep (rg), or null to clear"),
|
|
17972
17993
|
setupScript: exports_external.string().nullable().optional().describe("optional strict Bash setup run after connected repositories materialize, or null to clear"),
|
|
17973
17994
|
repositories: exports_external.array(exports_external.string()).max(MAX_COMPUTER_REPOSITORIES).nullable().optional().describe("connected GitHub repositories to materialize into a fresh reusable base and allow for later Git calls; [] clears and null inherits")
|
|
17974
17995
|
},
|
|
@@ -17983,7 +18004,7 @@ var ACTION_DEFINITIONS = [
|
|
|
17983
18004
|
inputSchema: {
|
|
17984
18005
|
spaceId: exports_external.string().describe("the Space, spc_…"),
|
|
17985
18006
|
backend: exports_external.enum(["worker-shell", "container"]).nullable().optional().describe("override execution tier, or null to inherit"),
|
|
17986
|
-
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, and ripgrep (rg), or null to clear inherited profile"),
|
|
18007
|
+
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, GitHub CLI (gh), Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, Python 3.13.15 (python/python3), jq, and ripgrep (rg), or null to clear inherited profile"),
|
|
17987
18008
|
setupScript: exports_external.string().nullable().optional().describe("optional strict Bash setup run after connected repositories materialize, or null to clear"),
|
|
17988
18009
|
repositories: exports_external.array(exports_external.string()).max(MAX_COMPUTER_REPOSITORIES).nullable().optional().describe("connected GitHub repositories to materialize into a fresh reusable base and allow for later Git calls; [] clears and null inherits")
|
|
17989
18010
|
},
|
|
@@ -17998,7 +18019,7 @@ var ACTION_DEFINITIONS = [
|
|
|
17998
18019
|
inputSchema: {
|
|
17999
18020
|
topicId: exports_external.string().describe("the Topic, top_…"),
|
|
18000
18021
|
backend: exports_external.enum(["worker-shell", "container"]).nullable().optional().describe("override execution tier, or null to inherit"),
|
|
18001
|
-
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, and ripgrep (rg), or null to clear inherited profile"),
|
|
18022
|
+
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, GitHub CLI (gh), Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, Python 3.13.15 (python/python3), jq, and ripgrep (rg), or null to clear inherited profile"),
|
|
18002
18023
|
setupScript: exports_external.string().nullable().optional().describe("optional strict Bash setup run after connected repositories materialize"),
|
|
18003
18024
|
repositories: exports_external.array(exports_external.string()).max(MAX_COMPUTER_REPOSITORIES).nullable().optional().describe("connected GitHub repositories to materialize into a fresh reusable base and allow for later Git calls; [] clears and null inherits")
|
|
18004
18025
|
},
|
|
@@ -18013,7 +18034,7 @@ var ACTION_DEFINITIONS = [
|
|
|
18013
18034
|
inputSchema: {
|
|
18014
18035
|
threadId: exports_external.string().describe("the Thread, thr_…"),
|
|
18015
18036
|
backend: exports_external.enum(["worker-shell", "container"]).nullable().optional().describe("override execution tier, or null to inherit"),
|
|
18016
|
-
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, and ripgrep (rg), or null to clear inherited profile"),
|
|
18037
|
+
containerProfile: exports_external.string().nullable().optional().describe("logical container profile; bun-typescript-v1 guarantees Bash, Git, GitHub CLI (gh), Bun 1.3.3, bunx, Node 26.5.1, pnpm 10.33.0, Python 3.13.15 (python/python3), jq, and ripgrep (rg), or null to clear inherited profile"),
|
|
18017
18038
|
setupScript: exports_external.string().nullable().optional().describe("optional strict Bash setup run after connected repositories materialize"),
|
|
18018
18039
|
repositories: exports_external.array(exports_external.string()).max(MAX_COMPUTER_REPOSITORIES).nullable().optional().describe("connected GitHub repositories to materialize into a fresh reusable base and allow for later Git calls; [] clears and null inherits")
|
|
18019
18040
|
},
|
|
@@ -18035,7 +18056,7 @@ var ACTION_DEFINITIONS = [
|
|
|
18035
18056
|
{
|
|
18036
18057
|
name: "computer_open",
|
|
18037
18058
|
title: "Open a Thread computer",
|
|
18038
|
-
description: "Open or resume this Thread's project environment for filesystem or command work. Every configured repository is re-authorized through its explicit GitHub connection; a fresh reusable base clones it with a request-scoped contents:read credential before strict setup runs, while a restore receives no credential. Returns computerSessionId — pass it unchanged to later Computer tools and cited work — plus the selected profile contract, a resolved capabilities card, workspaceRoot, each materialized repositories[].path, and defaultCwd. Omitted computer_exec.cwd uses defaultCwd: the single checkout when exactly one repository is configured, workspaceRoot otherwise.",
|
|
18059
|
+
description: "Open or resume this Thread's project environment for filesystem or command work. Every configured repository is re-authorized through its explicit GitHub connection; a fresh reusable base clones it with a request-scoped contents:read credential before strict setup runs, while a restore receives no credential. Returns computerSessionId — pass it unchanged to later Computer tools and cited work — plus the selected profile contract (including GitHub CLI (gh) on bun-typescript-v1), a resolved capabilities card, workspaceRoot, each materialized repositories[].path, and defaultCwd. Omitted computer_exec.cwd uses defaultCwd: the single checkout when exactly one repository is configured, workspaceRoot otherwise.",
|
|
18039
18060
|
inputSchema: {
|
|
18040
18061
|
threadId: exports_external.string().describe("the Arbor Thread whose stable computer to open, thr_…"),
|
|
18041
18062
|
vcpus: exports_external.number().int().min(1).max(4).optional().describe("optional container vCPU request"),
|
|
@@ -18061,7 +18082,7 @@ var ACTION_DEFINITIONS = [
|
|
|
18061
18082
|
{
|
|
18062
18083
|
name: "computer_exec",
|
|
18063
18084
|
title: "Run a command",
|
|
18064
|
-
description: "Run one bounded logical operation in an opened Thread computer. Omitting cwd runs from the Computer's defaultCwd — the one materialized checkout when the recipe has exactly one repository, otherwise the workspace root — and the receipt echoes the cwd it ran in; pass cwd explicitly to override it. Strict Bash semantics are ON by default: an early command failure or failed pipeline makes the execution nonzero, while explicit handling such as `cmd || fallback` still works. Set strict=false only for an intentional best-effort script. For a connected human
|
|
18085
|
+
description: "Run one bounded logical operation in an opened Thread computer. Omitting cwd runs from the Computer's defaultCwd — the one materialized checkout when the recipe has exactly one repository, otherwise the workspace root — and the receipt echoes the cwd it ran in; pass cwd explicitly to override it. Strict Bash semantics are ON by default: an early command failure or failed pipeline makes the execution nonzero, while explicit handling such as `cmd || fallback` still works. Set strict=false only for an intentional best-effort script. For a connected human, Arbor supplies ambient GitHub authorization for normal gh/HTTPS Git commands and GitHub-linked author/committer identity ephemerally for every exec without writing credentials into the workspace; command-local Git environment overrides may still replace the identity. Use background only for the container backend; it returns a processId for computer_process_read / computer_process_terminate. worker-shell deliberately serializes mutations and rejects long-lived processes.",
|
|
18065
18086
|
inputSchema: {
|
|
18066
18087
|
computerSessionId: exports_external.string().describe("the computerSessionId returned by computer_open, cms_…"),
|
|
18067
18088
|
command: exports_external.string().min(1).describe("the shell command to run"),
|
|
@@ -18074,6 +18095,31 @@ var ACTION_DEFINITIONS = [
|
|
|
18074
18095
|
toolset: "loop",
|
|
18075
18096
|
run: forward("computer_runtime.exec")
|
|
18076
18097
|
},
|
|
18098
|
+
{
|
|
18099
|
+
name: "computer_process_read",
|
|
18100
|
+
title: "Read a background process",
|
|
18101
|
+
description: "READ ONLY: Inspect one process returned by computer_exec(background=true). Returns provider-owned lifecycle metadata plus bounded latest stdout/stderr and, once terminal, the final exit result. Re-read the same processId for progress without sentinel files or shell process archaeology.",
|
|
18102
|
+
inputSchema: {
|
|
18103
|
+
computerSessionId: exports_external.string().describe("the computerSessionId returned by computer_open, cms_…"),
|
|
18104
|
+
processId: exports_external.string().min(1).describe("the opaque processId returned by computer_exec(background=true), proc_…"),
|
|
18105
|
+
maxBytes: exports_external.number().int().min(1024).max(65536).optional().describe("maximum combined output bytes to return; default 16,384")
|
|
18106
|
+
},
|
|
18107
|
+
surfaces: ["computer-mcp", "computer-cli"],
|
|
18108
|
+
toolset: "loop",
|
|
18109
|
+
run: forward("computer_runtime.process_read")
|
|
18110
|
+
},
|
|
18111
|
+
{
|
|
18112
|
+
name: "computer_process_terminate",
|
|
18113
|
+
title: "Terminate a background process",
|
|
18114
|
+
description: "Terminate one process returned by computer_exec(background=true), including its provider-owned process tree. Returns the observed terminal state so ChatGPT can stop long verification explicitly without shell PIDs or ps/kill workarounds.",
|
|
18115
|
+
inputSchema: {
|
|
18116
|
+
computerSessionId: exports_external.string().describe("the computerSessionId returned by computer_open, cms_…"),
|
|
18117
|
+
processId: exports_external.string().min(1).describe("the opaque processId returned by computer_exec(background=true), proc_…")
|
|
18118
|
+
},
|
|
18119
|
+
surfaces: ["computer-mcp", "computer-cli"],
|
|
18120
|
+
toolset: "loop",
|
|
18121
|
+
run: forward("computer_runtime.process_terminate")
|
|
18122
|
+
},
|
|
18077
18123
|
{
|
|
18078
18124
|
name: "computer_status",
|
|
18079
18125
|
title: "Inspect a computer",
|
package/package.json
CHANGED