co-mono/packages/ai/src
Mario Zechner 39fa25eb67 fix(ai): clean up openai-codex models and token limits
- Remove model aliases (gpt-5, gpt-5-mini, gpt-5-nano, codex-mini-latest, gpt-5-codex, gpt-5.1-codex, gpt-5.1-chat-latest)
- Fix context window from 400k to 272k tokens to match Codex CLI defaults
- Keep maxTokens at 128k (original value)
- Simplify reasoning effort clamping

closes #536
2026-01-07 20:39:46 +01:00
..
providers fix(ai): clean up openai-codex models and token limits 2026-01-07 23:09:20 +08:00
utils Improve OAuth login UI with consistent dialog component 2026-01-05 19:58:44 +01:00
cli.ts feat(ai): add OpenAI Codex OAuth + responses provider 2026-01-04 21:11:19 +02:00
index.ts Add the codex bridge prompt in the html export 2026-01-06 14:21:34 +01:00
models.generated.ts fix(ai): clean up openai-codex models and token limits 2026-01-07 20:39:46 +01:00
models.ts fix: clean up Codex thinking level handling 2026-01-05 21:58:26 +01:00
stream.ts feat(ai,agent,coding-agent): add sessionId for provider session-based caching 2026-01-06 11:08:42 +01:00
types.ts feat(ai,agent,coding-agent): add sessionId for provider session-based caching 2026-01-06 11:08:42 +01:00