release: cut v1.3.55 - #136
Merged
Merged
Conversation
Streamed Responses hops dropped usage before the request log, and OpenAI slots hid 5h/7d costs plus the quota query and reset actions. Co-authored-by: Cursor <cursoragent@cursor.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_5cad2512-da6e-4139-b7e2-4a846f0977ea) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kin_job_done/ trailers aftermessage_stopVerification
node --test test/unit/failover-runner.test.mjs test/unit/pool-scheduler.test.mjs test/unit/sticky-router.test.mjs test/unit/go-worker-client.test.mjs test/unit/error-class.test.mjsmessage_stop,ready_slots=20,wedged_slots=0Deployment gate
v1.3.55release assets before HostDzire deployment.src/lib/vm/wrap-cli-runtime.mjs,web/pnpm-workspace.yaml.Note
Medium Risk
Changes how usage is attributed on the OpenAI Responses proxy path, which can affect logged costs and cache token stats; UI-only changes elsewhere.
Overview
Improves OpenAI/Codex billing visibility and usage capture on the Responses upstream path.
Backend: While proxying OpenAI Responses SSE, the pool now parses usage from stream lines via
usageFromSseLineand attaches it to inference results (including when the assembled body omits usage). Request logging gains a unit test thatinput_tokens_details.cached_tokens/cache_write_tokensmap to cache read and creation counts.Panel (Codex VMs): VM overview adds a 计费窗口 card (5h / 7d / 今日) with official cost, request counts, in/out tokens, and cache read/write. List and card views show richer 今日 and 5h token breakdowns, embed compact quota query / reset-credit actions on Codex rows (always visible in the list actions column), and tweak compact button labels in
OpenaiQuotaActions.Reviewed by Cursor Bugbot for commit 79d5630. Configure here.