@agentproto/runtime 2.5.0 → 2.7.0

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,5 +1,5 @@
1
1
  import { CostBudget } from '@agentproto/auth';
2
- import { C as ContextContinuityPolicy } from './context-continuity-B9n0t0v-.js';
2
+ import { C as ContextContinuityPolicy } from './context-continuity-ib9_bVYM.js';
3
3
 
4
4
  /**
5
5
  * SessionConfig — the unified per-session config surface, decomposed into
@@ -1,5 +1,5 @@
1
1
  import { CatalogProvider } from '@agentproto/model-catalog';
2
- import { C as ContextContinuityPolicy } from './context-continuity-B9n0t0v-.js';
2
+ import { C as ContextContinuityPolicy } from './context-continuity-ib9_bVYM.js';
3
3
 
4
4
  /**
5
5
  * Pure resolver for `~/.agentproto/config.json`'s `defaults` block —
@@ -322,19 +322,6 @@ interface ResolveAuthSpecInput {
322
322
  * derived or fixed provider. */
323
323
  routeGateway?: string;
324
324
  }
325
- /**
326
- * THE billing-auth resolver (DECISIONS 4, 6, 9, 10). Pure: given the adapter
327
- * descriptor + raw config material + (caller-fetched) store key, it decides
328
- * the provider, the mode (ordered — subscription over api-key when a
329
- * subscription credential is present; a requested-but-unsupported mode throws
330
- * `unsupported_auth_mode`), the env var to SET, the derived SCRUB set, and the
331
- * credential + its source. Returns the driver `spec` + the observable `echo`,
332
- * or `undefined` when no provider resolves (⇒ ambient, no injection — never
333
- * guess). NEVER falls back to a default provider/model. Fail-loud on a
334
- * configured-but-missing credential is deferred to the driver's mechanical
335
- * apply (it engages then throws `missing_auth_credential`), so the `explicit`
336
- * / `enforce` signals are carried through on the spec.
337
- */
338
325
  declare function resolveAuthSpec(input: ResolveAuthSpecInput): {
339
326
  spec: ResolvedAuthSpec;
340
327
  echo: AuthEcho;
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
- import { S as SessionConfig, R as RouteSpec, P as Posture, E as EffortLevel, C as ContextProfile } from './session-config-DIf6wYYP.js';
2
+ import { S as SessionConfig, R as RouteSpec, P as Posture, E as EffortLevel, C as ContextProfile } from './session-config-DbWP9RRj.js';
3
3
  import '@agentproto/auth';
4
- import './context-continuity-B9n0t0v-.js';
4
+ import './context-continuity-ib9_bVYM.js';
5
5
 
6
6
  /**
7
7
  * User-owned spawn presets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/runtime",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "description": "@agentproto/runtime — long-running gateway that turns an agentproto workspace into a live runtime. Composes @agentproto/mcp-server (CRUD verbs) with HTTP transport, HEARTBEAT.md autonomy loop, and append-only conversation persistence. Drop a workspace dir, point your MCP client at it, and the agent ticks on its own.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -35,6 +35,11 @@
35
35
  "import": "./dist/catalog-models.mjs",
36
36
  "default": "./dist/catalog-models.mjs"
37
37
  },
38
+ "./command-allowlist": {
39
+ "types": "./dist/command-allowlist.d.ts",
40
+ "import": "./dist/command-allowlist.mjs",
41
+ "default": "./dist/command-allowlist.mjs"
42
+ },
38
43
  "./conversations": {
39
44
  "types": "./dist/conversations.d.ts",
40
45
  "import": "./dist/conversations.mjs",
@@ -111,32 +116,33 @@
111
116
  "gray-matter": "^4.0.3",
112
117
  "ws": "^8.21.3",
113
118
  "zod": "^4.4.3",
114
- "@agentproto/acp": "0.7.0",
119
+ "@agentproto/acp": "0.7.1",
115
120
  "@agentproto/agent": "0.2.1",
116
- "@agentproto/app-kit": "0.5.1",
121
+ "@agentproto/app-kit": "0.6.1",
117
122
  "@agentproto/auth": "1.0.0",
118
123
  "@agentproto/command-sandbox": "0.2.0",
119
124
  "@agentproto/driver": "0.2.0",
120
- "@agentproto/driver-agent-cli": "2.2.1",
125
+ "@agentproto/driver-agent-cli": "2.3.0",
121
126
  "@agentproto/eval-reporters": "0.2.6",
122
127
  "@agentproto/manifest": "0.2.1",
123
128
  "@agentproto/mcp-server": "0.2.5",
124
- "@agentproto/model-catalog": "0.8.2",
129
+ "@agentproto/model-catalog": "0.8.3",
125
130
  "@agentproto/provider-kit": "0.4.1",
126
- "@agentproto/provider-presets": "0.5.1",
127
- "@agentproto/providers-store": "0.3.5",
131
+ "@agentproto/provider-presets": "0.6.0",
132
+ "@agentproto/providers-store": "0.3.6",
128
133
  "@agentproto/redaction": "0.2.1",
134
+ "@agentproto/sandbox": "0.2.3",
129
135
  "@agentproto/routine": "0.2.0",
130
- "@agentproto/sandbox": "0.2.2",
131
136
  "@agentproto/secrets": "0.2.2",
132
137
  "@agentproto/telemetry-langfuse": "0.2.4",
133
138
  "@agentproto/tool": "0.2.1",
134
139
  "@agentproto/workflow": "0.2.0",
135
140
  "@agentproto/workflow-loader": "0.1.3",
136
- "@agentproto/workflow-runtime": "0.7.0"
141
+ "@agentproto/workflow-runtime": "0.7.0",
142
+ "@agentproto/workspace-brain": "0.2.1"
137
143
  },
138
144
  "optionalDependencies": {
139
- "@agentproto/sandbox-e2b": "0.3.3"
145
+ "@agentproto/sandbox-e2b": "0.3.4"
140
146
  },
141
147
  "devDependencies": {
142
148
  "@types/node": "^25.6.2",