Skip to content

Commit b63ef3e

Browse files
committed
docs: refresh app-server events reference
1 parent c55894d commit b63ef3e

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/app-server-events.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# App-Server Events Reference (Codex `23e55d7668dabf86f8ae80b2ed1947a5192da11a`)
1+
# App-Server Events Reference (Codex `19702e190ebf16f789617ca5f16bfc373c238fe7`)
22

33
This document helps agents quickly answer:
44
- Which app-server events CodexMonitor supports right now.
@@ -126,7 +126,10 @@ events are currently not routed:
126126
- `fuzzyFileSearch/sessionCompleted`
127127
- `fuzzyFileSearch/sessionUpdated`
128128
- `item/mcpToolCall/progress`
129+
- `item/autoApprovalReview/completed`
130+
- `item/autoApprovalReview/started`
129131
- `mcpServer/oauthLogin/completed`
132+
- `mcpServer/startupStatus/updated`
130133
- `model/rerouted`
131134
- `rawResponseItem/completed`
132135
- `serverRequest/resolved`
@@ -137,6 +140,7 @@ events are currently not routed:
137140
- `thread/realtime/itemAdded`
138141
- `thread/realtime/outputAudio/delta`
139142
- `thread/realtime/started`
143+
- `thread/realtime/transcriptUpdated`
140144
- `windows/worldWritableWarning`
141145
- `windowsSandbox/setupCompleted`
142146

@@ -186,17 +190,23 @@ Compared against Codex v2 request methods, CodexMonitor currently does not send:
186190
- `externalAgentConfig/detect`
187191
- `externalAgentConfig/import`
188192
- `feedback/upload`
193+
- `fs/copy`
194+
- `fs/createDirectory`
195+
- `fs/getMetadata`
196+
- `fs/readDirectory`
197+
- `fs/readFile`
198+
- `fs/remove`
199+
- `fs/writeFile`
189200
- `fuzzyFileSearch/sessionStart`
190201
- `fuzzyFileSearch/sessionStop`
191202
- `fuzzyFileSearch/sessionUpdate`
192203
- `mcpServer/oauth/login`
193204
- `mock/experimentalMethod`
194205
- `plugin/install`
195206
- `plugin/list`
207+
- `plugin/read`
196208
- `plugin/uninstall`
197209
- `skills/config/write`
198-
- `skills/remote/export`
199-
- `skills/remote/list`
200210
- `thread/backgroundTerminals/clean`
201211
- `thread/decrement_elicitation`
202212
- `thread/increment_elicitation`
@@ -208,6 +218,7 @@ Compared against Codex v2 request methods, CodexMonitor currently does not send:
208218
- `thread/realtime/start`
209219
- `thread/realtime/stop`
210220
- `thread/rollback`
221+
- `thread/shellCommand`
211222
- `thread/unarchive`
212223
- `thread/unsubscribe`
213224
- `windowsSandbox/setupStart`

0 commit comments

Comments
 (0)