ant-kurt
ant-kurt
@backnotprop can you elaborate on how this is different from the current bash mode? `!echo whodis` should work today.
@thomasj02 sorry to hear you're still running into retry issues. Were you able to try setting some of the debug flags `ANTHROPIC_LOG=debug DEBUG=1` or `--debug --verbose`, to see if there's...
@thomasj02 we're still looking into this, and may push an updated version with some additional logging. The logs you shared are really interesting, in that they don't show any failure....
Can you set env var `ANTHROPIC_LOG=debug` and see if you have a request to the ANTHROPIC_SMALL_FAST_MODEL hanging or failing? This is a "pre-flight" check done before BashTool moves forward.
OK - that call needs to succeed before the bash command is able to run. Can you try reducing the number of background Haiku calls going out by setting `DISABLE_NON_ESSENTIAL_MODEL_CALLS=1`?...
You can set the env var to a model in the supported region (see https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations#europe_1), such as `ANTHROPIC_SMALL_FAST_MODEL=claude-3-haiku@20240307`. I'll check with the team and see if we can surface these...
You may need to reach out to the Google Vertex folks for questions about region support. Marking this one as closed. Will see if we can improve the error logging...
This was officially released - you may need to set the environment variable CLAUDE_CODE_GIT_BASH_PATH (see https://docs.anthropic.com/en/docs/claude-code/setup#windows-setup). Going to go ahead and close this issue - if you run into any...
This should be resolved in v1.0.63.
ACK, thanks for the detailed trace info. We're working on addressing this!