Releases: chabicht/code-intelligence
Releases · chabicht/code-intelligence
2025-11-27 🦃
What's Changed
- A bunch of bugfixes and small improvements
- Support for Gemini 3
- Issue #27: Added an option to submit chats by pressing Enter (instead of Ctrl/Cmd+Enter)
Full Changelog: 2025-06-14...2025-11-27
2025-06-14
Added new tool use feature
Most AI providers have a feature that lets their models invoke functions/tools on the client side via a defined JSON format.
Code Intelligence now supports that, providing the following tools:
read_file_contentapply_changeperform_text_searchperform_regex_searchcreate_filefind_fileslist_projects
See TOOLS.md for some reference.
Video showing tools in action
What's Changed
Full Changelog: 2025-06-07...2025-06-14
