Skills
Claude Code 2.1.268 syncs gateway pricing to clients, caps hung WebFetch at 300 seconds, and adds --json to plugin commands
With `pricing:` set in gateway.yaml, signed-in clients now get the gateway's rates through managed settings, so `/cost` and telemetry match the spend meter. WebFetch now fails after 300 seconds on a server that holds the connection open (override with CLAUDE_CODE_WEBFETCH_DEADLINE_MS, 0 disables it), and plugin install/uninstall/update/enable/disable accept `--json`. Builders who run scheduled agents that fetch the web should set the deadline on purpose, because before this release one stalled server could hang a headless run indefinitely.
↳ Follow the thread