core-agent-ide/codex-rs/app-server/tests/suite/v2
sayan-oai 7b2cee53db chore: wire through plugin policies + category from marketplace.json (#14305)
wire plugin marketplace metadata through app-server endpoints:
- `plugin/list` has `installPolicy` and `authPolicy`
- `plugin/install` has plugin-level `authPolicy`

`plugin/install` also now enforces `NOT_AVAILABLE` `installPolicy` when
installing.


added tests.
2026-03-11 12:33:10 -07:00
..
account.rs Reduce app-server test timeout pressure (#13884) 2026-03-09 09:37:41 -07: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] Fix apps enablement condition. (#14011) 2026-03-09 22:25:43 -07:00
collaboration_mode_list.rs Enable request_user_input in Default mode (#12735) 2026-02-25 15:20:46 -08:00
command_exec.rs Stabilize websocket test server binding (#14002) 2026-03-09 23:39:56 -07:00
compaction.rs Treat compaction failure as failure state (#10927) 2026-02-06 13:51:46 -08:00
config_rpc.rs Allow bool web_search in ToolsToml (#14352) 2026-03-11 12:33:10 -07:00
connection_handling_websocket.rs Stabilize websocket test server binding (#14002) 2026-03-09 23:39:56 -07:00
connection_handling_websocket_unix.rs Stabilize websocket test server binding (#14002) 2026-03-09 23:39:56 -07:00
dynamic_tools.rs Enforce single tool output type in codex handlers (#14157) 2026-03-09 21:49:44 -07:00
experimental_api.rs chore: add a separate reject-policy flag for skill approvals (#14271) 2026-03-11 12:33:09 -07:00
experimental_feature_list.rs Agent jobs (spawn_agents_on_csv) + progress UI (#10935) 2026-02-24 21:00:19 +00:00
initialize.rs Stabilize app-server notify initialize test (#13939) 2026-03-09 23:41:58 -07:00
mcp_server_elicitation.rs [elicitations] Switch to use MCP style elicitation payload for mcp tool approvals. (#13621) 2026-03-06 01:50:26 -08:00
mod.rs chore: plugin/uninstall endpoint (#14111) 2026-03-09 12:40:25 -07: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 Stabilize plan item app-server tests (#14058) 2026-03-09 10:24:18 -07:00
plugin_install.rs chore: wire through plugin policies + category from marketplace.json (#14305) 2026-03-11 12:33:10 -07:00
plugin_list.rs chore: wire through plugin policies + category from marketplace.json (#14305) 2026-03-11 12:33:10 -07:00
plugin_uninstall.rs chore: plugin/uninstall endpoint (#14111) 2026-03-09 12:40:25 -07: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 Refine realtime startup context formatting (#13560) 2026-03-05 16:31:20 -08:00
request_permissions.rs feat(core) Persist request_permission data across turns (#14009) 2026-03-09 14:36:38 -07: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 Add ephemeral flag support to thread fork (#14248) 2026-03-11 12:33:08 -07:00
thread_list.rs feat: simplify DB further (#13771) 2026-03-07 03:48:36 -08: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 feat: simplify DB further (#13771) 2026-03-07 03:48:36 -08:00
thread_name_websocket.rs Stabilize websocket test server binding (#14002) 2026-03-09 23:39:56 -07: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 Mark incomplete resumed turns interrupted when idle (#14125) 2026-03-11 12:33:07 -07: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 support 'flex' tier in app-server in addition to 'fast' (#13391) 2026-03-03 22:46:05 -08: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 Stabilize app-server notify initialize test (#13939) 2026-03-09 23:41:58 -07: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 Stabilize zsh fork app-server tests (#13872) 2026-03-09 09:38:16 -07:00
turn_steer.rs Enforce user input length cap (#12823) 2026-02-25 22:23:51 -08:00
windows_sandbox_setup.rs app-server: require absolute cwd for windowsSandbox/setupStart (#13833) 2026-03-06 22:47:08 -08:00