core-agent-ide/codex-rs/codex-api/src
sayan-oai 86adf53235
fix: handle all web_search actions and in progress invocations (#9960)
### Summary
- Parse all `web_search` tool actions (`search`, `find_in_page`,
`open_page`).
- Previously we only parsed + displayed `search`, which made the TUI
appear to pause when the other actions were being used.
- Show in progress `web_search` calls as `Searching the web`
  - Previously we only showed completed tool calls

<img width="308" height="149" alt="image"
src="https://github.com/user-attachments/assets/90a4e8ff-b06a-48ff-a282-b57b31121845"
/>

### Tests
Added + updated tests, tested locally

### Follow ups
Update VSCode extension to display these as well
2026-01-27 03:33:48 +00:00
..
endpoint feat: support proxy for ws connection (#9719) 2026-01-22 15:23:15 -08:00
requests feat: add thread spawn source for collab tools (#9769) 2026-01-24 14:21:34 +00:00
sse fix: handle all web_search actions and in progress invocations (#9960) 2026-01-27 03:33:48 +00:00
auth.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
common.rs Act on reasoning-included per turn (#9402) 2026-01-19 11:23:25 -08:00
error.rs fix(codex-api): treat invalid_prompt as non-retryable (#9400) 2026-01-16 22:22:08 -08:00
lib.rs Websocket append support (#9128) 2026-01-13 06:07:13 +00:00
provider.rs Feature to auto-enable websockets transport (#9578) 2026-01-20 20:32:06 -08:00
rate_limits.rs fix: taking plan type from usage endpoint instead of thru auth token (#7610) 2025-12-04 23:34:13 -08:00
telemetry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00