@tokenfactory/acc-runner 0.44.2 → 0.44.3
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const BUILD_COMMIT_SHA = "
|
|
1
|
+
export declare const BUILD_COMMIT_SHA = "54495e1e7ed6f49943ae5b9bd44f4dcef52b0c35";
|
|
2
2
|
export declare const BUILD_DIST_SHA256 = "pending-build";
|
|
3
3
|
//# sourceMappingURL=build-info.generated.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// Generated by scripts/gen-build-info.mjs. Do not edit by hand.
|
|
2
|
-
export const BUILD_COMMIT_SHA = "
|
|
3
|
-
export const BUILD_DIST_SHA256 = "
|
|
2
|
+
export const BUILD_COMMIT_SHA = "54495e1e7ed6f49943ae5b9bd44f4dcef52b0c35";
|
|
3
|
+
export const BUILD_DIST_SHA256 = "fefd658ee8e86d97a9478d4151bfa0701f7e46a255ca99882f27aa6f5d976460";
|
package/dist/mcp-spawn.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const ACC_MCP_KEY = "acc";
|
|
2
|
-
export declare const ACC_MCP_PACKAGE_SPEC = "@tokenfactory/acc-mcp-server@0.6.
|
|
2
|
+
export declare const ACC_MCP_PACKAGE_SPEC = "@tokenfactory/acc-mcp-server@0.6.2";
|
|
3
3
|
/** Env var acc-mcp-server reads the per-turn delegation JWT from (see cli.ts). */
|
|
4
4
|
export declare const ACC_MCP_DELEGATION_TOKEN_ENV = "ACC_MCP_DELEGATION_TOKEN";
|
|
5
5
|
/** Env var acc-mcp-server (future-facing) reads the calling agent's id from. */
|
package/dist/mcp-spawn.js
CHANGED
|
@@ -34,7 +34,7 @@ import path from "node:path";
|
|
|
34
34
|
import { execa } from "execa";
|
|
35
35
|
export const ACC_MCP_KEY = "acc";
|
|
36
36
|
const MCP_CONFIG_FILENAME = ".mcp.json";
|
|
37
|
-
export const ACC_MCP_PACKAGE_SPEC = "@tokenfactory/acc-mcp-server@0.6.
|
|
37
|
+
export const ACC_MCP_PACKAGE_SPEC = "@tokenfactory/acc-mcp-server@0.6.2";
|
|
38
38
|
const ACC_MCP_BIN = "acc-mcp-server";
|
|
39
39
|
/** Env var acc-mcp-server reads the per-turn delegation JWT from (see cli.ts). */
|
|
40
40
|
export const ACC_MCP_DELEGATION_TOKEN_ENV = "ACC_MCP_DELEGATION_TOKEN";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokenfactory/acc-runner",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.3",
|
|
4
4
|
"description": "Agent Control Center CLI (`acc`). Sign in, read the task board, ask ACC, and run agents on this machine. `acc-runner` is retained as a deprecated alias.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|