mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
This PR replicates the `tui` code directory and creates a temporary parallel `tui_app_server` directory. It also implements a new feature flag `tui_app_server` to select between the two tui implementations. Once the new app-server-based TUI is stabilized, we'll delete the old `tui` directory and feature flag.
10 lines
447 B
Plaintext
10 lines
447 B
Plaintext
# Paths are matched exactly, relative to the repository root.
|
|
# Keep this list short and limited to intentional large checked-in assets.
|
|
|
|
.github/codex-cli-splash.png
|
|
MODULE.bazel.lock
|
|
codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json
|
|
codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.v2.schemas.json
|
|
codex-rs/tui/tests/fixtures/oss-story.jsonl
|
|
codex-rs/tui_app_server/tests/fixtures/oss-story.jsonl
|