core-agent-ide/codex-rs/app-server/tests/suite/v2
Owen Lin 0fbd84081b
feat(app-server): add a skills/changed v2 notification (#13414)
This adds a first-class app-server v2 `skills/changed` notification for
the existing skills live-reload signal.

Before this change, clients only had the legacy raw
`codex/event/skills_update_available` event. With this PR, v2 clients
can listen for a typed JSON-RPC notification instead of depending on the
legacy `codex/event/*` stream, which we want to remove soon.
2026-03-03 17:01:00 -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 Add under-development original-resolution view_image support (#13050) 2026-03-03 15:56:54 -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 Add thread metadata update endpoint to app server (#13280) 2026-03-03 15:56:11 -08: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 chore(app-server): delete v1 RPC methods and notifications (#13375) 2026-03-03 13:18:25 -08:00
realtime_conversation.rs chore(app-server): delete v1 RPC methods and notifications (#13375) 2026-03-03 13:18:25 -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(app-server): add a skills/changed v2 notification (#13414) 2026-03-03 17:01:00 -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_metadata_update.rs Add thread metadata update endpoint to app server (#13280) 2026-03-03 15:56:11 -08: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 Add thread metadata update endpoint to app server (#13280) 2026-03-03 15:56:11 -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