Saoud Rizwan
Saoud Rizwan
This was an issue with tool calling on google's end, their api doesnt seem to support it well. v2.0 of the extension released yesterday should fix the issue as it...
I'm using openai's node sdk under the hood, it's working fine for most APIs so I'm not sure what's causing this issue. If anybody has insight pls share. Gonna keep...
@AstroMined thank you so much for looking into this and confirming its a vscode issue, it's worth creating an issue on their repo about this.
I will look into this as soon as I can! In the meantime can you try using OpenAI compatible and see if you can get it working that way?
This might have happened after claude tried to read an extremely large file or executed a command with a lot of output. Is that what happened?
@suin this investigation was incredibly helpful! I was able to reproduce this on my own computer by continuously asking it to run `date`, and similar to you it had about...
@suin I knew it was too good to be true! 😭 I will look into this ASAP, thank you for providing such thorough details.
@chooglygit are you sure about your vscode version? shell integration should only work with vscode v1.93+ so can you try updating and see if that helps?
@suin @ckrapu @zimagen @svankirk @chooglygit I've created a new repo [`shell-integration-problems`](https://github.com/saoudrizwan/shell-integration-problems) that serves as a minimal reproducible environment to help report issues with shell integration and assist the VSCode team...
> Hi! Thank you so much for your exceptional work, you’re incredible! ❤️ > adjust the token limit by retrieving the maximum allowed token length (context_length) via the REST API...