docs: backfill missing contributors#741
Merged
Merged
Conversation
Owner
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. 👍 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Soju06
added a commit
that referenced
this pull request
May 25, 2026
## [1.19.0](v1.18.2...v1.19.0) (2026-05-25) ### Features * **accounts:** add export action with audit and no-store safeguards ([#412](#412)) ([c03e310](c03e310)) * **accounts:** add operator-controlled account aliases ([#759](#759)) ([781e259](781e259)) * **api-ui:** add account cost distribution for API ([#734](#734)) ([d0a6737](d0a6737)) * **api-ui:** add account pool window usage remaining bar ([#785](#785)) ([8eee9e2](8eee9e2)) * **api:** add codex /model support for allowed models ([#607](#607)) ([15874aa](15874aa)) * **dashboard:** account burn projection card ([#752](#752)) ([c48a20a](c48a20a)) * **dashboard:** present hourly/weekly credits as raw remaining/total ([#612](#612)) ([b6b2f8b](b6b2f8b)) * **frontend:** add GitHub link to status bar ([#508](#508)) ([8577edc](8577edc)) * **release:** add PR-driven beta release channel ([#732](#732)) ([72b2962](72b2962)) * **request-log:** detail cost breakdown for each request ([#694](#694)) ([cb05d0e](cb05d0e)) * **ui:** multiple dashboard ui adjustments ([#776](#776)) ([c933b52](c933b52)) ### Bug Fixes * **accounts:** hide zero-capacity primary quota rows ([#770](#770)) ([8920274](8920274)) * **accounts:** own DB session in detached token-refresh task ([#774](#774)) ([3bdc9de](3bdc9de)) * **archive:** stream gzip writes asynchronously ([#725](#725)) ([67917ca](67917ca)) * **archive:** throttle backpressure warnings ([#718](#718)) ([feb0def](feb0def)) * **ci:** harden Codex label sync token writes ([#740](#740)) ([c40837d](c40837d)) * **ci:** restore main and enforce merge-head gates ([#715](#715)) ([b061ea5](b061ea5)) * **ci:** tolerate transient Codex label read failures ([#769](#769)) ([8fe58fe](8fe58fe)) * **codex desktop:** restore backend responses compatibility ([#756](#756)) ([fe591b7](fe591b7)) * Codex websocket pre-created keepalives ([#727](#727)) ([f52167d](f52167d)) * **codex_version:** fall back to npm registry when GitHub is rate-limited ([#744](#744)) ([7d790ba](7d790ba)), closes [#664](#664) * **codex:** accept OpenAI-style backend responses requests ([#755](#755)) ([838386c](838386c)) * **limit-warmup:** refresh opt-in state before warm-up ([#778](#778)) ([a96c487](a96c487)) * **oauth:** isolate concurrent browser flows ([#753](#753)) ([409a83e](409a83e)) * **openai:** preserve json mode instruction messages ([#731](#731)) ([b48ed67](b48ed67)), closes [#730](#730) * **proxy:** accept /backend-api/codex/v1/<rest> as alias for /backend-api/codex/<rest> ([#610](#610)) ([0aaaa80](0aaaa80)) * **proxy:** add HTTP bridge keepalive backstop and prewarm timeout ([#736](#736)) ([28c2430](28c2430)) * **proxy:** align Codex websocket error parsing ([#789](#789)) ([714315f](714315f)) * **proxy:** allow larger compressed responses bodies ([#772](#772)) ([67795a1](67795a1)) * **proxy:** bound HTTP bridge startup waits ([#723](#723)) ([48e7ccf](48e7ccf)) * **proxy:** fail over compact after invalidated token ([#777](#777)) ([afd23d2](afd23d2)) * **proxy:** fail over reset-prone upstream stalls ([#771](#771)) ([13dcf74](13dcf74)) * **proxy:** fail over websocket connect timeouts ([#726](#726)) ([a8b44f7](a8b44f7)) * **proxy:** inline external image URLs in HTTP bridge path ([#794](#794)) ([5ff6679](5ff6679)) * **proxy:** make Codex Spark quota gating plan-aware ([#751](#751)) ([a476ecd](a476ecd)) * **proxy:** mask codex chatgpt previous-response websocket errors ([#775](#775)) ([d39350f](d39350f)) * **proxy:** mask websocket prepare continuity errors ([#717](#717)) ([a0a290b](a0a290b)) * **proxy:** recover stale websocket previous response anchors ([#724](#724)) ([48f083e](48f083e)) * **proxy:** replay pre-visible websocket drops ([#729](#729)) ([4471b9a](4471b9a)) * **proxy:** report backend context window in v1 models ([#722](#722)) ([ebabd31](ebabd31)) * **proxy:** respect stream_idle_timeout_seconds in HTTP bridge keepalive backstop ([#793](#793)) ([ccdf99f](ccdf99f)) * **settings:** include all updatable fields in audit changed_fields ([#719](#719)) ([def95bb](def95bb)) * **status:** reconcile background account recovery after resets ([#754](#754)) ([4b9ada8](4b9ada8)), closes [#479](#479) * **usage:** ignore stale usage after account reset ([#760](#760)) ([d739ebf](d739ebf)) ### Performance Improvements * **dashboard:** memoize per-account depletion EWMA state ([#749](#749)) ([2abe7a9](2abe7a9)) ### Documentation * add Lotfree618 as a contributor for code, test, and 2 more ([#739](#739)) ([66764f4](66764f4)) * add usage reset troubleshooting FAQ ([#710](#710)) ([b6c35f6](b6c35f6)) * backfill missing contributors ([#741](#741)) ([505a208](505a208)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
timefoxanddatfooldive..all-contributorsrc.Audit
timefoxfeat(accounts): add export action with audit and no-store safeguards) changed backend/frontend code and testscode,testdatfooldivestyle(dashboard): use monochrome dark theme with muted steel-slate accents) changed dashboard styling/UIcode,designAutomation-only authors from the raw audit (
github-actions[bot]/ all-contributors app) were excluded.Validation
.all-contributorsrcparses as JSON; contributor count is 51.[7, 7, 7, 7, 2]..all-contributorsrcandREADME.mdchanged.git diff --check origin/main..HEADpassed.