quack-ai / companion-vscode

VSCode extension of Quack Companion 💻 Turn your team insights into a portable plug-and-play context for code generation. Alternative to GitHub Copilot powered by OSS LLMs (Mistral, Gemma, etc.), served with Ollama.
https://docs.quackai.com
Apache License 2.0
226 stars 12 forks source link

fix(chat): avoid JSON parsing error during response streaming #76

Closed frgfm closed 7 months ago

frgfm commented 7 months ago

This PR handles the case when several consecutive chunks were glued together in the same string, which caused JSON parsing issues