Files
llmx/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
..
2025-08-14 17:58:04 +00:00
2025-07-30 18:37:00 -07:00