core-agent-ide/codex-rs/app-server-protocol/schema/json/FuzzyFileSearchSessionCompletedNotification.json
Jeremy Rose e4f8263798
[app-server] add fuzzyFileSearch/sessionCompleted (#11773)
this is to allow the client to know when to stop showing a spinner.
2026-02-13 15:08:14 -08:00

13 lines
No EOL
244 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sessionId": {
"type": "string"
}
},
"required": [
"sessionId"
],
"title": "FuzzyFileSearchSessionCompletedNotification",
"type": "object"
}