v0.3.1
What's new
- Hooks support for Claude Agent SDK adapter — Define async hook functions in
hooks.py(e.g.pre_tool_use,post_tool_use) that get automatically discovered and passed to the SDK viaHookMatcher. Optional per-event matchers configurable viaconfig.json. - Session resumption, tool I/O forwarding, config passthrough improvements for the Claude adapter.