Skip to content

fix: update OpenAI model references to gpt-5.5#235

Merged
kamilio merged 2 commits into
mainfrom
fix/gpt-5-5-model-refresh
Apr 27, 2026
Merged

fix: update OpenAI model references to gpt-5.5#235
kamilio merged 2 commits into
mainfrom
fix/gpt-5-5-model-refresh

Conversation

@poe-code-agent
Copy link
Copy Markdown
Contributor

Summary

  • update curated OpenAI frontier/Codex references from gpt-5.4 to gpt-5.5
  • update Goose model context fixtures/fallback for openai/gpt-5.5
  • keep legacy gpt-5.4 available where existing configs/tests intentionally exercise it
  • make one memory cache warning assertion tolerant of Node JSON parse message variants so the pre-push test suite passes

Fixes #230.

Tests

  • npm run test:unit -- src/services/services.test.ts src/providers/providers.test.ts src/cli/commands/commands.test.ts src/cli/cli-utilities.test.ts
  • npm run lint:types
  • npm run lint:eslint
  • npm run test:unit -- packages/memory/src/cache.test.ts
  • POE_API_KEY= npm test -- --run
  • pre-push npm test

@poe-code-agent poe-code-agent Bot mentioned this pull request Apr 24, 2026
Copy link
Copy Markdown
Contributor Author

@poe-code-agent poe-code-agent Bot left a comment

Choose a reason for hiding this comment

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

Requested changes: update the stale Codex e2e expectation.

Comment thread src/cli/constants.ts
}

export const CODEX_MODELS = [
"openai/gpt-5.5",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changing DEFAULT_CODEX_MODEL to openai/gpt-5.5 makes poe-code configure codex --yes write model = "gpt-5.5"; please update e2e/codex.test.ts:19, which is currently causing the e2e check to fail because it still expects gpt-5.4.

@kamilio kamilio force-pushed the fix/gpt-5-5-model-refresh branch from f1d8776 to fbfba35 Compare April 27, 2026 03:56
Copy link
Copy Markdown
Contributor Author

@poe-code-agent poe-code-agent Bot left a comment

Choose a reason for hiding this comment

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

Requested changes: stale Codex e2e expectation.

Comment thread src/cli/constants.ts
}

export const CODEX_MODELS = [
"openai/gpt-5.5",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This makes DEFAULT_CODEX_MODEL resolve to openai/gpt-5.5, but e2e/codex.test.ts still asserts the generated Codex config contains model = "gpt-5.4". Please update that e2e expectation to gpt-5.5; otherwise the Codex configure e2e will fail after this default bump.

@kamilio kamilio force-pushed the fix/gpt-5-5-model-refresh branch from fbfba35 to c9713ad Compare April 27, 2026 04:25
Copy link
Copy Markdown
Contributor Author

@poe-code-agent poe-code-agent Bot left a comment

Choose a reason for hiding this comment

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

LGTM

@kamilio kamilio merged commit 1b9c881 into main Apr 27, 2026
4 checks passed
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.

New model: gpt-5.5

1 participant