Event
- type: added
- model: gpt-5.5
Resolver Context
A new Poe model was added: gpt-5.5.
Does any existing model mention need updating because of this addition?
If yes, make the update. Update only the references that should now point to gpt-5.5.
Metadata
id: gpt-5.5
owned_by: openai
created: 1775666019094
Triage Evidence (fixed-string checks in src/)
exact_mentions: []
predecessor_mentions:
- src/cli/cli-utilities.test.ts:379 (gpt-5.4)
- src/cli/commands/commands.test.ts:188 (gpt-5.4)
- src/cli/commands/experiment-ralph.test.ts:1333 (gpt-5.4)
- src/cli/commands/misc-commands.test.ts:301 (gpt-5.4)
- src/cli/commands/pipeline-command.test.ts:261 (gpt-5.4)
- src/cli/commands/plan-install.test.ts:108 (gpt-5.4)
- src/cli/commands/skill-commands.test.ts:83 (gpt-5.4)
- src/cli/commands/spawn-command.test.ts:655 (gpt-5.4)
- src/cli/constants.ts:5 (gpt-5.4)
- src/cli/poe-agent-main.integration.test.ts:83 (gpt-5.4)
- src/providers/goose.ts:115 (gpt-5.4)
- src/providers/providers.test.ts:1665 (gpt-5.4)
- src/sdk/sdk-core.test.ts:372 (gpt-5.4)
- src/sdk/spawn.test.ts:501 (gpt-5.4)
- src/services/model-strategy.ts:16 (gpt-5.4)
- src/services/services.test.ts:577 (gpt-5.4)
- src/cli/commands/commands.test.ts:188 (openai/gpt-5.4)
- src/cli/commands/experiment-ralph.test.ts:1333 (openai/gpt-5.4)
- src/cli/commands/pipeline-command.test.ts:261 (openai/gpt-5.4)
- src/cli/commands/plan-install.test.ts:108 (openai/gpt-5.4)
- src/cli/commands/skill-commands.test.ts:83 (openai/gpt-5.4)
- src/cli/commands/spawn-command.test.ts:655 (openai/gpt-5.4)
- src/cli/constants.ts:5 (openai/gpt-5.4)
- src/providers/goose.ts:115 (openai/gpt-5.4)
- src/providers/providers.test.ts:1665 (openai/gpt-5.4)
Decision
Changes appear to be required in src/.
Event
Resolver Context
A new Poe model was added:
gpt-5.5.Does any existing model mention need updating because of this addition?
If yes, make the update. Update only the references that should now point to
gpt-5.5.Metadata
Triage Evidence (fixed-string checks in
src/)Decision
Changes appear to be required in
src/.