Dickson Tsai

Results 98 comments of Dickson Tsai

As of v1.0.38, you should now be able to implement this with a Notification hook. Review https://docs.anthropic.com/en/docs/claude-code/hooks

https://github.com/anthropics/claude-code-sdk-python/pull/111 introduced `extra_args` where you can specify `--mcp-config` with the type that you want.

It's possible that https://github.com/anthropics/claude-code-sdk-python/blob/b6a5b986041c2b42262e880074f61aeb8248bd1e/src/claude_code_sdk/_internal/transport/subprocess_cli.py#L58 ended up picking up a very old version of Claude Code. Can you double-check if you have multiple installations and whether they are obsolete?

To clarify, are you doing something like `/my_custom_slash_command Tell me what's in [Image #1]`, where the pasted image is part of the slash command argument?

Passing in pasted images to custom slash commands should be supported as of v1.0.38.

Thanks for your report! I can investigate a solution so you can get back to building cool stuff.

Thanks for the report. I can reproduce the issue and have a fix in mind.

Fixed in v1.0.3. You should now be able to paste in jpg paths as images.

My keychain resolution change happened after v1.0.6 came out, which seems to be the problematic version in this Github issue. The errors in the description are unrelated to the user's...

For web search specifically, we introduced prompting changes. For more general issues with date/timestamp, we are working on a Start hook where you can optionally provide this information: https://github.com/anthropics/claude-code/issues/3062