Bee
Bee
@LinqLover Thanks for filing the issue! We are happy to announce that Sourcegraph is now a web extension as of v2.0.9.
> While reviewing the latest VS Code release notes I saw there's a proposed API for findFiles that has a `followSymlink` bool: > > > > https://github.com/microsoft/vscode/blob/4e2aa982224429f161423cbdded9587e39766782/src/vscode-dts/vscode.proposed.findFiles2.d.ts#L60 > > >...
@DanTup Hey Danny is this still WIP or ready to review? Sorry for the late response since i was on PTO, but happy to pick up from here 😄
> @abeatrix , could you help triage this? This could be Cody Ignore, token limits?, something else? @dominiccooney thanks for the ping! I just encountered the same issue today and...
Thank you all for raising the issue and special thanks to @SphaeroX for confirming that the fix in the latest pre-release version (v1.19.1716563719) worked 🤗 The fix will be included...
@vijayabhaskar-ev we have updated the Ollama chat client where the endpoint can now be configured with the `cody.dev.models` field in your VS Code settings: ``` "cody.dev.models": [ { "provider": "ollama",...
@ByerRA That looks like a networking configuration issue with your Ollama instance since you are able to chat with Ollama using "cody.dev. models" when it's hosted on the same machine,...
@ByerRA can you share your `cody.dev.models` settings with me so we can investigate further?
@ByerRA thank you! Is deepseek the model name you pulled from Ollama? Or should it be `deepseek-coder`? I'm trying to reproduce the issue but couldn't find a model with just...
@ByerRA oh nice! Did updating the model name fix the issue for you?