mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-07-03 14:05:26 +02:00
b3ac9c2e5e
## Problem Codex receives reasoning text from the Responses stream, but FCC does not emit reasoning-token usage details. Codex reports zero reasoning tokens even when thinking is present. ## Changes | Before | After | | --- | --- | | Responses usage reported only input, output, and total tokens. | Responses usage reports input, output, total, and reasoning-token details when reasoning text exists. | | Reasoning text had no adapter-owned token estimate. | Reasoning text gets a Responses-owned best-effort token estimate. | | Reasoning estimates could exceed reported output tokens. | Reasoning estimates are capped at reported output tokens. | | Text-only Responses usage kept the base shape. | Text-only Responses usage keeps the base shape. |