Skip to content

Releases: fw-ai/fireconnect

v0.6.0 — Codex model catalog, Pi glm-latest fix, Claude default-model fix, pricing docs

21 Jun 19:11

Choose a tag to compare

What's new

Features

  • Codex model catalog with per-model metadata — generates a per-model catalog used by the Codex harness for routing and metadata. Adds a new codex-catalog.mjs module, a catalog CLI command, and TOML patch integration.

Fixes

  • Pi glm-latest — register Fireworks routers in models.json so the Pi harness actually routes to glm-latest instead of falling back.
  • Claude default model mappinghaiku/subagent slots now default to deepseek-v4-flash.
  • Codex — address open Bugbot findings from the catalog work.

Docs

  • Claude Code vs Fireworks pricing discrepancy — new docs/claude-code-pricing.md explaining why Claude Code /model estimates use Anthropic tiers, what Fireworks actually bills, and how FireConnect surfaces serverless rates via status, model list, and the custom model description. Cross-linked from README and cli-design.md.

Install / upgrade

curl -fsSL https://raw.githubusercontent.com/fw-ai/fireconnect/main/install.sh | bash
fireconnect upgrade   # if already installed

Full changelog: v0.5.0...v0.6.0