Alex

Results 17 comments of Alex

No, it just randomly crashed with some sort of JS error popup. No power issues whatsoever. Uptime is 18 days. However, I was having strange issues with flatpak (apps not...

This is great, however, the chat feature on its own isn't terribly useful. One can always open the same thing in a terminal window outside Codelite. What would make LLMs...

By the way, wouldn't installing `/usr/bin/llama-cli` potentially create a conflict with the same binary installed by another package on the system?

I like what devs behind [Continue](https://continue.dev) have done.

This is excellent! I'm looking forward to using it. As I recall, ollama has a setting for context window size and also this depends on the model. The context and...

It would be great for plugins to be able to add to Codelite MCP server tools, such as in the case of the git plugin: - git status - git...

Please excuse my ignorance of the Codelite code base if I get anything wrong. What I was suggesting is something like `for(auto& plugin : plugins) plugin.PopulateBuildInFunctions(function_table);` in [`OllamaClient::WorkerThreadMain()`](https://github.com/eranif/codelite/blob/f32e41725860c60d3cb348280d1bce570a4d9727/ChatAI/OllamaClient.cpp#L98) in addition...