Version 1.11.0
Here are our Release Notes for Artemis v.1.11.0β
Release date: 9 May 2025
π New features and functionalitiesβ
File Upload Capabilitiesβ
Users can now upload individual files to an Artemis project.
Csv File Supportβ
Csv files can be indexed, providing Artemis Intelligence with better abilities to infer useful information from data within the project.
New LLM Supportβ
- GPT-4.1 Suite: Added support for the new GPT-4.1 family, including GPT-4.1, GPT-4.1 Mini, and GPT-4.1 Nano
- Gemini 2.5 Pro: Added support for Google's Gemini 2.5 Pro (upgraded from experimental to preview status)
π Improvementsβ
Better Project Flowβ
The project flow has been updated. Now Artemis steps you through project creation, and provides more support for connecting to private git repositories. Users can now test their git connection and add new credentials in the wizard.
Overhauled Comparison Scoringβ
Comparison scores are rescaled to be more explictly relative, such that positive scores indicate improvements, and negative scores indicate regressions.
Miscellaneous UI/UX Improvementsβ
- New code analysis option to create code snippets via agent
- Ability to jump directly from a bad score to βcreate version to fix the scoreβ
- Improved code comparison view, code diffs are now correctly aligned
- Projects filtered by user by default
- Ability to globally disable embedding models
- Users can have a default git key
- Better logging for the agent
- Improved settings dialog for LLM tasks
- Progress bar and spinner added to code snippets page while code analysis is running
- Improved side panel for file filtering
- Improved default view for optimisations
- Better dialog for creating code recommendations
π¦ Deprecatedβ
- Removed support for Gemini 2 Pro
π Bug fixes and usabilityβ
- Resolved issue with certain extracted code ranges being inaccurate
- Resolved issues with code deletion for large batches
- Custom runner compatibility across MacOS, Windows and Linux