{
"schema_version": 1,
"commands": [
{ "path": ["app-server"], "examples": ["app_server_turns"] },
{ "path": ["app-server", "proxy"], "examples": ["server_helpers"] },
{ "path": ["app-server", "generate-json-schema"], "examples": ["app_server_codegen"] },
{ "path": ["app-server", "generate-ts"], "examples": ["app_server_codegen"] },
{ "path": ["app-server", "help"], "examples": ["help_scopes"] },
{ "path": ["apply"], "examples": ["exec_resume_apply_wrapper"] },
{ "path": ["cloud"], "examples": ["cloud_tasks"] },
{ "path": ["cloud", "apply"], "examples": ["cloud_tasks"] },
{ "path": ["cloud", "diff"], "examples": ["cloud_tasks"] },
{ "path": ["cloud", "exec"], "examples": ["cloud_tasks"] },
{ "path": ["cloud", "help"], "examples": ["help_scopes"] },
{ "path": ["cloud", "list"], "examples": ["cloud_tasks"] },
{ "path": ["cloud", "status"], "examples": ["cloud_tasks"] },
{ "path": ["exec"], "examples": ["send_prompt", "json_stream"] },
{ "path": ["exec", "help"], "examples": ["help_scopes"] },
{ "path": ["exec", "resume"], "examples": ["exec_resume_apply_wrapper"] },
{ "path": ["exec", "review"], "examples": ["review_commands"] },
{ "path": ["execpolicy", "check"], "examples": ["execpolicy_check"] },
{ "path": ["features"], "examples": ["features_cmd"] },
{ "path": ["features", "help"], "examples": ["help_scopes"] },
{ "path": ["features", "enable"], "examples": ["features_toggle"] },
{ "path": ["features", "disable"], "examples": ["features_toggle"] },
{ "path": ["features", "list"], "examples": ["features_cmd"] },
{ "path": ["debug"], "examples": ["debug_cmd"] },
{ "path": ["debug", "help"], "examples": ["debug_cmd"] },
{ "path": ["debug", "app-server"], "examples": ["debug_cmd"] },
{ "path": ["debug", "app-server", "help"], "examples": ["debug_cmd"] },
{ "path": ["debug", "app-server", "send-message-v2"], "examples": ["debug_cmd"] },
{ "path": ["debug", "models"], "examples": ["debug_cmd"] },
{ "path": ["debug", "prompt-input"], "examples": ["debug_cmd"] },
{ "path": ["fork"], "examples": ["session_commands"] },
{ "path": ["exec-server"], "examples": ["server_helpers"] },
{ "path": ["help"], "examples": ["help_scopes"] },
{ "path": ["login"], "examples": ["auth_flow"] },
{ "path": ["login", "help"], "examples": ["help_scopes"] },
{ "path": ["login", "status"], "examples": ["auth_flow"] },
{ "path": ["logout"], "examples": ["auth_flow"] },
{ "path": ["mcp"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "add"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "get"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "help"], "examples": ["help_scopes"] },
{ "path": ["mcp", "list"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "login"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "logout"], "examples": ["mcp_manage"] },
{ "path": ["mcp", "remove"], "examples": ["mcp_manage"] },
{ "path": ["mcp-server"], "examples": ["mcp_codex_flow"] },
{ "path": ["plugin"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "help"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "marketplace"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "marketplace", "add"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "marketplace", "help"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "marketplace", "remove"], "examples": ["plugin_cmd"] },
{ "path": ["plugin", "marketplace", "upgrade"], "examples": ["plugin_cmd"] },
{ "path": ["responses-api-proxy"], "examples": ["responses_api_proxy"] },
{ "path": ["resume"], "examples": ["session_commands"] },
{ "path": ["review"], "examples": ["review_commands"] },
{ "path": ["sandbox"], "examples": ["run_sandbox"] },
{ "path": ["sandbox", "help"], "examples": ["help_scopes"] },
{ "path": ["sandbox", "linux"], "examples": ["run_sandbox"] },
{ "path": ["sandbox", "macos"], "examples": ["run_sandbox"] },
{ "path": ["sandbox", "windows"], "examples": ["run_sandbox"] },
{ "path": ["stdio-to-uds"], "examples": ["stdio_to_uds_live"] }
]
}