Eran Ifrah

Results 192 comments of Eran Ifrah

wow, thats really nice. I already added support for local LLM chat integration in latest master build. But this looks like something that we must have

FYI: I am re-writing the `ChatAI` to become more useful. I am building it around ollama where user can add MCP servers. In addition, CodeLite itself is an MCP server...

![Image](https://github.com/user-attachments/assets/91e6cd46-4d6f-4d89-932a-19240115ea85)

It can be configured via the options property in the config of the plugin. I added some more nice features (e.g. the plugin exposes API for other plugins to use,...

![Image](https://github.com/user-attachments/assets/3900b51d-7e10-456c-a45c-809fa4469e27)

CodeLite itself is an MCP server, so it provides the model access to some of its functionality. For example, lets say you compile a code and got an error, you...

You are not mistaken. Since CodeLite uses "plugin" based architecture, it requires another level of abstraction to implement that. A plugin (e.g. "git") is not aware of another plugin existence...

This is now implemented. The git plugin now also registers a "git log" function (between 2 commits).

Going to close this issue. CodeLite now supports this and much more. I embedded a LUA scripting engine inside CodeLite where you can add custom context menus to CodeLite that...

Usually, these kind of problems indicate problem with underlying wxWidgets library. Does it work with wxWidgets `stc` sample?