Skip to content

Neko Route 0.2.1

Choose a tag to compare

@zoefix zoefix released this 26 Jun 03:39

Highlights

  • Direct Provider mode — pass Codex requests straight through to an upstream OpenAI provider while still recording logs, tokens, and cost.
  • Auxiliary & memory models — route Codex's internal auxiliary and memory-writing agents to dedicated 1M-context models to prevent context-length failures.
  • Health page — a dedicated view of each enabled model's recent request health, drawn from the full request log.
  • Dashboard — multi-model token & cost trend chart with per-model cost.

Changes

  • Reasoning levels aligned to Codex's four-tier catalog (low / medium / high / xhigh); Anthropic requests map to Claude's full range automatically.
  • Request logs now label request type (main / auxiliary / memory) on both OpenAI and Anthropic routes.

Fixes

  • Memory and auxiliary agents now route to the configured model instead of the fallback provider.
  • Codex image editing on official OpenAI accounts.