Commit Graph

5 Commits

Author SHA1 Message Date
jif-oai
860e48f210 Merge remote-tracking branch 'origin/main' into jif/prompt-cleaning
# Conflicts:
#	codex-rs/core/src/client.rs
#	codex-rs/core/src/client_common.rs
2025-12-04 14:41:16 +00:00
Ahmed Ibrahim
71504325d3 Migrate model preset (#7542)
- Introduce `openai_models` in `/core`
- Move `PRESETS` under it
- Move `ModelPreset`, `ModelUpgrade`, `ReasoningEffortPreset`,
`ReasoningEffortPreset`, and `ReasoningEffortPreset` to `protocol`
- Introduce `Op::ListModels` and `EventMsg::AvailableModels`

Next steps:
- migrate `app-server` and `tui` to use the introduced Operation
2025-12-03 20:30:43 +00:00
jif-oai
da534afe3d Cleaning for compaction 2025-12-01 11:17:09 +00:00
jif-oai
ca8f63f771 chore: add PromptBuilder 2025-12-01 10:33:37 +00:00
jif-oai
4502b1b263 chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00