Skip to content

v0.29.0 | CC 2.1.62

Choose a tag to compare

@guess guess released this 02 Mar 20:40
· 123 commits to main since this release

Added

  • Typed ClaudeCode.Sandbox structs for sandbox configuration — The :sandbox option now accepts %ClaudeCode.Sandbox{} structs (with nested ClaudeCode.Sandbox.Filesystem and ClaudeCode.Sandbox.Network sub-structs) in addition to raw maps and keyword lists. Structs handle camelCase key normalization automatically and implement Jason.Encoder/JSON.Encoder. ([09e6b5c])