claude-agent-sdk-python icon indicating copy to clipboard operation
claude-agent-sdk-python copied to clipboard

Export HookJSONOutput type

Open yudduy opened this issue 4 months ago • 2 comments

Fixes #203 - Export HookJSONOutput type in init.py to resolve type checking issues when implementing hook callbacks. HookJSONOutput is defined in types.py and used as the return type for HookCallback, but was not exported in init.py, causing type checking issues when implementing hook callbacks.

yudduy avatar Oct 04 '25 19:10 yudduy

Thanks for your change! There are some lint and test errors to address.

dicksontsai avatar Oct 08 '25 06:10 dicksontsai

hello! fixed the lint and test errors!

yudduy avatar Oct 10 '25 02:10 yudduy