Skip to content

Persist GPT-5 rich-model default in deploy workflow#779

Closed
Cataldir wants to merge 3 commits intomainfrom
issue/778-gpt5-rich-model-deploy-default
Closed

Persist GPT-5 rich-model default in deploy workflow#779
Cataldir wants to merge 3 commits intomainfrom
issue/778-gpt5-rich-model-deploy-default

Conversation

@Cataldir
Copy link
Copy Markdown
Contributor

Summary

  • set deploy workflow rich model env to gpt-5 in both deploy env blocks
  • keep fast model as gpt-5-nano

Validation

  • searched workflow for MODEL_DEPLOYMENT_NAME_RICH
  • confirmed no MODEL_DEPLOYMENT_NAME_RICH: gpt-5-nano remains

Closes #778

- Agents MUST have models available; they define the agent pattern.
- Remove CATALOG_SEARCH_ENABLE_MODEL_ASSISTANCE config flag that disabled models
- Remove CatalogModelAssistanceStrategy dataclass (strategy pattern misuse)
- Remove _env_flag_enabled() utility function
- Remove tests validating optional model-assistance disable behavior
- Update README to remove model-assistance override documentation
- Keep keyword mode deterministic (keyword mode never synthesizes)
- Keep intelligent mode calling models when available and configured
- Real fix: rebuild image with current library to unblock startup
The library's create_standard_app() doesn't support require_foundry_readiness yet.
Remove the parameter and trust that Foundry is properly initialized by the
library's default startup behavior. Agent requires Foundry; this is guaranteed
at the framework level, not through optional service-level parameters.
@Cataldir Cataldir enabled auto-merge (squash) April 11, 2026 02:37
@Cataldir
Copy link
Copy Markdown
Contributor Author

All functional changes from this PR (GPT-5 model config, workflow updates, config guard revert) are already on main. After rebase, only residual import reordering remains, which conflicts with the project isort configuration. Closing as superseded.

@Cataldir Cataldir closed this Apr 14, 2026
auto-merge was automatically disabled April 14, 2026 13:10

Pull request was closed

@Cataldir Cataldir deleted the issue/778-gpt5-rich-model-deploy-default branch April 19, 2026 15:37
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.

Persist GPT-5 rich-model default for deployment workflow

1 participant