Skip to content

chore(main): release 1.19.0#714

Merged
Soju06 merged 2 commits into
mainfrom
release-please--branches--main
May 25, 2026
Merged

chore(main): release 1.19.0#714
Soju06 merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@Soju06
Copy link
Copy Markdown
Owner

@Soju06 Soju06 commented May 19, 2026

🤖 I have created a release beep boop

1.19.0 (2026-05-25)

Features

  • accounts: add export action with audit and no-store safeguards (#412) (c03e310)
  • accounts: add operator-controlled account aliases (#759) (781e259)
  • api-ui: add account cost distribution for API (#734) (d0a6737)
  • api-ui: add account pool window usage remaining bar (#785) (8eee9e2)
  • api: add codex /model support for allowed models (#607) (15874aa)
  • dashboard: account burn projection card (#752) (c48a20a)
  • dashboard: present hourly/weekly credits as raw remaining/total (#612) (b6b2f8b)
  • frontend: add GitHub link to status bar (#508) (8577edc)
  • release: add PR-driven beta release channel (#732) (72b2962)
  • request-log: detail cost breakdown for each request (#694) (cb05d0e)
  • ui: multiple dashboard ui adjustments (#776) (c933b52)

Bug Fixes

  • accounts: hide zero-capacity primary quota rows (#770) (8920274)
  • accounts: own DB session in detached token-refresh task (#774) (3bdc9de)
  • archive: stream gzip writes asynchronously (#725) (67917ca)
  • archive: throttle backpressure warnings (#718) (feb0def)
  • ci: harden Codex label sync token writes (#740) (c40837d)
  • ci: restore main and enforce merge-head gates (#715) (b061ea5)
  • ci: tolerate transient Codex label read failures (#769) (8fe58fe)
  • codex desktop: restore backend responses compatibility (#756) (fe591b7)
  • Codex websocket pre-created keepalives (#727) (f52167d)
  • codex_version: fall back to npm registry when GitHub is rate-limited (#744) (7d790ba), closes #664
  • codex: accept OpenAI-style backend responses requests (#755) (838386c)
  • limit-warmup: refresh opt-in state before warm-up (#778) (a96c487)
  • oauth: isolate concurrent browser flows (#753) (409a83e)
  • openai: preserve json mode instruction messages (#731) (b48ed67), closes #730
  • proxy: accept /backend-api/codex/v1/<rest> as alias for /backend-api/codex/<rest> (#610) (0aaaa80)
  • proxy: add HTTP bridge keepalive backstop and prewarm timeout (#736) (28c2430)
  • proxy: align Codex websocket error parsing (#789) (714315f)
  • proxy: allow larger compressed responses bodies (#772) (67795a1)
  • proxy: bound HTTP bridge startup waits (#723) (48e7ccf)
  • proxy: fail over compact after invalidated token (#777) (afd23d2)
  • proxy: fail over reset-prone upstream stalls (#771) (13dcf74)
  • proxy: fail over websocket connect timeouts (#726) (a8b44f7)
  • proxy: inline external image URLs in HTTP bridge path (#794) (5ff6679)
  • proxy: make Codex Spark quota gating plan-aware (#751) (a476ecd)
  • proxy: mask codex chatgpt previous-response websocket errors (#775) (d39350f)
  • proxy: mask websocket prepare continuity errors (#717) (a0a290b)
  • proxy: recover stale websocket previous response anchors (#724) (48f083e)
  • proxy: replay pre-visible websocket drops (#729) (4471b9a)
  • proxy: report backend context window in v1 models (#722) (ebabd31)
  • proxy: respect stream_idle_timeout_seconds in HTTP bridge keepalive backstop (#793) (ccdf99f)
  • settings: include all updatable fields in audit changed_fields (#719) (def95bb)
  • status: reconcile background account recovery after resets (#754) (4b9ada8), closes #479
  • usage: ignore stale usage after account reset (#760) (d739ebf)

Performance Improvements

  • dashboard: memoize per-account depletion EWMA state (#749) (2abe7a9)

Documentation

  • add Lotfree618 as a contributor for code, test, and 2 more (#739) (66764f4)
  • add usage reset troubleshooting FAQ (#710) (b6c35f6)
  • backfill missing contributors (#741) (505a208)

This PR was generated with Release Please. See documentation.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: da7e9d3157

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

Comment thread pyproject.toml
@Komzpa Komzpa added the 🤖 codex: needs work [@codex review] raised an issue label May 19, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch 2 times, most recently from 52a67ec to 9243b46 Compare May 19, 2026 14:59
@Komzpa Komzpa removed the 🤖 codex: needs work [@codex review] raised an issue label May 19, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch 4 times, most recently from 8790b58 to 5ea6f56 Compare May 20, 2026 09:47
@Soju06 Soju06 force-pushed the release-please--branches--main branch from 5ea6f56 to 6efa0db Compare May 20, 2026 15:05
@Komzpa
Copy link
Copy Markdown
Collaborator

Komzpa commented May 20, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

@Komzpa Komzpa added the 🤖 codex: ok [@codex review] says no issues found. label May 20, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch 6 times, most recently from 53cd34c to 438082b Compare May 21, 2026 04:50
@Soju06 Soju06 added 🤖 codex: needs work [@codex review] raised an issue and removed 🤖 codex: ok [@codex review] says no issues found. labels May 21, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch from 438082b to b2cbd4e Compare May 21, 2026 04:51
@Soju06
Copy link
Copy Markdown
Owner Author

Soju06 commented May 21, 2026

@codex review

@Soju06 Soju06 force-pushed the release-please--branches--main branch from b2cbd4e to 5f61bf9 Compare May 21, 2026 05:07
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Already looking forward to the next diff.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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 Soju06 force-pushed the release-please--branches--main branch from 5f61bf9 to f96e99c Compare May 21, 2026 05:10
@Soju06
Copy link
Copy Markdown
Owner Author

Soju06 commented May 21, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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 Soju06 added the 🤖 codex: ok [@codex review] says no issues found. label May 24, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch from deba7f8 to ec21e3a Compare May 24, 2026 07:53
@Soju06 Soju06 removed the 🤖 codex: ok [@codex review] says no issues found. label May 24, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch 6 times, most recently from 38ea1af to 9f0ae44 Compare May 24, 2026 09:10
@Soju06
Copy link
Copy Markdown
Owner Author

Soju06 commented May 24, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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 Soju06 added the 🤖 codex: ok [@codex review] says no issues found. label May 24, 2026
@Soju06 Soju06 force-pushed the release-please--branches--main branch from 9f0ae44 to 9a17893 Compare May 24, 2026 10:28
@Soju06 Soju06 removed the 🤖 codex: ok [@codex review] says no issues found. label May 24, 2026
@Soju06
Copy link
Copy Markdown
Owner Author

Soju06 commented May 24, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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
Copy link
Copy Markdown
Owner Author

Soju06 commented May 24, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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
Copy link
Copy Markdown
Owner Author

Soju06 commented May 24, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 252cf55716

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

Comment thread pyproject.toml
@Komzpa
Copy link
Copy Markdown
Collaborator

Komzpa commented May 24, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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
Copy link
Copy Markdown
Owner Author

Soju06 commented May 25, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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
Copy link
Copy Markdown
Owner Author

Soju06 commented May 25, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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
Copy link
Copy Markdown
Owner Author

Soju06 commented May 25, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged 🤖 codex: ok [@codex review] says no issues found.

Projects

None yet

3 participants