core-agent-ide/codex-rs/cli
Owen Lin 42683dadfb
fix: use generate_ts from app_server_protocol (#6407)
Update `codex generate-ts` to use the TS export code from
`app-server-protocol/src/export.rs`.

I realized there were two duplicate implementations of Typescript export
code:
- `app-server-protocol/src/export.rs`
- the `codex-protocol-ts` crate

The `codex-protocol-ts` crate that `codex generate-ts` uses is out of
date now since it doesn't handle the V2 namespace from:
https://github.com/openai/codex/pull/6212.
2025-11-10 08:08:12 -08:00
..
src fix: use generate_ts from app_server_protocol (#6407) 2025-11-10 08:08:12 -08:00
tests chore: unify config crates (#5958) 2025-10-30 10:28:32 +00:00
Cargo.toml fix: use generate_ts from app_server_protocol (#6407) 2025-11-10 08:08:12 -08:00