From 2dc3c232d2a859db670188d35e0714add6224fcd Mon Sep 17 00:00:00 2001 From: code-crusher Date: Sat, 25 Jul 2026 12:23:29 +0530 Subject: [PATCH] release: v6.6.8 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/api/models.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09d79d..eede058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 51889fa..1e7320e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/api/models.ts b/src/api/models.ts index 6c4140d..7016574 100644 --- a/src/api/models.ts +++ b/src/api/models.ts @@ -143,7 +143,7 @@ export const ANTHROPIC_MODELS: Record = { export const BUILTIN_AXON_MODELS: Record = { "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,