Abhinav
8774229a89
Add hooks/list app-server RPC ( #19778 )
...
## Why
We need a way to list the available hooks to expose via the TUI and App
so users can view and manage their hooks
## What
- Adds `hooks/list` for one or more `cwd` values that returns discovered
hook metadata
## Stack
1. openai/codex#19705
2. This PR - openai/codex#19778
3. openai/codex#19840
4. openai/codex#19882
## Review Notes
The generated schema files account for most of the raw diff, these files
have the core change:
- `hooks/src/engine/discovery.rs` builds the inventory entries during
hook discovery while leaving runtime handlers focused on execution.
- `app-server/src/codex_message_processor.rs` wires `hooks/list` into
the app-server flow for each requested `cwd`.
- `app-server-protocol/src/protocol/v2.rs` defines the new v2
request/response payloads exposed on the wire.
### Core Changes
`core/src/plugins/manager.rs` adds `plugins_for_layer_stack(...)` so
`skills/list` and `hooks/list`can resolve plugin state for each
requested `cwd`
---------
Co-authored-by: Codex <noreply@openai.com >
2026-04-29 23:39:57 +00:00
..
2026-04-29 11:21:06 -07:00
2026-04-21 10:22:36 -07:00
2026-04-07 00:32:41 +00:00
2026-04-29 15:40:03 -07:00
2026-04-28 13:03:28 +02:00
2026-04-27 18:48:57 -07:00
2026-04-29 11:44:55 -07:00
2026-04-29 23:39:57 +00:00
2026-04-26 22:11:49 -07:00
2026-04-29 19:13:57 +00:00
2026-04-28 11:41:32 -07:00
2026-04-28 11:41:32 -07:00
2026-04-29 16:06:33 -07:00
2026-04-29 19:13:57 +00:00
2026-03-24 18:10:53 -07:00
2026-04-24 17:49:29 -07:00
2026-04-26 15:10:53 -07:00
2026-04-07 21:20:22 +00:00
2026-04-26 15:30:40 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 18:48:57 -07:00
2026-04-21 15:37:12 -07:00
2026-04-27 21:58:29 +00:00
2026-04-28 21:11:17 +00:00
2026-04-28 21:11:17 +00:00
2026-04-23 13:28:12 -07:00
2026-04-27 19:29:19 +00:00
2026-04-29 11:44:55 -07:00
2026-03-12 08:16:36 -07:00
2026-04-01 23:06:24 -07:00
2026-03-27 19:00:44 -07:00
2026-03-12 08:16:36 -07:00
2026-04-27 18:48:57 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 18:48:57 -07:00
2026-04-29 00:19:34 +00:00
2026-04-28 20:05:18 -07:00
2026-03-12 00:35:21 -07:00
2026-04-28 20:05:18 -07:00
2026-04-26 17:18:09 -07:00
2026-04-20 22:39:17 -07:00
2026-04-26 15:10:53 -07:00
2026-04-26 15:10:53 -07:00
2026-04-27 16:50:10 -07:00
2026-04-26 17:43:32 -07:00
2026-04-29 19:13:57 +00:00
2026-04-29 19:13:57 +00:00
2026-04-20 11:23:00 +01:00
2026-04-20 11:23:00 +01:00
2026-04-17 00:51:21 +00:00
2026-04-28 08:46:13 -07:00
2026-04-28 14:17:18 -07:00
2026-04-28 13:03:28 +02:00
2026-04-28 19:43:44 -07:00
2026-04-29 22:58:08 +00:00
2026-04-23 17:14:02 -07:00
2026-04-26 15:06:42 -07:00
2026-03-27 19:00:44 -07:00
2026-04-29 15:40:03 -07:00
2026-04-29 15:40:03 -07:00
2026-04-26 13:29:54 -07:00
2026-04-17 18:34:06 +08:00
2026-04-21 14:30:55 -07:00
2026-04-27 16:01:05 +02:00
2026-03-25 11:05:35 -07:00
2026-03-27 19:00:44 -07:00
2026-04-14 14:26:10 -07:00
2026-04-02 23:00:02 -07:00
2026-04-09 10:53:06 -07:00
2026-03-27 19:00:44 -07:00
2026-04-27 03:18:57 +00:00
2026-04-24 17:49:29 -07:00
2026-04-13 10:26:51 -07:00
2026-04-15 11:34:27 -07:00
2026-04-22 06:10:09 -04:00
2026-04-29 11:21:06 -07:00
2026-04-26 17:18:09 -07:00
2026-04-23 10:17:09 -07:00
2026-04-20 14:04:09 -07:00
2026-04-20 15:43:20 -07:00
2026-04-16 14:30:57 -07:00
2026-04-01 23:06:24 -07:00
2026-04-14 14:26:10 -07:00
2026-04-28 13:03:28 +02:00
2026-04-27 13:41:27 -07:00
2026-04-26 15:30:40 -07:00
2026-04-26 13:29:54 -07:00
2026-04-26 13:29:54 -07:00
2026-04-20 22:39:17 -07:00
2026-04-03 00:33:34 -07:00
2026-04-17 16:18:53 +00:00
2026-04-14 14:26:10 -07:00
2026-04-20 15:15:05 +01:00
2026-03-27 19:00:44 -07:00
2026-04-02 13:47:10 -07:00
2026-04-14 15:40:40 -07:00
2026-04-21 10:22:36 -07:00
2026-04-14 14:26:10 -07:00
2026-04-07 08:03:35 -07:00
2026-04-26 17:18:09 -07:00
2026-04-27 16:01:05 +02:00
2026-04-29 11:21:06 -07:00
2026-04-29 11:21:06 -07:00
2026-04-29 11:21:06 -07:00
2026-04-26 17:18:09 -07:00
2026-04-13 23:11:49 -07:00
2026-03-12 08:16:36 -07:00
2026-04-01 23:06:24 -07:00
2026-04-29 15:35:33 -07:00
2026-04-29 15:35:33 -07:00
2026-04-28 16:36:59 +00:00
2026-04-28 16:36:59 +00:00
2026-04-15 21:48:05 +00:00
2026-04-20 22:39:17 -07:00
2026-04-20 22:39:17 -07:00
2026-04-20 10:27:01 -07:00
2026-04-03 00:33:34 -07:00
2026-04-01 23:06:24 -07:00
2026-04-01 23:06:24 -07:00
2026-04-08 08:42:18 -07:00
2026-04-08 08:42:18 -07:00