Skip to content

[codex] Add Codex 5.5 model support#82

Open
0xabstracted wants to merge 4 commits intomainfrom
codex/add-codex-5-5
Open

[codex] Add Codex 5.5 model support#82
0xabstracted wants to merge 4 commits intomainfrom
codex/add-codex-5-5

Conversation

@0xabstracted
Copy link
Copy Markdown
Collaborator

Summary

  • Add gpt-5.5 to the Codex model catalog and CLI help examples
  • Surface GPT 5.5 in Maestro UI model selectors and display labels
  • Update CLI/server model power ordering so Codex 5.5 wins team model resolution
  • Add a regression test for Codex 5.5 catalog and CLI argument handling

Verification

  • cd maestro-cli && bunx vitest run tests/services/codex-spawner.test.ts
  • cd maestro-cli && bun run build
  • cd maestro-server && bun run build
  • cd maestro-ui && bun run build

Note: the UI build emits existing Vite chunk/dynamic import warnings, but exits successfully.

0xabstracted and others added 3 commits April 10, 2026 19:41
…omplete)

YAML frontmatter fields from skill files can parse as objects instead of
strings (e.g. description with nested mappings). The skills API returned
these raw values, and the UI rendered them directly as React children,
causing "Objects are not valid as a React child" crash.

Server: add safeString/safeStringArray helpers to coerce all skill API
response fields to proper types. UI: add defensive type checks in
useSkillAutocomplete hook, TaskDescriptionField, SkillsPanel, and
ClaudeCodeSkillsSelector before rendering skill data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@0xabstracted 0xabstracted marked this pull request as ready for review April 24, 2026 18:16
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.

2 participants