Saoud Rizwan

Results 269 comments of Saoud Rizwan

This is a great suggestion! Something along the lines of a `.claude-prompt` at the root of your project, where at the beginning of each task this file is always appended...

Can you please check what version of VSCode you are using?

It seems like project idx is very slow to open the diff editor, I adjusted the timeout waiting for it to open so it should fix this issue. Please lmk...

Thanks for the PR. Note to reviewers: we'll need to move the API request into ClineProvider where the other ollama requests are being made, and store the context window as...

@xlfish233 thanks for looking into this!

Local/weaker models probably won't work great with Cline since it uses pretty complex prompts designed around Claude 3.5's capabilities. If you're looking for cheaper alternatives, I'd suggest giving Gemini or...

Hey Viasky! There is no difference beween the roo implementation of the openrouter API handler and cline's. Regarding the browser action tool for gemini, the tools are defined in the...

@CiberNin is right, it's currently not possible for cline to bulk read files. You can work around this by using '@' file names in the input. I've avoided added bulk...