Files
codex/codex-rs/tui/src/bottom_pane/AGENTS.md
T
Eric Traut 61429a6c10 Rename tui_app_server to tui (#16104)
This is a follow-up to https://github.com/openai/codex/pull/15922. That
previous PR deleted the old `tui` directory and left the new
`tui_app_server` directory in place. This PR renames `tui_app_server` to
`tui` and fixes up all references.
2026-03-28 11:23:07 -06:00

757 B

TUI bottom pane (state machines)

When changing the paste-burst or chat-composer state machines in this folder, keep the docs in sync:

  • Update the relevant module docs (chat_composer.rs and/or paste_burst.rs) so they remain a readable, top-down explanation of the current behavior.
  • Update the narrative doc docs/tui-chat-composer.md whenever behavior/assumptions change (Enter handling, retro-capture, flush/clear rules, disable_paste_burst, non-ASCII/IME handling).
  • Keep implementations/docstrings aligned unless a divergence is intentional and documented.

Practical check:

  • After edits, sanity-check that docs mention only APIs/behavior that exist in code (especially the Enter/newline paths and disable_paste_burst semantics).