Skip to content

fix(gui): carry scoped Combo quota editing (#4105) - #4339

Merged
lidge-jun merged 4 commits into
devfrom
codex/260912-60plus-combo-editor
Sep 12, 2026
Merged

fix(gui): carry scoped Combo quota editing (#4105)#4339
lidge-jun merged 4 commits into
devfrom
codex/260912-60plus-combo-editor

Conversation

@lidge-jun

@lidge-jun lidge-jun commented Sep 12, 2026

Copy link
Copy Markdown
Owner

Summary

Carry the editor feature from #4105 above runtime carry #4336. Combo Save/Create blocks only when every usable target has fresh server-confirmed inference exhaustion. Missing, malformed, expired or display-only evidence remains unknown and permits editing. Deadline timers, activation, visibility and Refresh re-evaluate quota without dropping drafts.

The supporting management routingQuota projection exposes state/timestamps only and preserves private credential bindings. The original stale prerequisite is omitted; #4336 includes the newer explicit-projection correction.

Ordinary manual chain (merge bottom-up by parent coordinator): #4336 runtime -> this editor PR. This PR targets codex/260912-60plus-combo. Originals #4090 and #4105 remain open pending integration.

Source commits: af2ceb8 and 50296f1.

Co-authored-by: luvs01 27862058+luvs01@users.noreply.github.com

Verification

  • Local tests/build/typecheck/install: NOT RUN by explicit maintainer instruction, including focused suites.
  • git diff --cached --check: exit 0 before commit (text only).
  • Independent editor design reflection ALIGNED and plan audit PASS. Bacon reviewed the editor delta and clock repair: explicit security PASS, zero blockers; runtime review independently passed at lower34a3ce74ed. Agent review is not maintainer approval.
  • Final cumulative hosted CI is being collected; matching GUI screenshots are below. Current upper e7a68d2; final PR CI34674364710 and all-lane34674363301 pending. No screenshot waiver is requested.

Checklist

  • Scope stays focused and avoids unrelated cleanup.
  • Docs or release notes were updated when needed.
  • Security-sensitive changes were reviewed for secrets, auth, and unsafe defaults.

GUI evidence

Actual Vite-rendered worktree with synthetic API fixtures; source b3175ae. Current full GUI tree differs due upstream provider-catalog changes; independent rebase audit confirms unchanged Combo components/parser/resource logic/Models shell/styles/icons/existing translations and identical PNGs. These are historical captures of the unchanged Combo surface, not a fresh rendering of the rebased tip. No local build/install/test suite. Dirty public model name is the same in both captures.

Fresh inference exhaustion: Save disabled.

Fresh exhausted quota disables Save

Unknown evidence with exhausted display quota: Save enabled.

Unknown quota permits editing

Expired evidence also permits editing; capture and provenance in devlog/_plan/260912_combo_carry/034_render_evidence.md.

Rebased onto dev5042a376ef with documentation-only conflict resolution; current head e7a68d2. Product carry delta retained; final cumulative CI restarted.

Maintainer integration decision

Owner-authorized ordinary manual-chain integration, lower #4336 then editor #4339. Current reviewed layer head: e7a68d208e579a08145e79397309e146a314db0c; cumulative final tip: e7a68d208e579a08145e79397309e146a314db0c. Independent runtime security review Averroes PASS; editor security review Bacon PASS after mixed-snapshot clock correction and deterministic fixture settling. Bacon reviewed the rebase/cascade delta: thirteen structure append conflicts preserve both upstream and quota content; product/test carry patches unchanged. Coordinator inspected routing scope/binding source, merge topology, current review threads and synthetic GUI evidence. Original luvs01 attribution remains.

The owner explicitly forbids every local suite and requests trailing CI at the final cumulative tip only. PR CI https://github.com/lidge-jun/opencodex/actions/runs/34674364710 and all-lane dispatch https://github.com/lidge-jun/opencodex/actions/runs/34674363301 are pending. Intermediate-tip test success is not asserted. Windows all-lane runner type follows the existing workflow; no workflow, protection or cancellation changes were made. Captured Combo-source behavior is linked by unchanged relevant source/assets, not misrepresented as a new full-tree render. Local suites/build/typecheck/install NOT RUN. Trailing failures remain repair obligations.

@github-actions github-actions Bot added the bug Something isn't working label Sep 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Deterministic PR hygiene checks passed.

@lidge-jun
lidge-jun force-pushed the codex/260912-60plus-combo-editor branch from e49d63e to 4476e7d Compare September 12, 2026 04:42
@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 25 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used all 10 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 849f026b-adc4-4a39-a75f-0a7d9c933d01

📥 Commits

Reviewing files that changed from the base of the PR and between eb3761b and e7a68d2.

⛔ Files ignored due to path filters (3)
  • devlog/_plan/260912_combo_carry/031_exhausted.png is excluded by !**/*.png
  • devlog/_plan/260912_combo_carry/032_unknown.png is excluded by !**/*.png
  • devlog/_plan/260912_combo_carry/033_expired.png is excluded by !**/*.png
📒 Files selected for processing (37)
  • devlog/_plan/260912_combo_carry/030_verification.md
  • devlog/_plan/260912_combo_carry/034_render_evidence.md
  • docs-site/src/content/docs/fr/guides/combos.md
  • docs-site/src/content/docs/guides/combos.md
  • docs-site/src/content/docs/ja/guides/combos.md
  • docs-site/src/content/docs/ko/guides/combos.md
  • docs-site/src/content/docs/ru/guides/combos.md
  • docs-site/src/content/docs/tr/guides/combos.md
  • docs-site/src/content/docs/zh-cn/guides/combos.md
  • docs-site/src/content/docs/zh-tw/guides/combos.md
  • gui/src/combo-workspace-data.ts
  • gui/src/pages/Combos.tsx
  • gui/tests/combo-workspace-dirty.test.tsx
  • gui/tests/combo-workspace-empty.test.tsx
  • gui/tests/page-loading-contract.test.tsx
  • src/providers/quota-routing-cache.ts
  • src/providers/quota-types.ts
  • src/providers/quota.ts
  • src/server/management/provider-routes.ts
  • structure/adapters/registry.md
  • structure/catalog.md
  • structure/clients/claude-desktop.md
  • structure/data-planes/images.md
  • structure/data-planes/inbound-compat.md
  • structure/design-methodology.md
  • structure/gui-and-management-api.md
  • structure/ops/docs-and-release.md
  • structure/ops/service-and-sidecars.md
  • structure/overview.md
  • structure/providers/xai-grok.md
  • structure/runtime.md
  • structure/subagents.md
  • structure/transports/inventory.md
  • structure/transports/responses.md
  • structure/transports/streaming-health.md
  • tests/gui/combo-workspace-data.test.ts
  • tests/server/management-provider-validation.test.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

✅ READY

  • all PR quality gates passed.

Hygiene

Deterministic PR hygiene checks passed.

lidge-jun and others added 4 commits September 12, 2026 13:57
Carries only #4105 editor feature commits af2ceb8 and 50296f1 above the corrected runtime carry. Preserves key-rotation cursor handling and current structure documentation.

Co-authored-by: luvs01 <27862058+luvs01@users.noreply.github.com>
@lidge-jun
lidge-jun force-pushed the codex/260912-60plus-combo branch from 34a3ce7 to 0bcb43e Compare September 12, 2026 04:57
@lidge-jun
lidge-jun force-pushed the codex/260912-60plus-combo-editor branch from c2cc8d6 to e7a68d2 Compare September 12, 2026 04:58
Base automatically changed from codex/260912-60plus-combo to dev September 12, 2026 05:00
@lidge-jun
lidge-jun marked this pull request as ready for review September 12, 2026 05:01
@lidge-jun
lidge-jun requested a review from Ingwannu as a code owner September 12, 2026 05:01
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T05:02:43.063607Z e7a68d2 Draft marked ready
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant