You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app-server-events.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,14 @@ These are v2 request methods CodexMonitor currently sends to Codex app-server:
166
166
-`account/login/start`
167
167
-`account/login/cancel`
168
168
-`account/rateLimits/read`
169
+
-`account/rateLimitResetCredit/consume`
169
170
-`account/read`
170
171
-`skills/list`
171
172
-`app/list`
172
173
173
174
Notes:
174
175
-`turn/start` now forwards the optional `serviceTier` override (`"fast"` for `/fast`, `null` for default/off) alongside `model`, `effort`, and `collaborationMode`.
176
+
-`account/rateLimits/read` may return snapshot-only `rateLimitResetCredits.availableCount`; `account/rateLimitResetCredit/consume` spends one earned reset with an idempotency key. Clients should refetch `account/rateLimits/read` after each consume attempt.
0 commit comments