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
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])