core-agent-ide/codex-rs/tui/src
Michael Bolin e78ec00e73
chore: support MCP schema 2025-06-18 (#1621)
This updates the schema in `generate_mcp_types.py` from `2025-03-26` to
`2025-06-18`, regenerates `mcp-types/src/lib.rs`, and then updates all
the code that uses `mcp-types` to honor the changes.

Ran

```
npx @modelcontextprotocol/inspector just codex mcp
```

and verified that I was able to invoke the `codex` tool, as expected.


---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/1621).
* #1623
* #1622
* __->__ #1621
2025-07-19 00:09:34 -04:00
..
bottom_pane Implement redraw debounce (#1599) 2025-07-17 12:54:55 -07:00
app.rs chore: use AtomicBool instead of Mutex<bool> (#1616) 2025-07-18 11:13:34 -07:00
app_event.rs Implement redraw debounce (#1599) 2025-07-17 12:54:55 -07:00
app_event_sender.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
cell_widget.rs feat: introduce CellWidget trait (#1148) 2025-05-28 14:03:19 -07:00
chatwidget.rs Fix ctrl+c interrupt while streaming (#1617) 2025-07-18 12:08:25 -07:00
citation_regex.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
cli.rs feat: add support for --sandbox flag (#1476) 2025-07-07 22:31:30 -07:00
conversation_history_widget.rs Add streaming to exec and tui (#1594) 2025-07-16 22:26:31 -07:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
file_search.rs feat: highlight matching characters in fuzzy file search (#1420) 2025-06-28 15:04:23 -07:00
get_git_diff.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs chore: support MCP schema 2025-06-18 (#1621) 2025-07-19 00:09:34 -04:00
lib.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
log_layer.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
login_screen.rs feat: add support for login with ChatGPT (#1212) 2025-06-04 08:44:17 -07:00
main.rs feat: add support for -c/--config to override individual config items (#1137) 2025-05-27 23:11:44 -07:00
markdown.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
mouse_capture.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
scroll_event_helper.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
slash_command.rs feat: add support for /diff command (#1389) 2025-06-26 13:03:31 -07:00
status_indicator_widget.rs Implement redraw debounce (#1599) 2025-07-17 12:54:55 -07:00
text_block.rs feat: introduce CellWidget trait (#1148) 2025-05-28 14:03:19 -07:00
text_formatting.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
tui.rs feat: make it possible to toggle mouse mode in the Rust TUI (#971) 2025-05-16 16:16:50 -07:00
user_approval_widget.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00