Skip to content

Use Codex fast service tier#253

Merged
MagMueller merged 1 commit into
mainfrom
fix-codex-fast-service-tier
May 19, 2026
Merged

Use Codex fast service tier#253
MagMueller merged 1 commit into
mainfrom
fix-codex-fast-service-tier

Conversation

@MagMueller
Copy link
Copy Markdown
Contributor

@MagMueller MagMueller commented May 19, 2026

Summary

  • model, reasoning effort, and fast mode are now separate Codex settings
  • /fast and plain fast toggle service_tier="priority" instead of changing reasoning effort
  • /model shows fast mode separately from low/medium/high/xhigh and can toggle it inline

Verification

  • confirmed local Codex model catalog exposes GPT-5.5/GPT-5.4 fast as service_tiers: priority/Fast
  • confirmed this lane was actually invoked with -m gpt-5.5 -c model_reasoning_effort="xhigh"

Tests

  • /home/bux/.local/bin/ruff check agent/telegram_bot.py agent/test_telegram_bot.py
  • /opt/bux/venv/bin/python -m unittest agent/test_telegram_bot.py

Summary by cubic

Switches Codex “fast mode” to use the fast service tier instead of lowering reasoning effort, and separates Codex settings into model, reasoning effort, and fast mode. This gives clearer controls and correctly invokes the priority tier.

  • New Features
    • Added service_tier to per-lane Codex settings and pass -c service_tier="priority" when enabled.
    • /fast and plain fast now toggle fast mode on/off without changing model_reasoning_effort.
    • /model picker shows “Fast mode: on/off” and supports inline toggle; effort labels use simple titles.
    • Updated tests to cover service tier toggling, UI state, and settings persistence.

Written for commit 36ff2ad. Summary will update on new commits. Review in cubic

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Re-trigger cubic

@MagMueller MagMueller merged commit dadf9eb into main May 19, 2026
7 checks passed
@MagMueller MagMueller deleted the fix-codex-fast-service-tier branch May 19, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant