Skip to content
Closed
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 @@ -3,6 +3,12 @@ title: Changelog
description: Release notes for claude-code-proxy.
---

## Unreleased

- Wide monitor tables show effective non-default provider execution modes.
Codex priority service displays as `FAST`, Codex flex as `FLEX`, and Cursor
fast requests as `FAST`, while the model column keeps the resolved model ID.

## v0.1.30 (2026-07-31)

- OpenAI-compatible clients can use Kimi, Grok, Cursor, or Codex through the
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/using/monitor-tui.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: Use the claude-code-proxy monitor to inspect sessions, active and r

- Sessions grouped by Claude Code session ID and project
- Active request lifecycle and selected provider or model
- Effective non-default execution modes in wide tables, such as Codex
`service_tier: "priority"` or Cursor `fast: true`, displayed as `FAST`
- Recent requests, HTTP status, elapsed time, and errors
- Input and output token totals
- Output throughput based on matched upstream timing and cumulative usage samples
Expand Down
Loading