Version 1.10.0
Here are our Release Notes for Artemis v.1.10.0
Release date: 26 February 2025
🚀 New features and functionalities
We have added the capability to add and delete files in the Artemis Agent
The Artemis agent is now able to add/delete files, enabling users to create unit tests and benchmarking tests.
-
During the planning phase of the agent, the user can specify add/delete operations which can prompt the agent to approach a problem in a specific way.
-
Once the agent changes are saved, users can commit these file level changes to the remote git repository, the same way they would be able to with regular edits.
Artemis agent can now save history
Artemis platform now stores a history of all agent tasks, enabling users to view and run tasks from past agent runs. Click on the History tab under Pair Coder Agents to view the history of tasks.
See the image below:
Custom runner support for Windows
Artemis has a custom runner feature to enable code validation. We now provide support for the custom runner on Windows. See documentation on the custom runner here: Custom runner
Content tagging system
In the code snippets page, we provide tags for code snippets for better categorisation. We have improved our content tagging system to provide more meaningful tags.
📈 Improvements
Improved Artemis Intelligence
Artemis Intelligence has been improved to generate more reliable output as well as draw better from project context. We have also made it easier to setup custom commands.
🦕 Deprecated
The default runner functionality is now deprecated
Earlier we had a default runner on Artemis for code validation. We have deprecated the default runner. You are now required to set up a custom runner to validate your code, as detailed here: Custom runner
🐞 Bug fixes and usability
We added support for the following languages
.drl
, .m
(Matlab), .vba
(Visual Basic), .jl
(Julia), .R
(R)
We have added the following models
- Claude 3.7 + thinking
- Deepseek R1
- o1/o1-mini
- o3/o3-mini
- Gemini 2.0 Flash
We made several fixes across the platform
We've made several changes across the platform to improve stability and usability.