Skip to content

v0.24.0 | CC 2.1.59

Choose a tag to compare

@guess guess released this 26 Feb 17:28
· 155 commits to main since this release

Added

  • :stream_timeout option — New name for the per-message stream timeout (max wait for the next message). Replaces :timeout for clarity alongside :request_timeout.
  • :dangerously_skip_permissions option — Directly bypass all permission checks. Unlike :allow_dangerously_skip_permissions which only enables bypassing as an option, this flag activates it immediately. Recommended only for sandboxed environments with no internet access.

Changed

  • Bundled CLI version bumped to 2.1.59 — Updated from 2.1.49 to 2.1.59.
  • --setting-sources always sent — The SDK now always sends --setting-sources "" when no setting sources are configured, matching the Python SDK behavior. This prevents unintended default setting source loading.

Deprecated

  • :timeout option — Use :stream_timeout instead. The old name continues to work but emits a deprecation warning.