Henrique Coura

Results 2 issues of Henrique Coura

When testing something like ``` res, err := c.RedisClient.ZRandMember(ctx, c.GetFullKey(key), 1, false).Result() ``` err is `ERR unknown command 'zrandmember', with args beginning with: ...` Using `github.com/alicebob/miniredis/v2 v2.15.1`

After attempting and failing to handle permission approval through can_use_tool callback I tried to run the example at: https://github.com/anthropics/claude-code-sdk-python/blob/839300404f89cf74a71abab2f9ad577d97cb8f1f/examples/tool_permission_callback.py and got the same behavior, the llm keeps looping until it...

bug