Skip to content

Make Codex model default explicit - #34

Merged
intraq-dev-ai merged 1 commit into
mainfrom
fix/codex-model-default
Jul 27, 2026
Merged

Make Codex model default explicit#34
intraq-dev-ai merged 1 commit into
mainfrom
fix/codex-model-default

Conversation

@intraq-dev-ai

Copy link
Copy Markdown
Owner

Summary

  • Add an explicit DEFAULT_CODEX_MODEL.
  • Type CODEX_MODEL_OPTIONS as a non-empty tuple.
  • Keep the page model draft as ref<string> while using the guaranteed default.

Issue

Fixes #17.

Validation

  • npm run type-check --workspace @intraq/web no longer reports the AI Provider Settings Codex model default errors. It still fails on existing unrelated web type errors tracked separately.
  • npm test

@intraq-dev-ai
intraq-dev-ai merged commit 1446a56 into main Jul 27, 2026
1 check passed
@intraq-dev-ai
intraq-dev-ai deleted the fix/codex-model-default branch July 27, 2026 04:20
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.

Make Codex model options non-empty in AI Provider settings

1 participant