core-agent-ide/codex-rs/app-server-test-client
Celia Chen 0dd822264a
[app-server-test-client] add send-followup-v2 (#7271)
Add a new endpoint that allows us to test multi-turn behavior.

Tested with running:
```
RUST_LOG=codex_app_server=debug CODEX_BIN=target/debug/codex \
      cargo run -p codex-app-server-test-client -- \
      send-follow-up-v2 "hello" "and now a follow-up question"
```
2025-11-25 08:04:27 +00:00
..
src [app-server-test-client] add send-followup-v2 (#7271) 2025-11-25 08:04:27 +00:00
Cargo.lock feat: add app-server-test-client crate for internal use (#5391) 2025-11-14 12:39:58 -08:00
Cargo.toml chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
README.md feat: add app-server-test-client crate for internal use (#5391) 2025-11-14 12:39:58 -08:00

App Server Test Client

Exercises simple codex app-server flows end-to-end, logging JSON-RPC messages sent between client and server to stdout.