core-agent-ide/codex-rs/app-server/tests/suite/v2
pash-openai 07e532dcb9
app-server service tier plumbing (plus some cleanup) (#13334)
followup to https://github.com/openai/codex/pull/13212 to expose fast
tier controls to app server
(majority of this PR is generated schema jsons - actual code is +69 /
-35 and +24 tests )

- add service tier fields to the app-server protocol surfaces used by
thread lifecycle, turn start, config, and session configured events
- thread service tier through the app-server message processor and core
thread config snapshots
- allow runtime config overrides to carry service tier for app-server
callers

cleanup:
- Removing useless "legacy" code supporting "standard" - we moved to
None | "fast", so "standard" is not needed.
2026-03-03 02:35:09 -08:00
..
account.rs [codex] include plan type in account updates (#13181) 2026-03-01 13:43:37 -08:00
analytics.rs feat(app-server): add tracing to all app-server APIs (#13285) 2026-03-02 16:01:41 -08:00
app_list.rs [apps] Stablize app list updated event. (#13067) 2026-02-27 15:23:24 -08:00
collaboration_mode_list.rs Enable request_user_input in Default mode (#12735) 2026-02-25 15:20:46 -08:00
compaction.rs Treat compaction failure as failure state (#10927) 2026-02-06 13:51:46 -08:00
config_rpc.rs [apps] Implement apps configs. (#12086) 2026-02-20 12:05:21 -08:00
connection_handling_websocket.rs feat(app-server): add tracing to all app-server APIs (#13285) 2026-03-02 16:01:41 -08:00
connection_handling_websocket_unix.rs codex-rs/app-server: graceful websocket restart on Ctrl-C (#12517) 2026-02-24 16:27:59 -08:00
dynamic_tools.rs feat(app-server): add ThreadItem::DynamicToolCall (#12732) 2026-02-25 12:00:10 -08:00
experimental_api.rs Add app-server v2 thread realtime API (#12715) 2026-02-25 09:59:10 -08:00
experimental_feature_list.rs Agent jobs (spawn_agents_on_csv) + progress UI (#10935) 2026-02-24 21:00:19 +00:00
initialize.rs fix: more stable notify script (#13011) 2026-02-27 16:05:44 +01:00
mod.rs Revert "Add skill approval event/response (#12633)" (#12811) 2026-02-26 01:02:42 +00:00
model_list.rs Add model availability NUX metadata (#12972) 2026-02-26 22:02:57 -08:00
output_schema.rs Add text element metadata to types (#9235) 2026-01-14 16:41:50 -08:00
plan_item.rs chore: rm remote models fflag (#11699) 2026-02-17 11:43:16 -08:00
rate_limits.rs feat: support multiple rate limits (#11260) 2026-02-10 20:09:31 -08:00
realtime_conversation.rs Update realtime websocket API (#13265) 2026-03-02 16:05:40 -08:00
request_user_input.rs app-server: Replay pending item requests on thread/resume (#12560) 2026-02-27 12:45:59 -08:00
review.rs app-server: Silence thread status changes caused by thread being created (#13079) 2026-03-03 00:52:28 +00:00
safety_check_downgrade.rs Chore: remove response model check and rely on header model for downgrade (#12061) 2026-02-18 01:50:06 +00:00
skills_list.rs feat: extend skills/list to support additional roots. (#10835) 2026-02-09 13:30:38 -08:00
thread_archive.rs feat(app-server): thread/unsubscribe API (#10954) 2026-02-25 13:14:30 -08:00
thread_fork.rs app-server: Silence thread status changes caused by thread being created (#13079) 2026-03-03 00:52:28 +00:00
thread_list.rs feat: add search term to thread list (#12578) 2026-02-25 09:59:41 +00:00
thread_loaded_list.rs [chore] move app server tests from chat completion to responses (#8939) 2026-01-08 22:27:55 +00:00
thread_read.rs app-server: Update thread/name/set to support not-loaded threads (#13282) 2026-03-02 15:13:18 -08:00
thread_resume.rs fix(app-server): emit turn/started only when turn actually starts (#13261) 2026-03-02 16:43:31 -08:00
thread_rollback.rs Add field to Thread object for the latest rename set for a given thread (#12301) 2026-02-20 18:26:57 -08:00
thread_start.rs app-server: Silence thread status changes caused by thread being created (#13079) 2026-03-03 00:52:28 +00:00
thread_status.rs app-server: expose loaded thread status via read/list and notifications (#11786) 2026-02-18 15:20:03 -08:00
thread_unarchive.rs Add field to Thread object for the latest rename set for a given thread (#12301) 2026-02-20 18:26:57 -08:00
thread_unsubscribe.rs feat(app-server): thread/unsubscribe API (#10954) 2026-02-25 13:14:30 -08:00
turn_interrupt.rs app-server: Replay pending item requests on thread/resume (#12560) 2026-02-27 12:45:59 -08:00
turn_start.rs app-server service tier plumbing (plus some cleanup) (#13334) 2026-03-03 02:35:09 -08:00
turn_start_zsh_fork.rs fix: harden zsh fork tests and keep subcommand approvals deterministic (#12809) 2026-02-25 12:23:30 -08:00
turn_steer.rs Enforce user input length cap (#12823) 2026-02-25 22:23:51 -08:00
windows_sandbox_setup.rs app-server support for Windows sandbox setup. (#12025) 2026-02-18 13:03:16 -08:00