Dickson Tsai

Results 98 comments of Dickson Tsai

What we did for WebSearch in v1.0.36 was to tell it to look at today's date in . We didn't do anything extra. The easiest way to contribute is not...

Thanks for trying out the idea! I like the setup but it actually won't work at the moment, since according to our documentation, Claude does not see stdout. Unfortunately, the...

With v1.0.55, you can now inject the current time using a UserPromptSubmit hook. Example: https://docs.anthropic.com/en/docs/claude-code/hooks#userpromptsubmit-example%3A-adding-context-and-validation (but ignore the validation part)

`cache_creation_input_tokens` and `cache_read_input_tokens` are important to add, and they will also contain Claude Code's system prompt. You should expect ~10k cache creation and ~10k cache read tokens just from the...

Thanks for this PR. I think we should just build this resilience into the default ClaudeSDKClient itself by leveraging the `resume` option. That way, we can avoid having to duplicate...

This is up to the Bitbucket team to support, similar to what the GitLab team is implementing: https://gitlab.com/gitlab-org/gitlab/-/issues/557820

I can confirm @pinelibg 's statement that we rely on the built-in ripgrep to do the command discovery.

Thanks for your report. There is a fix that should roll out in the next version. In the meantime, to work around this error, try going to console.anthropic.com to initialize...

Can you try running `security delete-generic-password -a $USER -s "Claude Code-credentials"` to clear your broken OAuth token?

Some things you can try: 1. Remove ~/.claude.json, not just ~/.claude. 2. Can you check if your network allows `https://api.anthropic.com`? Claude Code makes a couple calls there for authentication. 3....