Releases: chabicht/code-intelligence
Releases · chabicht/code-intelligence
2026-04-11
What's Changed
- Added favorite flag to model selection. Favorites are shown on top of the list before all the other models.
- Added some documentation for the custom params feature.
- Full support for Ollama reasoning (e.g. reasoning effort for the GPT-OSS models).
- Use org.eclipse.search.core.text.TextSearchEngine instead of NewSearchUI by @nachogmd in #37
- Async write preferences files by @nachogmd in #38
New Contributors
Full Changelog: 2026-03-20...2026-04-11
2026-03-20
What's Changed
- Support for multiple tool calls in one API response
- Support for reasoning effort in OpenAI APIs
Full Changelog: 2026-02-28...2026-03-20
2026-02-28
Release 2026-02-28:
- Tool Groups
- Support for OpenAI's Responses API format
Full Changelog: 2025-11-27...2026-02-28
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
