@agentproto/adapter-claude-code 1.1.0 → 2.0.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.
package/CLAUDE-CODE.md CHANGED
@@ -4,7 +4,7 @@ id: claude-code
4
4
  description: Anthropic's Claude Code wrapped as an ACP agent via @agentclientprotocol/claude-agent-acp. Spawns the wrapper as `npx @agentclientprotocol/claude-agent-acp` and drives Claude Code over stdio JSON-RPC. Use when an operator should run inside Claude Code's agent loop instead of in-process.
5
5
  version: 0.1.0
6
6
  bin: npx
7
- bin_args: ["-y", "@agentclientprotocol/claude-agent-acp"]
7
+ bin_args: ["-y", "@agentclientprotocol/claude-agent-acp@0.59.0"]
8
8
  install:
9
9
  - method: npm
10
10
  package: "@agentclientprotocol/claude-agent-acp"
@@ -26,11 +26,18 @@ session:
26
26
  idle_timeout_ms: 1800000
27
27
  context_carryover: true
28
28
  models:
29
- default: claude-sonnet-4-6
29
+ default: claude-sonnet-5
30
30
  allowed:
31
- - claude-sonnet-4-6
32
- - claude-opus-4-7
33
- - claude-haiku-4-5
31
+ - { id: claude-sonnet-5, provider: anthropic }
32
+ - { id: claude-opus-4-8, provider: anthropic }
33
+ - { id: claude-haiku-4-5, provider: anthropic }
34
+ - { id: claude-fable-5, provider: anthropic }
35
+ - { id: kimi-k2.7-code, provider: moonshot, mode: moonshot }
36
+ - { id: z-ai/glm-5.2, provider: openrouter, mode: openrouter }
37
+ - { id: deepseek/deepseek-v4-pro, provider: openrouter, mode: openrouter }
38
+ - { id: moonshotai/kimi-k2, provider: openrouter, mode: openrouter }
39
+ - { id: sference/thinkingcap-qwen3.6-27b, provider: requesty, mode: requesty }
40
+ - { id: sference/glm-5.2, provider: requesty, mode: requesty }
34
41
  env:
35
42
  anthropic: ANTHROPIC_API_KEY
36
43
  capabilities:
@@ -108,6 +115,23 @@ modes:
108
115
  - CLAUDE_CODE_USE_ANTHROPIC_AWS
109
116
  - CLAUDE_CODE_USE_MANTLE
110
117
  - CLAUDE_CODE_USE_GATEWAY
118
+ - id: requesty
119
+ description: >-
120
+ Requesty gateway. Pre-wires ANTHROPIC_BASE_URL to Requesty's
121
+ Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY
122
+ (same auth-hygiene rationale as `moonshot`/`openrouter`). Pick a model
123
+ via `model` (e.g. 'sference/thinkingcap-qwen3.6-27b',
124
+ 'sference/glm-5.2') and supply the Requesty key via `auth_token`.
125
+ env:
126
+ ANTHROPIC_BASE_URL: https://router.requesty.ai
127
+ env_unset:
128
+ - ANTHROPIC_API_KEY
129
+ - CLAUDE_CODE_USE_BEDROCK
130
+ - CLAUDE_CODE_USE_VERTEX
131
+ - CLAUDE_CODE_USE_FOUNDRY
132
+ - CLAUDE_CODE_USE_ANTHROPIC_AWS
133
+ - CLAUDE_CODE_USE_MANTLE
134
+ - CLAUDE_CODE_USE_GATEWAY
111
135
  - id: deepseek
112
136
  description: >-
113
137
  DeepSeek gateway. Pre-wires ANTHROPIC_BASE_URL to DeepSeek's
@@ -134,7 +158,8 @@ options:
134
158
  created. An id the wrapper can't resolve is warned about and ignored
135
159
  (the session keeps the claude-code default). Omit to use the default.
136
160
  Required for non-Claude models reached through a gateway mode
137
- (e.g. 'deepseek-v4-pro' under `deepseek`, 'kimi-k2.7-code' under `moonshot`).
161
+ (e.g. 'deepseek-v4-pro' under `deepseek`, 'kimi-k2.7-code' under `moonshot`,
162
+ 'sference/glm-5.2' under `requesty`).
138
163
  - id: max_turns
139
164
  type: integer
140
165
  min: 1
@@ -149,7 +174,7 @@ options:
149
174
  Setting it auto-scrubs the ambient ANTHROPIC_API_KEY and all cloud-provider
150
175
  toggles (Bedrock/Vertex/Foundry/Mantle) so it can't leak to a third-party
151
176
  host — pair with `auth_token` to supply a per-spawn gateway key. The
152
- `moonshot`/`openrouter`/`deepseek` modes are pre-wired presets over this
177
+ `moonshot`/`openrouter`/`requesty`/`deepseek` modes are pre-wired presets over this
153
178
  same shape.
154
179
  env:
155
180
  ANTHROPIC_BASE_URL: "{value}"
@@ -166,7 +191,7 @@ options:
166
191
  description: >-
167
192
  Bearer token for the Anthropic API or a compatible gateway, injected as
168
193
  ANTHROPIC_AUTH_TOKEN (sent as `Authorization: Bearer`). Pair with
169
- `base_url` (or a `moonshot`/`openrouter`/`deepseek` mode) to target a
194
+ `base_url` (or a `moonshot`/`openrouter`/`requesty`/`deepseek` mode) to target a
170
195
  gateway with a per-spawn key instead of the ambient ANTHROPIC_API_KEY.
171
196
  env:
172
197
  ANTHROPIC_AUTH_TOKEN: "{value}"
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineAgentCli, createAgentCliRuntime } from '@agentproto/driver-agent-cli';
2
- import { ANTHROPIC_CORE_SCRUB_ENV, ANTHROPIC_GATEWAY_PRESETS } from '@agentproto/provider-presets';
2
+ import { ANTHROPIC_CORE_SCRUB_ENV } from '@agentproto/provider-presets';
3
3
 
4
4
  /**
5
5
  * @agentproto/adapter-claude-code v0.1.0-alpha
@@ -91,31 +91,32 @@ var claudeCode = defineAgentCli({
91
91
  // (agentproto#186; the apply is now best-effort, see @agentproto/acp's
92
92
  // newSession). Stale native ids that the wrapper no longer offers were
93
93
  // removed: `claude-sonnet-4-6` (the old default), `claude-opus-4-7`,
94
- // `claude-opus-4-6`. The gateway ids mirror claude-sdk's set — the
95
- // claude binary honors ANTHROPIC_BASE_URL/ANTHROPIC_AUTH_TOKEN exactly
96
- // like the SDK does, so the same moonshot/openrouter modes below reach
97
- // them; they were simply never declared here before.
94
+ // `claude-opus-4-6`.
95
+ //
96
+ // The gateway (Moonshot/OpenRouter/Requesty) models keep their `provider`
97
+ // annotation but NO LONGER carry a `mode:` binding: the route to a gateway
98
+ // is derived from the model catalog's `@route` route-identity, not an
99
+ // adapter mode (SPEC §3.4a) — the gateway `modes[]` entries were deleted.
100
+ // The claude binary still reaches those endpoints via the per-spawn
101
+ // `base_url` / `auth_token` options (below) until the catalog route
102
+ // apply-path lands.
98
103
  models: {
99
104
  default: "claude-sonnet-5",
100
105
  allowed: [
101
- // Native Anthropic — no mode switch needed
106
+ // Native Anthropic
102
107
  { id: "claude-sonnet-5", provider: "anthropic" },
103
108
  { id: "claude-opus-4-8", provider: "anthropic" },
104
109
  { id: "claude-haiku-4-5", provider: "anthropic" },
105
110
  { id: "claude-fable-5", provider: "anthropic" },
106
- // Moonshot (Kimi) — mode: moonshot
107
- { id: "kimi-k2.7-code", provider: "moonshot", mode: "moonshot" },
108
- // OpenRouter — mode: openrouter
109
- { id: "z-ai/glm-5.2", provider: "openrouter", mode: "openrouter" },
110
- { id: "deepseek/deepseek-v4-pro", provider: "openrouter", mode: "openrouter" },
111
- { id: "moonshotai/kimi-k2", provider: "openrouter", mode: "openrouter" },
112
- // Requesty — mode: requesty
113
- {
114
- id: "sference/thinkingcap-qwen3.6-27b",
115
- provider: "requesty",
116
- mode: "requesty"
117
- },
118
- { id: "sference/glm-5.2", provider: "requesty", mode: "requesty" }
111
+ // Moonshot (Kimi) — route resolved from the catalog `@route`
112
+ { id: "kimi-k2.7-code", provider: "moonshot" },
113
+ // OpenRouter — route resolved from the catalog `@route`
114
+ { id: "z-ai/glm-5.2", provider: "openrouter" },
115
+ { id: "deepseek/deepseek-v4-pro", provider: "openrouter" },
116
+ { id: "moonshotai/kimi-k2", provider: "openrouter" },
117
+ // Requesty — route resolved from the catalog `@route`
118
+ { id: "sference/thinkingcap-qwen3.6-27b", provider: "requesty" },
119
+ { id: "sference/glm-5.2", provider: "requesty" }
119
120
  ],
120
121
  env: { anthropic: "ANTHROPIC_API_KEY" }
121
122
  },
@@ -146,98 +147,36 @@ var claudeCode = defineAgentCli({
146
147
  // multimodal round-trip needed; pure file-path injection.
147
148
  file_attach: true
148
149
  },
149
- // `bin_args_append: ["--permission-mode", ...]` below is a no-op against
150
- // the @agentclientprotocol/claude-agent-acp wrapper it never reads
151
- // `--permission-mode` from argv. The wrapper instead resolves
152
- // `permissions.defaultMode` exclusively via the SDK's `resolveSettings`,
153
- // which merges `${CLAUDE_CONFIG_DIR}/settings.json` (user tier),
154
- // `<cwd>/.claude/settings(.local).json` (project tier), and a managed
155
- // tier. The driver (`packages/driver/agent-cli/src/define-agent-cli.ts`,
156
- // `resolveClaudeCodePermissionMode`) makes the mode actually take effect
157
- // by pointing a per-session `CLAUDE_CONFIG_DIR` at a throwaway temp dir
158
- // containing `{"permissions":{"defaultMode":"<value>"}}` — reading the
159
- // same `--permission-mode <value>` pair declared here as its one source
160
- // of truth for the value vocabulary. `bin_args_append` is kept for a
161
- // future wrapper version that might start reading argv.
162
- //
163
- // Known limitation (empirically confirmed, not just theorized): a target
164
- // repo that commits its own escalated `.claude/settings.json`
165
- // `permissions.defaultMode` (e.g. "bypassPermissions") does NOT let the
166
- // repo's escalation win — the wrapper's `filterEscalatingDefaultMode`
167
- // strips an escalating project-tier value entirely but it also means
168
- // OUR requested mode is defeated in the same merge pass (project tier
169
- // out-prioritizes the user tier for the raw merge, before the filter
170
- // ever runs). The net effect for that adversarial case is the session
171
- // falls back to "default" (normal per-action prompting) rather than the
172
- // requested mode. This does not reintroduce the original bug (silent,
173
- // zero-prompt writes) — it just doesn't guarantee plan-only reasoning
174
- // against a repo actively trying to escalate its own trust level.
150
+ // Only the `lean` context mode remains a manifest `modes[]` entry (SPEC
151
+ // §3.4a). Posture (plan / accept-edits / bypass-permissions) and the gateway
152
+ // routes (moonshot / openrouter / requesty / deepseek) were BOTH removed from
153
+ // here:
154
+ // - posture now comes from the harness's own ACP mode registry
155
+ // (`SessionModeState.availableModes`) plus the daemon's canonical-posture
156
+ // layer (step 2c). The `CLAUDE_CONFIG_DIR` ENFORCEMENT MECHANISM in the
157
+ // driver (`resolveClaudeCodePermissionMode` in define-agent-cli.ts) is
158
+ // unchanged it still points a per-session `CLAUDE_CONFIG_DIR` at a
159
+ // throwaway `settings.json` with `{"permissions":{"defaultMode":
160
+ // "<value>"}}` (the ACP wrapper ignores `--permission-mode` on argv). But
161
+ // its INPUT changed: it looks the value up in `modes[]` by `config.mode`,
162
+ // and with the posture modes removed here that lookup no longer matches
163
+ // for `plan`/`accept-edits`/`bypass-permissions` — so the `config.mode`-
164
+ // driven path is now DORMANT (returns undefined) until step 2c re-sources
165
+ // the requested posture from the canonical layer and feeds it in. The
166
+ // known limitation still holds once it does: a target repo that commits
167
+ // its own escalated `.claude/settings.json` `permissions.defaultMode`
168
+ // defeats OUR requested mode in the same merge pass and the session falls
169
+ // back to "default" (never the original silent-write bug).
170
+ // - route now comes from the model catalog's `@route` route-identity; the
171
+ // gateway endpoint is still reachable per-spawn via the `base_url` /
172
+ // `auth_token` options (below), which carry the same ANTHROPIC_API_KEY +
173
+ // cloud-toggle scrub via `env_unset`.
175
174
  modes: [
176
- { id: "default", description: "Standard interactive mode." },
177
175
  {
178
176
  id: "lean",
179
177
  description: "Drop Claude Code's bundled skills and workflows from context (built-in slash commands stay typable but are hidden from the model). Plugins, project `.claude/skills/`, and `.claude/commands/` are unaffected. The ACP wrapper has no CLI flag for this \u2014 the underlying claude binary reads CLAUDE_CODE_DISABLE_BUNDLED_SKILLS directly, so this mode is env-only.",
180
- env: { CLAUDE_CODE_DISABLE_BUNDLED_SKILLS: "1" }
181
- },
182
- {
183
- id: "plan",
184
- description: "Plan-only mode \u2014 Claude Code reasons and proposes a plan, requesting explicit approval before writing files or running commands. Applied via a per-session CLAUDE_CONFIG_DIR override (see comment above `modes`); can be defeated by a target repo's own committed, escalated .claude/settings.json.",
185
- bin_args_append: ["--permission-mode", "plan"]
186
- },
187
- {
188
- id: "accept-edits",
189
- description: "Auto-accept file edits; commands still prompt.",
190
- bin_args_append: ["--permission-mode", "acceptEdits"]
191
- },
192
- {
193
- id: "bypass-permissions",
194
- description: "Skip all permission prompts. Use only in trusted automation contexts.",
195
- bin_args_append: ["--permission-mode", "bypassPermissions"]
196
- },
197
- // ── Gateway modes ───────────────────────────────────────────────
198
- // The claude binary honors ANTHROPIC_BASE_URL + ANTHROPIC_AUTH_TOKEN,
199
- // so it can front any Anthropic-compatible gateway (Moonshot, OpenRouter,
200
- // LiteLLM, claude-code-router) the same way @agentproto/adapter-claude-sdk
201
- // does. These modes pre-wire the endpoint and — critically — scrub the
202
- // ambient ANTHROPIC_API_KEY plus the cloud-provider redirect toggles
203
- // (CLAUDE_CODE_USE_BEDROCK/_VERTEX/…) via env_unset so the real Anthropic
204
- // credential can neither leak to nor 401 against a third-party host, and
205
- // a leftover cloud toggle can't override the gateway base_url. The
206
- // operator supplies the gateway key via the `auth_token` option (injected
207
- // as ANTHROPIC_AUTH_TOKEN, sent as `Authorization: Bearer`) and picks a
208
- // model via `model` (e.g. 'kimi-k2.7-code', 'z-ai/glm-5.2') — the ACP
209
- // wrapper applies it via session/set_config_option after newSession.
210
- {
211
- id: ANTHROPIC_GATEWAY_PRESETS.moonshot.id,
212
- description: "Moonshot (Kimi) gateway. Pre-wires ANTHROPIC_BASE_URL to Moonshot's Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY so it can't leak to the third-party host. Supply the Moonshot key via the `auth_token` option and pick a model via `model` (conventional: 'kimi-k2.7-code'). Without auth_token the spawn has no credentials and fails cleanly \u2014 the real Anthropic key is never sent.",
213
- env: {
214
- ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.moonshot.baseUrl
215
- },
216
- env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET
217
- },
218
- {
219
- id: ANTHROPIC_GATEWAY_PRESETS.openrouter.id,
220
- description: "OpenRouter gateway. Pre-wires ANTHROPIC_BASE_URL to OpenRouter's Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY (same auth-hygiene rationale as `moonshot`). Pick a model via `model` (e.g. 'z-ai/glm-5.2', 'deepseek/deepseek-v4-pro', 'moonshotai/kimi-k2') and supply the OpenRouter key via `auth_token`.",
221
- env: {
222
- ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.openrouter.baseUrl
223
- },
224
- env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET
225
- },
226
- {
227
- id: ANTHROPIC_GATEWAY_PRESETS.requesty.id,
228
- description: "Requesty gateway. Pre-wires ANTHROPIC_BASE_URL to Requesty's Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY (same auth-hygiene rationale as `moonshot`/`openrouter`). Pick a model via `model` (e.g. 'sference/thinkingcap-qwen3.6-27b', 'sference/glm-5.2') and supply the Requesty key via `auth_token`.",
229
- env: {
230
- ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.requesty.baseUrl
231
- },
232
- env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET
233
- },
234
- {
235
- id: ANTHROPIC_GATEWAY_PRESETS.deepseek.id,
236
- description: "DeepSeek gateway. Pre-wires ANTHROPIC_BASE_URL to DeepSeek's Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY (same auth-hygiene rationale as `moonshot`/`openrouter`). Pick a model via `model` (conventional: 'deepseek-v4-pro', 'deepseek-v4-flash') and supply the DeepSeek key via `auth_token`.",
237
- env: {
238
- ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.deepseek.baseUrl
239
- },
240
- env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET
178
+ env: { CLAUDE_CODE_DISABLE_BUNDLED_SKILLS: "1" },
179
+ kind: "context"
241
180
  }
242
181
  ],
243
182
  options: [
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"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","file":"index.mjs","sourcesContent":["/**\n * @agentproto/adapter-claude-code — AIP-45 adapter for Anthropic's\n * Claude Code via the @agentclientprotocol/claude-agent-acp wrapper.\n */\n\nimport {\n createAgentCliRuntime,\n defineAgentCli,\n type AgentCliHandle,\n type AgentCliRuntime,\n} from \"@agentproto/driver-agent-cli\"\nimport {\n ANTHROPIC_CORE_SCRUB_ENV,\n ANTHROPIC_GATEWAY_PRESETS,\n} from \"@agentproto/provider-presets\"\n\n// Cloud-provider redirect toggles that must be scrubbed alongside the core\n// ANTHROPIC_API_KEY whenever the claude binary is pointed at a non-Anthropic\n// gateway — a leftover toggle would override ANTHROPIC_BASE_URL and silently\n// route back to Bedrock/Vertex/etc. The core ANTHROPIC_API_KEY scrub itself\n// is sourced from @agentproto/provider-presets (the single source of truth for\n// gateway facts), so a new native-Anthropic credential env var added there is\n// picked up here automatically. Shared by the moonshot/openrouter modes and\n// the base_url option.\nconst CLAUDE_CODE_CLOUD_TOGGLES: string[] = [\n \"CLAUDE_CODE_USE_BEDROCK\",\n \"CLAUDE_CODE_USE_VERTEX\",\n \"CLAUDE_CODE_USE_FOUNDRY\",\n \"CLAUDE_CODE_USE_ANTHROPIC_AWS\",\n \"CLAUDE_CODE_USE_MANTLE\",\n \"CLAUDE_CODE_USE_GATEWAY\",\n]\nconst CLAUDE_CODE_GATEWAY_ENV_UNSET: string[] = [\n ...ANTHROPIC_CORE_SCRUB_ENV,\n ...CLAUDE_CODE_CLOUD_TOGGLES,\n]\n\nexport const claudeCode: AgentCliHandle = defineAgentCli({\n name: \"claude-code\",\n id: \"claude-code\",\n description:\n \"Anthropic's Claude Code wrapped as an ACP agent via @agentclientprotocol/claude-agent-acp. Spawned via `npx -y @agentclientprotocol/claude-agent-acp` and driven over stdio JSON-RPC.\",\n version: \"0.1.0\",\n bin: \"npx\",\n bin_args: [\"-y\", \"@agentclientprotocol/claude-agent-acp@0.59.0\"],\n install: [\n {\n method: \"npm\",\n package: \"@agentclientprotocol/claude-agent-acp\",\n global: true,\n },\n ],\n version_check: {\n cmd: \"npm view @agentclientprotocol/claude-agent-acp version\",\n parse: \"(\\\\d+\\\\.\\\\d+\\\\.\\\\d+)\",\n range: \">=0.30.0\",\n timeout_ms: 15_000,\n },\n auth: {\n ref: \"./SECRETS.md\",\n state: { env: [\"ANTHROPIC_API_KEY\"] },\n },\n // Deterministic billing-auth (subscription vs api-key), resolved by the\n // runtime (@agentproto/runtime's resolveAuthSpec) and applied MECHANICALLY\n // by the driver. EXPLICIT credential selection, not scrub-by-absence: the\n // resolver SETS exactly one credential env var (from a named config/store\n // ref, never the ambient shell) and SCRUBS the conflicting one(s), so which\n // credential — and thus which billing — a spawn uses is *stated*, never\n // inferred from whatever the daemon's launching shell exported (the outage\n // this surface exists to prevent).\n //\n // provider \"anthropic\" ⇒ api-key mode SETS providerEnvVar(\"anthropic\") =\n // ANTHROPIC_API_KEY (derived from the catalog, not re-listed here) and\n // scrubs the subscription-family creds (CLAUDE_CODE_OAUTH_TOKEN +\n // ANTHROPIC_AUTH_TOKEN). authEnforce \"always\" preserves #312: claude-code\n // engages on EVERY spawn and fails fast with no credential.\n //\n // authSubscription: \"subscription\" SETS CLAUDE_CODE_OAUTH_TOKEN to a bearer\n // token minted via `claude setup-token` (bills Max/Pro, not API credits) —\n // the var Claude Code documents for that token and the ONLY one that yields\n // the clean native claude.ai-login path. (The same token as\n // ANTHROPIC_AUTH_TOKEN authenticates but is treated as a generic override\n // that disables connectors — the degraded path, so it's a `conflictEnv` to\n // scrub, never the setEnv.) `conflictEnv` (ANTHROPIC_AUTH_TOKEN) is scrubbed\n // in BOTH modes; `unsetEnvAdd` (cloud toggles + ANTHROPIC_BASE_URL) only in\n // subscription (native) mode — matching #312's exact byte-for-byte scrub set\n // in each mode (asserted by the regression snapshot test). ANTHROPIC_API_KEY\n // is NOT listed in unsetEnvAdd because it derives from providerEnvVar and is\n // scrubbed as the non-set credential automatically.\n provider: \"anthropic\",\n authEnforce: \"always\",\n authSubscription: {\n setEnv: \"CLAUDE_CODE_OAUTH_TOKEN\",\n conflictEnv: [\"ANTHROPIC_AUTH_TOKEN\"],\n unsetEnvAdd: [...CLAUDE_CODE_CLOUD_TOGGLES, \"ANTHROPIC_BASE_URL\"],\n },\n sandbox: \"./SANDBOX.md\",\n protocol: \"acp\",\n acp: \"./claude-code-acp.ACP.md\",\n session: {\n mode: \"persistent\",\n idle_timeout_ms: 1_800_000,\n context_carryover: true,\n },\n // Every id below is validated against the wrapper's live\n // `session/new` → configOptions[model] selector: the wrapper resolves\n // these (via its own `resolveModelPreference`) and rejects anything it\n // can't — a rejected `session/set_config_option` used to kill the spawn\n // (agentproto#186; the apply is now best-effort, see @agentproto/acp's\n // newSession). Stale native ids that the wrapper no longer offers were\n // removed: `claude-sonnet-4-6` (the old default), `claude-opus-4-7`,\n // `claude-opus-4-6`. The gateway ids mirror claude-sdk's set — the\n // claude binary honors ANTHROPIC_BASE_URL/ANTHROPIC_AUTH_TOKEN exactly\n // like the SDK does, so the same moonshot/openrouter modes below reach\n // them; they were simply never declared here before.\n models: {\n default: \"claude-sonnet-5\",\n allowed: [\n // Native Anthropic — no mode switch needed\n { id: \"claude-sonnet-5\", provider: \"anthropic\" },\n { id: \"claude-opus-4-8\", provider: \"anthropic\" },\n { id: \"claude-haiku-4-5\", provider: \"anthropic\" },\n { id: \"claude-fable-5\", provider: \"anthropic\" },\n // Moonshot (Kimi) — mode: moonshot\n { id: \"kimi-k2.7-code\", provider: \"moonshot\", mode: \"moonshot\" },\n // OpenRouter — mode: openrouter\n { id: \"z-ai/glm-5.2\", provider: \"openrouter\", mode: \"openrouter\" },\n { id: \"deepseek/deepseek-v4-pro\", provider: \"openrouter\", mode: \"openrouter\" },\n { id: \"moonshotai/kimi-k2\", provider: \"openrouter\", mode: \"openrouter\" },\n // Requesty — mode: requesty\n {\n id: \"sference/thinkingcap-qwen3.6-27b\",\n provider: \"requesty\",\n mode: \"requesty\",\n },\n { id: \"sference/glm-5.2\", provider: \"requesty\", mode: \"requesty\" },\n ],\n env: { anthropic: \"ANTHROPIC_API_KEY\" },\n },\n capabilities: {\n streaming: true,\n tool_calls: true,\n sub_agents: false,\n file_io: true,\n // ACP wrapper forwards `image` content blocks in user prompts\n // straight to Anthropic Messages API. Hosts SHOULD send images\n // inline (see CLAUDE-CODE.md) instead of passing paths and\n // hoping the model uses Read.\n multimodal: true,\n // The wrapper (@agentclientprotocol/claude-agent-acp >= 0.30)\n // advertises `loadSession: true` and exposes the full session\n // lifecycle (newSession / loadSession / resumeSession / forkSession)\n // over JSON-RPC. Pairs with `continuation.default: native-resume`\n // below — the host persists the sessionId and reattaches to the\n // existing session across cold starts (api restart, sandbox reap,\n // multi-machine).\n resumable: true,\n bidirectional: true,\n // Claude Code's Read tool can ingest any absolute path the host\n // surfaces via the prompt. Pair with the daemon's POST /files/upload\n // route + a host UI drag-drop handler: drop a file → daemon writes\n // to `cwd/.agentproto-attachments/<name>` → host pastes the path\n // into the terminal → Claude reads it natively. No protocol-level\n // multimodal round-trip needed; pure file-path injection.\n file_attach: true,\n },\n // `bin_args_append: [\"--permission-mode\", ...]` below is a no-op against\n // the @agentclientprotocol/claude-agent-acp wrapper — it never reads\n // `--permission-mode` from argv. The wrapper instead resolves\n // `permissions.defaultMode` exclusively via the SDK's `resolveSettings`,\n // which merges `${CLAUDE_CONFIG_DIR}/settings.json` (user tier),\n // `<cwd>/.claude/settings(.local).json` (project tier), and a managed\n // tier. The driver (`packages/driver/agent-cli/src/define-agent-cli.ts`,\n // `resolveClaudeCodePermissionMode`) makes the mode actually take effect\n // by pointing a per-session `CLAUDE_CONFIG_DIR` at a throwaway temp dir\n // containing `{\"permissions\":{\"defaultMode\":\"<value>\"}}` — reading the\n // same `--permission-mode <value>` pair declared here as its one source\n // of truth for the value vocabulary. `bin_args_append` is kept for a\n // future wrapper version that might start reading argv.\n //\n // Known limitation (empirically confirmed, not just theorized): a target\n // repo that commits its own escalated `.claude/settings.json`\n // `permissions.defaultMode` (e.g. \"bypassPermissions\") does NOT let the\n // repo's escalation win — the wrapper's `filterEscalatingDefaultMode`\n // strips an escalating project-tier value entirely — but it also means\n // OUR requested mode is defeated in the same merge pass (project tier\n // out-prioritizes the user tier for the raw merge, before the filter\n // ever runs). The net effect for that adversarial case is the session\n // falls back to \"default\" (normal per-action prompting) rather than the\n // requested mode. This does not reintroduce the original bug (silent,\n // zero-prompt writes) — it just doesn't guarantee plan-only reasoning\n // against a repo actively trying to escalate its own trust level.\n modes: [\n { id: \"default\", description: \"Standard interactive mode.\" },\n {\n id: \"lean\",\n description:\n \"Drop Claude Code's bundled skills and workflows from context (built-in slash \" +\n \"commands stay typable but are hidden from the model). Plugins, project \" +\n \"`.claude/skills/`, and `.claude/commands/` are unaffected. The ACP wrapper has \" +\n \"no CLI flag for this — the underlying claude binary reads \" +\n \"CLAUDE_CODE_DISABLE_BUNDLED_SKILLS directly, so this mode is env-only.\",\n env: { CLAUDE_CODE_DISABLE_BUNDLED_SKILLS: \"1\" },\n },\n {\n id: \"plan\",\n description:\n \"Plan-only mode — Claude Code reasons and proposes a plan, requesting explicit \" +\n \"approval before writing files or running commands. Applied via a per-session \" +\n \"CLAUDE_CONFIG_DIR override (see comment above `modes`); can be defeated by a \" +\n \"target repo's own committed, escalated .claude/settings.json.\",\n bin_args_append: [\"--permission-mode\", \"plan\"],\n },\n {\n id: \"accept-edits\",\n description: \"Auto-accept file edits; commands still prompt.\",\n bin_args_append: [\"--permission-mode\", \"acceptEdits\"],\n },\n {\n id: \"bypass-permissions\",\n description:\n \"Skip all permission prompts. Use only in trusted automation contexts.\",\n bin_args_append: [\"--permission-mode\", \"bypassPermissions\"],\n },\n // ── Gateway modes ───────────────────────────────────────────────\n // The claude binary honors ANTHROPIC_BASE_URL + ANTHROPIC_AUTH_TOKEN,\n // so it can front any Anthropic-compatible gateway (Moonshot, OpenRouter,\n // LiteLLM, claude-code-router) the same way @agentproto/adapter-claude-sdk\n // does. These modes pre-wire the endpoint and — critically — scrub the\n // ambient ANTHROPIC_API_KEY plus the cloud-provider redirect toggles\n // (CLAUDE_CODE_USE_BEDROCK/_VERTEX/…) via env_unset so the real Anthropic\n // credential can neither leak to nor 401 against a third-party host, and\n // a leftover cloud toggle can't override the gateway base_url. The\n // operator supplies the gateway key via the `auth_token` option (injected\n // as ANTHROPIC_AUTH_TOKEN, sent as `Authorization: Bearer`) and picks a\n // model via `model` (e.g. 'kimi-k2.7-code', 'z-ai/glm-5.2') — the ACP\n // wrapper applies it via session/set_config_option after newSession.\n {\n id: ANTHROPIC_GATEWAY_PRESETS.moonshot.id,\n description:\n \"Moonshot (Kimi) gateway. Pre-wires ANTHROPIC_BASE_URL to Moonshot's \" +\n \"Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY \" +\n \"so it can't leak to the third-party host. Supply the Moonshot key via \" +\n \"the `auth_token` option and pick a model via `model` (conventional: \" +\n \"'kimi-k2.7-code'). Without auth_token the spawn has no credentials and \" +\n \"fails cleanly — the real Anthropic key is never sent.\",\n env: {\n ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.moonshot.baseUrl,\n },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n {\n id: ANTHROPIC_GATEWAY_PRESETS.openrouter.id,\n description:\n \"OpenRouter gateway. Pre-wires ANTHROPIC_BASE_URL to OpenRouter's \" +\n \"Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY \" +\n \"(same auth-hygiene rationale as `moonshot`). Pick a model via `model` \" +\n \"(e.g. 'z-ai/glm-5.2', 'deepseek/deepseek-v4-pro', 'moonshotai/kimi-k2') \" +\n \"and supply the OpenRouter key via `auth_token`.\",\n env: {\n ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.openrouter.baseUrl,\n },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n {\n id: ANTHROPIC_GATEWAY_PRESETS.requesty.id,\n description:\n \"Requesty gateway. Pre-wires ANTHROPIC_BASE_URL to Requesty's \" +\n \"Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY \" +\n \"(same auth-hygiene rationale as `moonshot`/`openrouter`). Pick a model \" +\n \"via `model` (e.g. 'sference/thinkingcap-qwen3.6-27b', \" +\n \"'sference/glm-5.2') and supply the Requesty key via `auth_token`.\",\n env: {\n ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.requesty.baseUrl,\n },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n {\n id: ANTHROPIC_GATEWAY_PRESETS.deepseek.id,\n description:\n \"DeepSeek gateway. Pre-wires ANTHROPIC_BASE_URL to DeepSeek's \" +\n \"Anthropic-compatible endpoint and scrubs the ambient ANTHROPIC_API_KEY \" +\n \"(same auth-hygiene rationale as `moonshot`/`openrouter`). Pick a model \" +\n \"via `model` (conventional: 'deepseek-v4-pro', 'deepseek-v4-flash') and \" +\n \"supply the DeepSeek key via `auth_token`.\",\n env: {\n ANTHROPIC_BASE_URL: ANTHROPIC_GATEWAY_PRESETS.deepseek.baseUrl,\n },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n ],\n options: [\n {\n id: \"model\",\n // string (not enum) so any valid Anthropic model ID is accepted\n // without requiring a code change to expand the list. Applied via\n // ANTHROPIC_MODEL env var so the claude binary picks it up directly\n // — the claude-agent-acp wrapper only forwards CLI args when --cli\n // is passed, otherwise it runs in ACP mode and ignores argv.\n type: \"string\" as const,\n description:\n \"Anthropic model ID or wrapper alias (e.g. 'claude-opus-4-8', \" +\n \"'claude-sonnet-5', 'sonnet', 'opus'). Set via ANTHROPIC_MODEL env \" +\n \"var so the claude binary uses it directly. Omit to use the claude-code default.\",\n env: { ANTHROPIC_MODEL: \"{value}\" },\n },\n {\n id: \"effort\",\n type: \"enum\" as const,\n // Effort is model-dependent: the same label maps to different\n // underlying compute budgets across models, and the model's own\n // default differs (Sonnet 4.6 / Opus 4.8 default to \"high\";\n // Opus 4.7 defaults to \"xhigh\"). \"max\" and \"ultracode\" are\n // session-only — not valid in persisted settings. Omit to keep\n // the model's own default rather than hardcoding one here.\n enum: [\"low\", \"medium\", \"high\", \"xhigh\", \"max\", \"ultracode\"],\n description:\n \"Reasoning effort level. Model-dependent: the same label ≠ the same \" +\n \"compute budget across models, and defaults differ by model \" +\n \"(e.g. Sonnet 4.6 / Opus 4.8 default to 'high'; Opus 4.7 to 'xhigh'). \" +\n \"'max' and 'ultracode' are session-only. Omit to keep the model's own default.\",\n },\n {\n id: \"max_turns\",\n type: \"integer\" as const,\n min: 1,\n max: 200,\n description:\n \"Hard cap on tool-use turns within a single send. Claude Code stops after this many cycles.\",\n bin_args_template: [\"--max-turns\", \"{value}\"],\n },\n {\n id: \"base_url\",\n // Injected into the child env as ANTHROPIC_BASE_URL — the claude binary\n // honors it, so this fronts real Anthropic, Bedrock/Vertex/Azure, or an\n // Anthropic-compatible gateway (LiteLLM / claude-code-router / Moonshot\n // / OpenRouter). Auto-scrubs the ambient ANTHROPIC_API_KEY + cloud\n // redirect toggles the moment it's set (symmetric with the moonshot/\n // openrouter modes and with claude-sdk's buildQueryOptions scrub) so the\n // real Anthropic credential can never leak to a third-party host — pair\n // with `auth_token` to supply the gateway key. A base_url pointed at a\n // real-Anthropic mirror that still wants the ambient key is the one\n // shape this breaks; that's an acceptable trade for the default being\n // leak-safe (matches claude-sdk).\n type: \"string\" as const,\n description:\n \"Custom Anthropic base URL. Injected as ANTHROPIC_BASE_URL in the \" +\n \"child env — front real Anthropic, Bedrock/Vertex/Azure, or an \" +\n \"Anthropic-compatible gateway. Auto-scrubs the ambient \" +\n \"ANTHROPIC_API_KEY + cloud redirect toggles when set (so the real \" +\n \"key can't leak to a third-party host) — pair with `auth_token` to \" +\n \"supply the gateway credential. For Moonshot/OpenRouter the dedicated \" +\n \"modes pre-wire the URL too. Omit to use the default endpoint.\",\n env: { ANTHROPIC_BASE_URL: \"{value}\" },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n {\n id: \"auth_token\",\n // Injected into the child env as ANTHROPIC_AUTH_TOKEN — the claude\n // binary sends it as `Authorization: Bearer <token>`, which\n // Anthropic-compatible gateways (Moonshot, OpenRouter) accept. Pair\n // with base_url (or a gateway mode) for a per-spawn key instead of the\n // ambient ANTHROPIC_API_KEY.\n type: \"string\" as const,\n description:\n \"Bearer token for the Anthropic API or a compatible gateway. Injected \" +\n \"as ANTHROPIC_AUTH_TOKEN in the child env (sent as `Authorization: \" +\n \"Bearer`). Pair with `base_url` (or a `moonshot`/`openrouter` mode) \" +\n \"to target a gateway with a per-spawn key instead of the ambient \" +\n \"ANTHROPIC_API_KEY. Omit to use ANTHROPIC_API_KEY from the environment.\",\n env: { ANTHROPIC_AUTH_TOKEN: \"{value}\" },\n },\n ],\n continuation: {\n // native-resume: each turn cold-spawns claude, then ACP `loadSession`\n // reattaches to the saved sessionId. Survives api restarts, sandbox\n // reaps, multi-machine — claude reads its own JSONL session store.\n // Requires the host to register `configureNativeResume({load, save})`\n // hooks; without them the strategy degrades to per-spawn behaviour\n // (no continuity).\n //\n // pinned-session is still supported as a fallback for hosts that\n // haven't wired the resume hooks yet — same warm-process semantics\n // as pre-AIP-45-extension behaviour.\n default: \"native-resume\",\n supported: [\"native-resume\", \"pinned-session\", \"transcript\", \"none\"],\n pinned_session: {\n idle_timeout_ms: 1_800_000,\n key_scope: [\"conversation\", \"operator\"],\n },\n },\n tags: [\"claude-code\", \"anthropic\", \"acp\", \"agent-runtime\", \"coding\"],\n metadata: {\n // Opts claude-code into `agentproto install skill/<slug>` fan-out (no\n // --target given). Claude Code skills install as a whole plugin\n // bundle, not per-skill drops — `unit: \"whole-pack\"` tells the\n // fan-out dispatcher to emit the pack once, not once per requested\n // skill slug. See\n // packages/cli/src/commands/skill-install/types.ts `AdapterSkillsTarget`.\n skills: {\n format: \"claude-plugin\",\n unit: \"whole-pack\",\n outDir: \"~/.claude/plugins/agentproto\",\n },\n },\n})\n\nexport function claudeCodeRuntime(): AgentCliRuntime {\n return createAgentCliRuntime(claudeCode)\n}\n\nexport type { AgentCliHandle, AgentCliRuntime }\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"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","file":"index.mjs","sourcesContent":["/**\n * @agentproto/adapter-claude-code — AIP-45 adapter for Anthropic's\n * Claude Code via the @agentclientprotocol/claude-agent-acp wrapper.\n */\n\nimport {\n createAgentCliRuntime,\n defineAgentCli,\n type AgentCliHandle,\n type AgentCliRuntime,\n} from \"@agentproto/driver-agent-cli\"\nimport { ANTHROPIC_CORE_SCRUB_ENV } from \"@agentproto/provider-presets\"\n\n// Cloud-provider redirect toggles that must be scrubbed alongside the core\n// ANTHROPIC_API_KEY whenever the claude binary is pointed at a non-Anthropic\n// gateway — a leftover toggle would override ANTHROPIC_BASE_URL and silently\n// route back to Bedrock/Vertex/etc. The core ANTHROPIC_API_KEY scrub itself\n// is sourced from @agentproto/provider-presets (the single source of truth for\n// gateway facts), so a new native-Anthropic credential env var added there is\n// picked up here automatically. Shared by the moonshot/openrouter modes and\n// the base_url option.\nconst CLAUDE_CODE_CLOUD_TOGGLES: string[] = [\n \"CLAUDE_CODE_USE_BEDROCK\",\n \"CLAUDE_CODE_USE_VERTEX\",\n \"CLAUDE_CODE_USE_FOUNDRY\",\n \"CLAUDE_CODE_USE_ANTHROPIC_AWS\",\n \"CLAUDE_CODE_USE_MANTLE\",\n \"CLAUDE_CODE_USE_GATEWAY\",\n]\nconst CLAUDE_CODE_GATEWAY_ENV_UNSET: string[] = [\n ...ANTHROPIC_CORE_SCRUB_ENV,\n ...CLAUDE_CODE_CLOUD_TOGGLES,\n]\n\nexport const claudeCode: AgentCliHandle = defineAgentCli({\n name: \"claude-code\",\n id: \"claude-code\",\n description:\n \"Anthropic's Claude Code wrapped as an ACP agent via @agentclientprotocol/claude-agent-acp. Spawned via `npx -y @agentclientprotocol/claude-agent-acp` and driven over stdio JSON-RPC.\",\n version: \"0.1.0\",\n bin: \"npx\",\n bin_args: [\"-y\", \"@agentclientprotocol/claude-agent-acp@0.59.0\"],\n install: [\n {\n method: \"npm\",\n package: \"@agentclientprotocol/claude-agent-acp\",\n global: true,\n },\n ],\n version_check: {\n cmd: \"npm view @agentclientprotocol/claude-agent-acp version\",\n parse: \"(\\\\d+\\\\.\\\\d+\\\\.\\\\d+)\",\n range: \">=0.30.0\",\n timeout_ms: 15_000,\n },\n auth: {\n ref: \"./SECRETS.md\",\n state: { env: [\"ANTHROPIC_API_KEY\"] },\n },\n // Deterministic billing-auth (subscription vs api-key), resolved by the\n // runtime (@agentproto/runtime's resolveAuthSpec) and applied MECHANICALLY\n // by the driver. EXPLICIT credential selection, not scrub-by-absence: the\n // resolver SETS exactly one credential env var (from a named config/store\n // ref, never the ambient shell) and SCRUBS the conflicting one(s), so which\n // credential — and thus which billing — a spawn uses is *stated*, never\n // inferred from whatever the daemon's launching shell exported (the outage\n // this surface exists to prevent).\n //\n // provider \"anthropic\" ⇒ api-key mode SETS providerEnvVar(\"anthropic\") =\n // ANTHROPIC_API_KEY (derived from the catalog, not re-listed here) and\n // scrubs the subscription-family creds (CLAUDE_CODE_OAUTH_TOKEN +\n // ANTHROPIC_AUTH_TOKEN). authEnforce \"always\" preserves #312: claude-code\n // engages on EVERY spawn and fails fast with no credential.\n //\n // authSubscription: \"subscription\" SETS CLAUDE_CODE_OAUTH_TOKEN to a bearer\n // token minted via `claude setup-token` (bills Max/Pro, not API credits) —\n // the var Claude Code documents for that token and the ONLY one that yields\n // the clean native claude.ai-login path. (The same token as\n // ANTHROPIC_AUTH_TOKEN authenticates but is treated as a generic override\n // that disables connectors — the degraded path, so it's a `conflictEnv` to\n // scrub, never the setEnv.) `conflictEnv` (ANTHROPIC_AUTH_TOKEN) is scrubbed\n // in BOTH modes; `unsetEnvAdd` (cloud toggles + ANTHROPIC_BASE_URL) only in\n // subscription (native) mode — matching #312's exact byte-for-byte scrub set\n // in each mode (asserted by the regression snapshot test). ANTHROPIC_API_KEY\n // is NOT listed in unsetEnvAdd because it derives from providerEnvVar and is\n // scrubbed as the non-set credential automatically.\n provider: \"anthropic\",\n authEnforce: \"always\",\n authSubscription: {\n setEnv: \"CLAUDE_CODE_OAUTH_TOKEN\",\n conflictEnv: [\"ANTHROPIC_AUTH_TOKEN\"],\n unsetEnvAdd: [...CLAUDE_CODE_CLOUD_TOGGLES, \"ANTHROPIC_BASE_URL\"],\n },\n sandbox: \"./SANDBOX.md\",\n protocol: \"acp\",\n acp: \"./claude-code-acp.ACP.md\",\n session: {\n mode: \"persistent\",\n idle_timeout_ms: 1_800_000,\n context_carryover: true,\n },\n // Every id below is validated against the wrapper's live\n // `session/new` → configOptions[model] selector: the wrapper resolves\n // these (via its own `resolveModelPreference`) and rejects anything it\n // can't — a rejected `session/set_config_option` used to kill the spawn\n // (agentproto#186; the apply is now best-effort, see @agentproto/acp's\n // newSession). Stale native ids that the wrapper no longer offers were\n // removed: `claude-sonnet-4-6` (the old default), `claude-opus-4-7`,\n // `claude-opus-4-6`.\n //\n // The gateway (Moonshot/OpenRouter/Requesty) models keep their `provider`\n // annotation but NO LONGER carry a `mode:` binding: the route to a gateway\n // is derived from the model catalog's `@route` route-identity, not an\n // adapter mode (SPEC §3.4a) — the gateway `modes[]` entries were deleted.\n // The claude binary still reaches those endpoints via the per-spawn\n // `base_url` / `auth_token` options (below) until the catalog route\n // apply-path lands.\n models: {\n default: \"claude-sonnet-5\",\n allowed: [\n // Native Anthropic\n { id: \"claude-sonnet-5\", provider: \"anthropic\" },\n { id: \"claude-opus-4-8\", provider: \"anthropic\" },\n { id: \"claude-haiku-4-5\", provider: \"anthropic\" },\n { id: \"claude-fable-5\", provider: \"anthropic\" },\n // Moonshot (Kimi) — route resolved from the catalog `@route`\n { id: \"kimi-k2.7-code\", provider: \"moonshot\" },\n // OpenRouter — route resolved from the catalog `@route`\n { id: \"z-ai/glm-5.2\", provider: \"openrouter\" },\n { id: \"deepseek/deepseek-v4-pro\", provider: \"openrouter\" },\n { id: \"moonshotai/kimi-k2\", provider: \"openrouter\" },\n // Requesty — route resolved from the catalog `@route`\n { id: \"sference/thinkingcap-qwen3.6-27b\", provider: \"requesty\" },\n { id: \"sference/glm-5.2\", provider: \"requesty\" },\n ],\n env: { anthropic: \"ANTHROPIC_API_KEY\" },\n },\n capabilities: {\n streaming: true,\n tool_calls: true,\n sub_agents: false,\n file_io: true,\n // ACP wrapper forwards `image` content blocks in user prompts\n // straight to Anthropic Messages API. Hosts SHOULD send images\n // inline (see CLAUDE-CODE.md) instead of passing paths and\n // hoping the model uses Read.\n multimodal: true,\n // The wrapper (@agentclientprotocol/claude-agent-acp >= 0.30)\n // advertises `loadSession: true` and exposes the full session\n // lifecycle (newSession / loadSession / resumeSession / forkSession)\n // over JSON-RPC. Pairs with `continuation.default: native-resume`\n // below — the host persists the sessionId and reattaches to the\n // existing session across cold starts (api restart, sandbox reap,\n // multi-machine).\n resumable: true,\n bidirectional: true,\n // Claude Code's Read tool can ingest any absolute path the host\n // surfaces via the prompt. Pair with the daemon's POST /files/upload\n // route + a host UI drag-drop handler: drop a file → daemon writes\n // to `cwd/.agentproto-attachments/<name>` → host pastes the path\n // into the terminal → Claude reads it natively. No protocol-level\n // multimodal round-trip needed; pure file-path injection.\n file_attach: true,\n },\n // Only the `lean` context mode remains a manifest `modes[]` entry (SPEC\n // §3.4a). Posture (plan / accept-edits / bypass-permissions) and the gateway\n // routes (moonshot / openrouter / requesty / deepseek) were BOTH removed from\n // here:\n // - posture now comes from the harness's own ACP mode registry\n // (`SessionModeState.availableModes`) plus the daemon's canonical-posture\n // layer (step 2c). The `CLAUDE_CONFIG_DIR` ENFORCEMENT MECHANISM in the\n // driver (`resolveClaudeCodePermissionMode` in define-agent-cli.ts) is\n // unchanged — it still points a per-session `CLAUDE_CONFIG_DIR` at a\n // throwaway `settings.json` with `{\"permissions\":{\"defaultMode\":\n // \"<value>\"}}` (the ACP wrapper ignores `--permission-mode` on argv). But\n // its INPUT changed: it looks the value up in `modes[]` by `config.mode`,\n // and with the posture modes removed here that lookup no longer matches\n // for `plan`/`accept-edits`/`bypass-permissions` — so the `config.mode`-\n // driven path is now DORMANT (returns undefined) until step 2c re-sources\n // the requested posture from the canonical layer and feeds it in. The\n // known limitation still holds once it does: a target repo that commits\n // its own escalated `.claude/settings.json` `permissions.defaultMode`\n // defeats OUR requested mode in the same merge pass and the session falls\n // back to \"default\" (never the original silent-write bug).\n // - route now comes from the model catalog's `@route` route-identity; the\n // gateway endpoint is still reachable per-spawn via the `base_url` /\n // `auth_token` options (below), which carry the same ANTHROPIC_API_KEY +\n // cloud-toggle scrub via `env_unset`.\n modes: [\n {\n id: \"lean\",\n description:\n \"Drop Claude Code's bundled skills and workflows from context (built-in slash \" +\n \"commands stay typable but are hidden from the model). Plugins, project \" +\n \"`.claude/skills/`, and `.claude/commands/` are unaffected. The ACP wrapper has \" +\n \"no CLI flag for this — the underlying claude binary reads \" +\n \"CLAUDE_CODE_DISABLE_BUNDLED_SKILLS directly, so this mode is env-only.\",\n env: { CLAUDE_CODE_DISABLE_BUNDLED_SKILLS: \"1\" },\n kind: \"context\",\n },\n ],\n options: [\n {\n id: \"model\",\n // string (not enum) so any valid Anthropic model ID is accepted\n // without requiring a code change to expand the list. Applied via\n // ANTHROPIC_MODEL env var so the claude binary picks it up directly\n // — the claude-agent-acp wrapper only forwards CLI args when --cli\n // is passed, otherwise it runs in ACP mode and ignores argv.\n type: \"string\" as const,\n description:\n \"Anthropic model ID or wrapper alias (e.g. 'claude-opus-4-8', \" +\n \"'claude-sonnet-5', 'sonnet', 'opus'). Set via ANTHROPIC_MODEL env \" +\n \"var so the claude binary uses it directly. Omit to use the claude-code default.\",\n env: { ANTHROPIC_MODEL: \"{value}\" },\n },\n {\n id: \"effort\",\n type: \"enum\" as const,\n // Effort is model-dependent: the same label maps to different\n // underlying compute budgets across models, and the model's own\n // default differs (Sonnet 4.6 / Opus 4.8 default to \"high\";\n // Opus 4.7 defaults to \"xhigh\"). \"max\" and \"ultracode\" are\n // session-only — not valid in persisted settings. Omit to keep\n // the model's own default rather than hardcoding one here.\n enum: [\"low\", \"medium\", \"high\", \"xhigh\", \"max\", \"ultracode\"],\n description:\n \"Reasoning effort level. Model-dependent: the same label ≠ the same \" +\n \"compute budget across models, and defaults differ by model \" +\n \"(e.g. Sonnet 4.6 / Opus 4.8 default to 'high'; Opus 4.7 to 'xhigh'). \" +\n \"'max' and 'ultracode' are session-only. Omit to keep the model's own default.\",\n },\n {\n id: \"max_turns\",\n type: \"integer\" as const,\n min: 1,\n max: 200,\n description:\n \"Hard cap on tool-use turns within a single send. Claude Code stops after this many cycles.\",\n bin_args_template: [\"--max-turns\", \"{value}\"],\n },\n {\n id: \"base_url\",\n // Injected into the child env as ANTHROPIC_BASE_URL — the claude binary\n // honors it, so this fronts real Anthropic, Bedrock/Vertex/Azure, or an\n // Anthropic-compatible gateway (LiteLLM / claude-code-router / Moonshot\n // / OpenRouter). Auto-scrubs the ambient ANTHROPIC_API_KEY + cloud\n // redirect toggles the moment it's set (symmetric with the moonshot/\n // openrouter modes and with claude-sdk's buildQueryOptions scrub) so the\n // real Anthropic credential can never leak to a third-party host — pair\n // with `auth_token` to supply the gateway key. A base_url pointed at a\n // real-Anthropic mirror that still wants the ambient key is the one\n // shape this breaks; that's an acceptable trade for the default being\n // leak-safe (matches claude-sdk).\n type: \"string\" as const,\n description:\n \"Custom Anthropic base URL. Injected as ANTHROPIC_BASE_URL in the \" +\n \"child env — front real Anthropic, Bedrock/Vertex/Azure, or an \" +\n \"Anthropic-compatible gateway. Auto-scrubs the ambient \" +\n \"ANTHROPIC_API_KEY + cloud redirect toggles when set (so the real \" +\n \"key can't leak to a third-party host) — pair with `auth_token` to \" +\n \"supply the gateway credential. For Moonshot/OpenRouter the dedicated \" +\n \"modes pre-wire the URL too. Omit to use the default endpoint.\",\n env: { ANTHROPIC_BASE_URL: \"{value}\" },\n env_unset: CLAUDE_CODE_GATEWAY_ENV_UNSET,\n },\n {\n id: \"auth_token\",\n // Injected into the child env as ANTHROPIC_AUTH_TOKEN — the claude\n // binary sends it as `Authorization: Bearer <token>`, which\n // Anthropic-compatible gateways (Moonshot, OpenRouter) accept. Pair\n // with base_url (or a gateway mode) for a per-spawn key instead of the\n // ambient ANTHROPIC_API_KEY.\n type: \"string\" as const,\n description:\n \"Bearer token for the Anthropic API or a compatible gateway. Injected \" +\n \"as ANTHROPIC_AUTH_TOKEN in the child env (sent as `Authorization: \" +\n \"Bearer`). Pair with `base_url` (or a `moonshot`/`openrouter` mode) \" +\n \"to target a gateway with a per-spawn key instead of the ambient \" +\n \"ANTHROPIC_API_KEY. Omit to use ANTHROPIC_API_KEY from the environment.\",\n env: { ANTHROPIC_AUTH_TOKEN: \"{value}\" },\n },\n ],\n continuation: {\n // native-resume: each turn cold-spawns claude, then ACP `loadSession`\n // reattaches to the saved sessionId. Survives api restarts, sandbox\n // reaps, multi-machine — claude reads its own JSONL session store.\n // Requires the host to register `configureNativeResume({load, save})`\n // hooks; without them the strategy degrades to per-spawn behaviour\n // (no continuity).\n //\n // pinned-session is still supported as a fallback for hosts that\n // haven't wired the resume hooks yet — same warm-process semantics\n // as pre-AIP-45-extension behaviour.\n default: \"native-resume\",\n supported: [\"native-resume\", \"pinned-session\", \"transcript\", \"none\"],\n pinned_session: {\n idle_timeout_ms: 1_800_000,\n key_scope: [\"conversation\", \"operator\"],\n },\n },\n tags: [\"claude-code\", \"anthropic\", \"acp\", \"agent-runtime\", \"coding\"],\n metadata: {\n // Opts claude-code into `agentproto install skill/<slug>` fan-out (no\n // --target given). Claude Code skills install as a whole plugin\n // bundle, not per-skill drops — `unit: \"whole-pack\"` tells the\n // fan-out dispatcher to emit the pack once, not once per requested\n // skill slug. See\n // packages/cli/src/commands/skill-install/types.ts `AdapterSkillsTarget`.\n skills: {\n format: \"claude-plugin\",\n unit: \"whole-pack\",\n outDir: \"~/.claude/plugins/agentproto\",\n },\n },\n})\n\nexport function claudeCodeRuntime(): AgentCliRuntime {\n return createAgentCliRuntime(claudeCode)\n}\n\nexport type { AgentCliHandle, AgentCliRuntime }\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/adapter-claude-code",
3
- "version": "1.1.0",
3
+ "version": "2.0.0",
4
4
  "description": "@agentproto/adapter-claude-code — AIP-45 AGENT-CLI adapter for Anthropic's Claude Code via @agentclientprotocol/claude-agent-acp. Spawns the ACP wrapper and drives Claude Code as an agentproto agent CLI.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -41,8 +41,8 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@agentproto/driver-agent-cli": "1.2.0",
45
- "@agentproto/provider-presets": "0.4.0"
44
+ "@agentproto/driver-agent-cli": "2.0.0",
45
+ "@agentproto/provider-presets": "0.4.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^25.6.2",