Skip to content

Releases: chabicht/code-intelligence

2025-11-27 🦃

27 Nov 19:27

Choose a tag to compare

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

14 Jun 03:54

Choose a tag to compare

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_content
  • apply_change
  • perform_text_search
  • perform_regex_search
  • create_file
  • find_files
  • list_projects

See TOOLS.md for some reference.

Video showing tools in action

Link to YouTube video demoing a run of the plugin using tools

What's Changed

Full Changelog: 2025-06-07...2025-06-14