core-agent-ide/codex-rs/mcp-server
Gabriel Peal cdd33b2c04
Tag InputItem (#2304)
Instead of:
```
{ Text: { text: string } }
```

It is now:
```
{ type: "text", data: { text: string } }
```
which makes for cleaner discriminated unions
2025-08-14 17:58:04 +00:00
..
src Tag InputItem (#2304) 2025-08-14 17:58:04 +00:00
tests fix: verify notifications are sent with the conversationId set (#2278) 2025-08-13 17:54:12 -07:00
Cargo.toml Auto format toml (#1745) 2025-07-30 18:37:00 -07:00