fix(web): include Codex in landing page runtimes - #7133
Conversation
Use a two-column stats grid to balance the longer runtime label. Assisted-by: GPT-6 (implementation and verification) Signed-off-by: Wayne Sun <gsun@redhat.com>
|
🤖 Finished Review · ✅ Success · Started 12:32 AM UTC · Completed 12:39 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $1.45 |
Site previewPreview: https://c642d96a-site.fullsend-ai.workers.dev Commit: |
PR Summary by QodoInclude Codex in landing page runtime stats
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can commit Qodo's fix in one click with committable suggestions (GitHub & GitLab) |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Risk Assessment: low (1/5) DetailsSingle-file HTML change with only 4 lines modified, no protected paths or dependencies touched, and low author contention; the modest fix/revert history on this file slightly elevates Tier 2 but not enough to move the composite above low. |
|
Looks good to me |
|
🤖 Finished Retro · ✅ Success · Started 9:59 AM UTC · Completed 10:09 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.21 |
Retro: PR #7133 — fix(web): include Codex in landing page runtimesThis was a clean, well-executed workflow with no rework, no false positives, and correct verdicts from both agent and human reviewers. Timeline: PR opened at 00:30 UTC → review agent approved at 00:39 UTC (9 min wall-clock, ~5 min agent runtime) → human approved and merged at 09:57 UTC. What went well:
Cost concern (already tracked): $1.45 and Opus-level effort for a 4-line cosmetic HTML change is on the high side. The multi-agent architecture has fixed overhead regardless of PR size. However, this improvement opportunity is already well-covered by existing open issues:
This PR provides additional supporting evidence: a 4-line HTML-only change with no logic, no API changes, and no security surface still ran the full Opus orchestrator + 3 sub-agents pipeline. Minor efficiency note: One wasted Bash call occurred when the orchestrator's shell command was blocked by the Tirith sandbox scanner and had to be retried with simpler syntax. The agent recovered correctly. No new proposals filed — all identified improvement opportunities are already tracked in existing issues. |
Summary
The landing page omits the supported Codex runtime. List “Claude Code · Pi · Codex” and use a two-column stats grid so the longer label does not leave uneven rows on desktop or narrow phones.
Related Issue
User-requested update; no linked issue.
Changes
Testing
make lintpassed with the change staged.git diff --checkpassed.Checklist