mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
[apps] Add is_enabled to app info. (#11417)
- [x] Add is_enabled to app info and the response of `app/list`. - [x] Update TUI to have Enable/Disable button on the app detail page.
This commit is contained in:
@@ -260,6 +260,12 @@ pub enum Op {
|
||||
/// Request MCP servers to reinitialize and refresh cached tool lists.
|
||||
RefreshMcpServers { config: McpServerRefreshConfig },
|
||||
|
||||
/// Reload user config layer overrides for the active session.
|
||||
///
|
||||
/// This updates runtime config-derived behavior (for example app
|
||||
/// enable/disable state) without restarting the thread.
|
||||
ReloadUserConfig,
|
||||
|
||||
/// Request the list of available custom prompts.
|
||||
ListCustomPrompts,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user