app-server-test-client websocket client and thread tools (#11755)

- add websocket endpoint mode with default ws://127.0.0.1:4222 while
keeping stdio codex-bin path compatibility
- add thread-resume (follow stream) and thread-list commands for manual
thread lifecycle testing
- quickstart docs
This commit is contained in:
Max Johnson
2026-02-13 17:34:35 +00:00
committed by GitHub
parent 38c442ca7f
commit f687b074ca
4 changed files with 452 additions and 89 deletions
+2
View File
@@ -1420,6 +1420,8 @@ dependencies = [
"codex-protocol",
"serde",
"serde_json",
"tungstenite",
"url",
"uuid",
]