core-agent-ide/codex-rs/tui_app_server/src
Eric Traut cf0223887f
Some checks failed
cargo-deny / cargo-deny (push) Failing after 2s
ci / build-test (push) Failing after 2s
Codespell / Check for spelling errors (push) Failing after 1s
rust-ci / Lint/Build — windows-arm64 - aarch64-pc-windows-msvc (release) (push) Has been cancelled
rust-ci / Lint/Build — windows-x64 - x86_64-pc-windows-msvc (release) (push) Has been cancelled
rust-ci / Tests — macos-15-xlarge - aarch64-apple-darwin (push) Has been cancelled
rust-ci / Tests — ubuntu-24.04 - x86_64-unknown-linux-gnu (remote) (push) Has been cancelled
rust-ci / Tests — ubuntu-24.04-arm - aarch64-unknown-linux-gnu (push) Has been cancelled
rust-ci / Tests — windows-arm64 - aarch64-pc-windows-msvc (push) Has been cancelled
rust-ci / Tests — windows-x64 - x86_64-pc-windows-msvc (push) Has been cancelled
Bazel (experimental) / Local Bazel build on macos-15-xlarge for aarch64-apple-darwin (push) Has been cancelled
Bazel (experimental) / Local Bazel build on macos-15-xlarge for x86_64-apple-darwin (push) Has been cancelled
Bazel (experimental) / Local Bazel build on ubuntu-24.04 for x86_64-unknown-linux-gnu (push) Has been cancelled
Bazel (experimental) / Local Bazel build on ubuntu-24.04 for x86_64-unknown-linux-musl (push) Has been cancelled
rust-ci / Detect changed areas (push) Has been cancelled
rust-ci / Format / etc (push) Has been cancelled
rust-ci / cargo shear (push) Has been cancelled
rust-ci / Argument comment lint package (push) Has been cancelled
rust-ci / Argument comment lint - Linux (push) Has been cancelled
rust-ci / Argument comment lint - Windows (push) Has been cancelled
rust-ci / Argument comment lint - macOS (push) Has been cancelled
rust-ci / Lint/Build — macos-15-xlarge - aarch64-apple-darwin (push) Has been cancelled
rust-ci / Lint/Build — macos-15-xlarge - x86_64-apple-darwin (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-gnu (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-musl (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04-arm - aarch64-unknown-linux-gnu (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04-arm - aarch64-unknown-linux-musl (push) Has been cancelled
rust-ci / Lint/Build — windows-arm64 - aarch64-pc-windows-msvc (push) Has been cancelled
rust-ci / Lint/Build — windows-x64 - x86_64-pc-windows-msvc (push) Has been cancelled
rust-ci / Lint/Build — macos-15-xlarge - aarch64-apple-darwin (release) (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04 - x86_64-unknown-linux-musl (release) (push) Has been cancelled
rust-ci / Lint/Build — ubuntu-24.04-arm - aarch64-unknown-linux-musl (release) (push) Has been cancelled
rust-ci / CI results (required) (push) Has been cancelled
sdk / sdks (push) Has been cancelled
Remove legacy auth and notification handling from tui_app_server (#15414)
## Summary
- remove `tui_app_server` handling for legacy app-server notifications
- drop the local ChatGPT auth refresh request path from `tui_app_server`
- remove the now-unused refresh response helper from local auth loading

Split out of #15106 so the `tui_app_server` cleanup can land separately
from the larger `codex-exec` app-server migration.
2026-03-21 15:06:10 -06:00
..
app Remove legacy auth and notification handling from tui_app_server (#15414) 2026-03-21 15:06:10 -06:00
bin Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
bottom_pane Gate tui /plugins menu behind flag (#15285) 2026-03-20 15:49:04 -07:00
chatwidget Initial plugins TUI menu - list and read only. tui + tui_app_server (#15215) 2026-03-19 21:28:33 -07:00
exec_cell Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
notifications Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
onboarding Add device-code onboarding and ChatGPT token refresh to app-server TUI (#14952) 2026-03-17 14:12:12 -06:00
public_widgets Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
render Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
snapshots fix(tui): implement /mcp inventory for tui_app_server (#14931) 2026-03-17 16:11:27 -06:00
status Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
streaming Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
tui Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
additional_dirs.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
app.rs Remove legacy app-server notification handling from tui_app_server (#15390) 2026-03-21 12:29:33 -06:00
app_backtrack.rs Removed remaining core events from tui_app_server (#14942) 2026-03-18 09:35:05 -06:00
app_command.rs Add thread/shellCommand to app server API surface (#14988) 2026-03-18 23:42:40 -06:00
app_event.rs Initial plugins TUI menu - list and read only. tui + tui_app_server (#15215) 2026-03-19 21:28:33 -07:00
app_event_sender.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
app_server_session.rs Add thread/shellCommand to app server API surface (#14988) 2026-03-18 23:42:40 -06:00
ascii_animation.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
audio_device.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
chatwidget.rs Remove legacy app-server notification handling from tui_app_server (#15390) 2026-03-21 12:29:33 -06:00
cli.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
clipboard_paste.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
clipboard_text.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
collaboration_modes.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
color.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
custom_terminal.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
cwd_prompt.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
debug_config.rs Use workspace requirements for guardian prompt override (#14727) 2026-03-17 22:05:41 -07:00
diff_render.rs Move terminal module to terminal-detection crate (#15216) 2026-03-19 14:08:04 -07:00
exec_command.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
external_editor.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
file_search.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
frames.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
get_git_diff.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
history_cell.rs adding full imagepath to tui (#15154) 2026-03-19 21:29:22 +00:00
insert_history.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
key_hint.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
lib.rs Split features into codex-features crate (#15253) 2026-03-19 20:12:07 -07:00
line_truncation.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
live_wrap.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
local_chatgpt_auth.rs Remove legacy auth and notification handling from tui_app_server (#15414) 2026-03-21 15:06:10 -06:00
main.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
markdown.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
markdown_render.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
markdown_render_tests.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
markdown_stream.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
mention_codec.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
model_catalog.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
model_migration.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
multi_agents.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
oss_selection.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
pager_overlay.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
resume_picker.rs feat: support product-scoped plugins. (#15041) 2026-03-19 00:46:15 -07:00
selection_list.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
session_log.rs Removed remaining core events from tui_app_server (#14942) 2026-03-18 09:35:05 -06:00
shimmer.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
skills_helpers.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
slash_command.rs Initial plugins TUI menu - list and read only. tui + tui_app_server (#15215) 2026-03-19 21:28:33 -07:00
status_indicator_widget.rs Use released DotSlash package for argument-comment lint (#15199) 2026-03-20 03:19:22 +00:00
style.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
terminal_palette.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
test_backend.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
text_formatting.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
theme_picker.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
tooltips.rs Split features into codex-features crate (#15253) 2026-03-19 20:12:07 -07:00
tui.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
ui_consts.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
update_action.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
update_prompt.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
updates.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
version.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
voice.rs [stack 2/4] Align main realtime v2 wire and runtime flow (#14830) 2026-03-16 21:38:07 -07:00
wrapping.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00