mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
exec-server: align stacked branch handshake
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -93,9 +93,7 @@ Request params:
|
||||
Response:
|
||||
|
||||
```json
|
||||
{
|
||||
"protocolVersion": "exec-server.v0"
|
||||
}
|
||||
{}
|
||||
```
|
||||
|
||||
### `initialized`
|
||||
@@ -363,7 +361,7 @@ Initialize:
|
||||
|
||||
```json
|
||||
{"id":1,"method":"initialize","params":{"clientName":"example-client"}}
|
||||
{"id":1,"result":{"protocolVersion":"exec-server.v0"}}
|
||||
{"id":1,"result":{}}
|
||||
{"method":"initialized","params":{}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user