indrasvat

Results 10 comments of indrasvat

Thanks, @go101! The _latter_ is what I had in mind (to match what `javadoc` / `jsdoc` typically does). Not urgent, just thought of checking to see if it was possible...

We have the same use case as well. We leverage `skaffold` for deploying our docker images via GitLab CI, and we need to pass the build artifacts (which were earlier...

@edeNFed, is it also possible to enhance the cli to support passing / specifying a custom `securityContext` (_required_ in our k8s cluster pod security policy)? Say, something like below: ```yaml...

I think I'm seeing similar behavior in my case. Have a bash function that, among other things, runs a `kubectl port-forward ...` in the background via `&`, and at the...

Looks like versions after `0.2.106` are sometimes injecting a `thinking: undefined` in the `POST` request payload, which is perhaps making Bedrock grumpy 🤷🏼? ### `claude==0.2.115` (_fails_) ```bash $ echo "CLAUDE_CODE_USE_BEDROCK=$CLAUDE_CODE_USE_BEDROCK"...

Actually, the `thinking: undefined` is prolly not the issue. I edited `lib/node_modules/@anthropic-ai/claude-code/cli.js` in my local install and removed that block (also added a log message to ensure it was picking...

Ok, it seems the `tools` array length is causing the issue. A length `> 128` seems to cause it to fail with that `400` error. Tested with `0.2.120`. ### `tools.length==130`...

@wolffiex @ant-kurt, please advice. Is there a better way to address this? This `tools` array size restriction seems to be some limit Bedrock is enforcing 🤷‍♂.

Latest [jscodeshift](https://github.com/facebook/jscodeshift) script for claude code `1.x`: [`indrasvat/add-bedrock-tools-check-to-minified-claude-code-cli.js`](https://gist.github.com/indrasvat/de1b8e25b53096e784c28822f26e6843).