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
Surface the real cause of a Claude Agent SDK validation error (e.g. credit/balance messages) instead of a truncated parsing error (#191)
Handle reasonless, non-JSON, and decision-less model responses robustly, failing closed when no usable decision is present
Improvements
Validation responses now omit the reason when allowing an operation, reducing noise and token use
Refactored the hook-payload boundary so the tool operation is parsed once into a typed value and threaded through validation, persistence, and the lint/test paths