diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d648b7b4..d6e1f6a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --- diff --git a/webview-ui/src/i18n/locales/en/kilocode.json b/webview-ui/src/i18n/locales/en/kilocode.json index dce175e90..952f470af 100644 --- a/webview-ui/src/i18n/locales/en/kilocode.json +++ b/webview-ui/src/i18n/locales/en/kilocode.json @@ -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",