Version 2.0
Here are our Release Notes for Artemis v.2.0
Release date: October 2025
🚀 New features and functionalities
Plans & Planning Agent
Brainstorm and plan with our new codebase-aware planning agent that will ask intelligent questions, extract unwritten requirements and recommend best technologies. The agent then creates a step-by-step plan with seamless integration with the Artemis Coding agent, or you can copy prompts into your coding agent of choice (Cursor, Claude Code, etc.).
- Changes go into changesets (branches) which flow into our AI-first code review interface
- Pull requests can be automatically opened and tracked
- The agent will also open tasks that require human intervention such as adding secrets and API keys
- Several out-of-the-box example plans that are proven to work well on most codebases
Scanning & Rules
Set coding rules and standards for agents to check for, and run these across your whole codebase (or a subset of files) to find issues.
- Issues are ranked by importance and ease of fix, utilizing our experience with scoring to make it much easier to use
- Group many issues and start a Plan to fix them
- Use our new multi-plan agent to inspect the entire list of issues and recommend multiple possible plans [experimental!]
Artemis GitHub App
New project creation is now streamlined - connect seamlessly to GitHub to select your repositories instead of difficult personal access token workflows.
- No more manually entering access tokens
- No token expiry issues
- No need to check you entered the right permissions or selected the right namespace
Artemis Navigator: Cursor & Visual Studio Code Extension
COMING SOON
📈 Improvements
UX Overhaul
- Optimization pages are now grouped under the Optimise heading in the UI - this includes Targets, Changesets, Optimisations, Files and Tasks
- Snippets has been renamed to Targets
- Code Analysis is now called Code Targeting to reduce confusion
- Users now enter Artemis on the Build tab where they can quickly get value before diving deeper into the more complex Optimisation flow
- Chat/Agents/Plan are now consolidated into a single place - the Build tab
New Models
- Anthropic Sonnet 4.5
- GPT-5-Codex (imminent - likely tomorrow/Friday)
Miscellaneous Improvements
- Continue from pull request: You can now continue working on an existing changeset after you publish the pull request. Get feedback from your colleagues and have Artemis fix the issues!
- Changeset agent now supports "Ask" mode
- Expired git tokens are now clearly visible
- Many security fixes - API endpoints now with additional security checks
- Various agent and changeset fixes