core-agent-ide/codex-rs/mcp-server/tests/suite
Thibault Sottiaux c93e77b68b
feat: update default (#4076)
Changes:
- Default model and docs now use gpt-5-codex. 
- Disables the GPT-5 Codex NUX by default.
- Keeps presets available for API key users.
2025-09-22 20:10:52 -07:00
..
archive_conversation.rs feat: add ArchiveConversation to ClientRequest (#3353) 2025-09-09 11:39:00 -04:00
auth.rs Fix get_auth_status response when using custom provider (#3581) 2025-09-14 18:27:02 -07:00
codex_message_processor_flow.rs feat: reasoning effort as optional (#3527) 2025-09-12 12:06:33 -07:00
codex_tool.rs chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
config.rs feat: update default (#4076) 2025-09-22 20:10:52 -07:00
create_conversation.rs feat: include reasoning_effort in NewConversationResponse (#3506) 2025-09-11 21:04:40 -07:00
interrupt.rs Add non_sandbox_test helper (#3880) 2025-09-22 14:50:41 +00:00
list_resume.rs Switch to uuid_v7 and tighten ConversationId usage (#3819) 2025-09-18 14:37:03 +00:00
login.rs Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189) 2025-09-11 09:16:34 -07:00
mod.rs feat: added SetDefaultModel to JSON-RPC server (#3512) 2025-09-11 23:44:17 -07:00
send_message.rs Switch to uuid_v7 and tighten ConversationId usage (#3819) 2025-09-18 14:37:03 +00:00
set_default_model.rs feat: update default (#4076) 2025-09-22 20:10:52 -07:00
user_agent.rs Set a user agent suffix when used as a mcp server (#3395) 2025-09-10 02:32:57 +00:00
user_info.rs feat: add UserInfo request to JSON-RPC server (#3428) 2025-09-10 17:03:35 -07:00