core-agent-ide/codex-rs/app-server-protocol/src/protocol
canvrno-oai 1446bd2b23
Mark Config.apps as experimental, correct schema generation issue (#10938)
This PR makes `Config.apps `experimental-only and fixes a TS schema
post-processing bug that removed needed imports. The bug happened
because import pruning only checked the inner type body after filtering,
not the full alias, so `JsonValue` got dropped from `Config.ts`. We now
prune against the full alias body and added a regression test for this
scenario.
2026-02-06 16:30:41 -08:00
..
common.rs chore(app-server): add experimental annotation to relevant fields (#10928) 2026-02-06 20:48:04 +00:00
mappers.rs fix: add ts number annotations for app-server v2 types (#7492) 2025-12-02 18:09:41 +00:00
mod.rs feat: add one off commands to app-server v2 (#7452) 2025-12-02 11:56:09 +00:00
thread_history.rs Plan mode: stream proposed plans, emit plan items, and render in TUI (#9786) 2026-01-30 18:59:30 +00:00
v1.rs feat: experimental flags (#10231) 2026-02-02 11:06:50 +00:00
v2.rs Mark Config.apps as experimental, correct schema generation issue (#10938) 2026-02-06 16:30:41 -08:00