Skip to content

v0.3.1

Choose a tag to compare

@taco-devs taco-devs released this 28 Feb 18:06
· 29 commits to main since this release

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 via HookMatcher. Optional per-event matchers configurable via config.json.
  • Session resumption, tool I/O forwarding, config passthrough improvements for the Claude adapter.