Skip to main content

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.

Pair coder

Overhauled Comparison Scoring​

Comparison scores are rescaled to be more explictly relative, such that positive scores indicate improvements, and negative scores indicate regressions.

Pair coder

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