You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewed every doc against the source under src/ and corrected the
fictional or stale API claims that had accumulated:
- Project docs (Cli, AspNetCore, Giraffe, Otel, Client, Core, Arcp)
rewritten to match the real exported types and helpers.
- Guides (sessions, auth, resume, jobs, job-events, errors,
vendor-extensions, observability) updated for the actual
ArcpClientOptions, JobHandle, ITransport, ToolOutcome, and Features
shapes; removed the imagined envelope `extensions` block.
- Reference docs (architecture, getting-started, transports, cli,
troubleshooting, recipes) updated for the real CLI commands and
transport constructors.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|`--stdio`|always set | Only stdio transport is supported in v1.|
21
-
|`--token`|`$ARCP_TOKEN`| Bearer token. Falls back to the `ARCP_TOKEN` env var. If neither is set, a dev-mode verifier is used that accepts any token. |
|`--stdio`|(implied) | Only stdio is supported; the flag is reserved for future transports. |
22
+
|`--token`|dev mode | When set, only this exact bearer token is accepted (`StaticBearerVerifier`). When unset and `$ARCP_TOKEN` is empty, a permissive dev-mode verifier accepts any non-empty token. |
22
23
23
-
Example — spawn a runtime as a child process with a fixed token:
24
+
`ARCP_TOKEN` is consulted only when `--token` is omitted.
0 commit comments