Skip to content

Releases: NikolaiRadke/AI.duino

V2.5.0-Make

27 Jan 10:13

Choose a tag to compare

V2.5.0-Make

AI.duino will appear in the German Make Magazine. This is the feature-freeze release related to the article.

Features

  • Added agent import/export
  • Added temperature and token settings for agents
  • Added "Continue in Chat" button for agents
  • Added aggregator service provider support: Hugging Face, OpenRouter, Fireworks and Together
  • Features use different temperatures, for example AddComments uses text temperature, ImproveCode uses code temperature
  • Text and code temperatures can be changed in the settings
  • In ChatPanel you can switch between code and text generation temperature for the answer to each question
  • Response length can be set in four steps with a slider (2000, 4000, 6000 and 8000 tokens)

Bugfixes

  • Fixed critical key generation bug.
  • All settings are now removed correctly when using the uninstall option
  • Removed unused file
  • Removed debugging code
  • Fixed temperature chat button bug
  • Removed attachments in ChatPanel were now removed correctly
  • Fixed some broken emojis
  • Fixed wrong tree tooltips
  • Added missing chat button for AskAI
  • Added check for newer build-in providerConfig.js
  • Better check for best cloud provider model (ChatGPT, Claude, ...)
  • Fixed LM Studio wrong model selection bug
  • Fixed load model on startup bug
  • Fixed addComments locale bug
  • Updated Mistral key formation settings
  • Installer now removes all previously installed versions

Other

  • You can abort a feature by clicking outside prompt window
  • Better Claude Code and Codex CLI session persistence
  • Feature lazy loading for better startup performance
  • Removed Vertex. Vertex user don't need AI.duino :-)
  • Merged 2.5.0 to 2.5.0-Make and removed 2.5.0 release
  • Changed logo and banner to avoid copyright issues

V2.4.1

04 Dec 08:51
b98bcc2

Choose a tag to compare

Release V2.4.1

with small changes an better token management.

Other

  • Token management refactored and more exactly
  • Ask AI renamed in Quick Question

Release V2.3.1

06 Nov 11:56
8ceffb7

Choose a tag to compare

Release V2.3.1

with a minor bugfix:

Bugfixes

  • Fixed clear chat bug

Other

  • Updated Claude provider settings to sonnet-4.5

V2.3.0

26 Oct 13:47
3c3861b

Choose a tag to compare

Release V2.3.0

with new features and bugfixes:

Features

  • Added adding external files feature for chat and agents
  • Added offline analysis
  • Added Codex CLI session persistence
  • Added UI design options

Bugfixes

  • Small menu cleanup
  • Fixed Claude Code to REAL session persistence
  • Fixed double prompt building with Ollama and LM Studio
  • Fixed annoying Arduino mode switch bug in the chat

Other

  • Much much code refactoring and code cleanup
  • Explain Code now has Webview too
  • History persistence enhanced
  • More customable settings
  • Translated Windows installer to English

V2.2.1

19 Oct 15:22

Choose a tag to compare

Release V2.2.1 with small back end improvements:

Better http provider support with default ports
Improved MaxToken managment
Code refactoring

V2.2.0

18 Oct 10:53

Choose a tag to compare

Release V2.2.0 with a coool new feature:

  • Added Custom AI Agents
  • Better error handling
  • Panels only open unique
  • Settings are saving now
  • Paste change trigger fixed
  • Gemini MaxTokens bug fixed
  • Code cleanup

V2.0.1

14 Oct 08:44

Choose a tag to compare

Release V2.0.1

This major release is a rework for all features and some core functions. It provides more speed, stability and features:

  • Added new multiple chat feature like in the browser with history persistance
  • Added real Claude Code session persistance
  • Added PRISM syntax highlighting, depending on your IDE settings
  • Added inline completion
  • Added codex CLI support
  • Added support support :-)
  • Added context inclusion into features
  • Added error parsing in explain error
  • Added explain error from cliboard menu call
  • Added settings panel with clean uninstall option
  • Added LM Studio support
  • REMOVED uninstaller files
  • All panel based features now have Webview with Copy&Paste
  • Parallel function loading for faster startup
  • Converted windows installer from UTF-8 to ANSI
  • Updated SECURITY.md
  • Fixed some bugs
  • Code refactoring
  • Code cleanup

V1.11.1

28 Sep 14:03

Choose a tag to compare

Release V1.11.1 with important bug fix:

  • Fixed API provider answer.

V1.5

13 Aug 13:56
27d9e34

Choose a tag to compare

Release V1.5 with some enhancements.

  • Dynamic model selection
  • Dynamic provider integration
  • Fallback for known models
  • Better error handling
  • Added Perplexity support
  • Added Cohere support
  • Added Croq support
  • Updated installers

HINT (15.08.2025): Gemini is NOT working in this release!

V1.2

05 Aug 08:40
493ed5c

Choose a tag to compare

Release V1.2 with often needed improvements:

  • An input field for instructions to the AI for code optimization and commenting
  • Better integration of code optimizations