core-agent-ide/codex-rs/protocol-ts
Michael Bolin 32853ecbc5
fix: use macros to ensure request/response symmetry (#4529)
Manually curating `protocol-ts/src/lib.rs` was error-prone, as expected.
I finally asked Codex to write some Rust macros so we can ensure that:

- For every variant of `ClientRequest` and `ServerRequest`, there is an
associated `params` and `response` type.
- All response types are included automatically in the output of `codex
generate-ts`.
2025-09-30 18:06:05 -07:00
..
src fix: use macros to ensure request/response symmetry (#4529) 2025-09-30 18:06:05 -07:00
Cargo.toml fix: clean up TypeScript exports (#4518) 2025-09-30 14:08:43 -07:00
generate-ts protocol-ts (#2425) 2025-08-18 13:08:53 -07:00