Skip to content
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.6.8] - 2026-07-25

### Changed

- **Remove free tag from Axon Eido 3 Flash.** Removed `(free)` suffix from the Axon Eido 3 Flash model display name.

## [6.6.7] - 2026-07-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterailab/orbcode",
"version": "6.6.7",
"version": "6.6.8",
"description": "OrbCode CLI — agentic coding in your terminal, powered by Axon models by MatterAI",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const ANTHROPIC_MODELS: Record<string, AxonModel> = {
export const BUILTIN_AXON_MODELS: Record<string, AxonModel> = {
"axon-eido-3-flash": {
id: "axon-eido-3-flash",
name: "Axon Eido 3 Flash (free)",
name: "Axon Eido 3 Flash",
description:
"Axon Eido is a fast and low cost general purpose model for low-effort day-to-day tasks",
contextWindow: 200000,
Expand Down