Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@

## [v5.0.1] - 2026-01-05

### Added
### Changed

- Minor improvements to file edit and code reviews
- File changes list does not dissapear on task abortion

---

## [v5.0.0] - 2026-01-05

#### Revamped Harness agents
### Added

- Harness context agents and file edits are revamped to reduce error rates
- Harness context agents and file edits are revamped to reduce error rates! Tools updates, read file, edit file, search and list.
- Enterprise Code Review support for self-deployed platform
- Improvments in AI code review system

### Changed

- UI improvments
- Major UI improvments
- Improved auth flow + review only mode

---

Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/i18n/locales/en/kilocode.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"greeting": "Welcome to Axon Code, By MatterAI",
"tagline": "The AI Engineering Agent",
"introText1": "Boost your engineering productivity with the complete AI Engineer to Build, Debug and Review your code.",
"introText2": "Create a free account with $5 credits (~100 tasks) every month!",
"introText2": "Create a free account with $5 credits (~20 tasks) every month!",
"ctaButton": "Get Started",
"exploreMatterAI": "Explore MatterAI",
"manualModeButton": "Use your own API key",
Expand Down
Loading