core-agent-ide/codex-rs/app-server-protocol/schema
sayan-oai aea38f0f88
fix WebSearchAction type clash between v1 and v2 (#10408)
type clash; app-server generated types were still using the v1
snake_case `WebSearchAction`, so there was a mismatch between the
camelCase emitted types and the snake_case types we were trying to
parse.

Updated v2 `WebSearchAction` to export into the `v2/` type set and
updated `ThreadItem` to use that.

### Tests
Ran new `just write-app-server-schema` to surface changes to schema, the
import looks correct now.
2026-02-03 17:12:37 +00:00
..
json chore: nuke chat/completions API (#10157) 2026-02-03 11:31:57 +00:00
typescript fix WebSearchAction type clash between v1 and v2 (#10408) 2026-02-03 17:12:37 +00:00