core-agent-ide/codex-rs/protocol-ts
Michael Bolin c172e8e997
feat: added SetDefaultModel to JSON-RPC server (#3512)
This adds `SetDefaultModel`, which takes `model` and `reasoning_effort`
as optional fields. If set, the field will overwrite what is in the
user's `config.toml`.

This reuses logic that was added to support the `/model` command in the
TUI: https://github.com/openai/codex/pull/2799.
2025-09-11 23:44:17 -07:00
..
src feat: added SetDefaultModel to JSON-RPC server (#3512) 2025-09-11 23:44:17 -07:00
Cargo.toml Set a user agent suffix when used as a mcp server (#3395) 2025-09-10 02:32:57 +00:00
generate-ts protocol-ts (#2425) 2025-08-18 13:08:53 -07:00