From 191bcae967b56cc6ee30fd9e5ff11d3ae31065b4 Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Wed, 21 Jan 2026 14:02:18 -0800 Subject: [PATCH] Update docs and tests --- docs/tui-chat-composer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tui-chat-composer.md b/docs/tui-chat-composer.md index b927e2db44..cdca52d142 100644 --- a/docs/tui-chat-composer.md +++ b/docs/tui-chat-composer.md @@ -91,7 +91,6 @@ Key effects when disabled: Built-in slash command availability is centralized in `codex-rs/tui/src/bottom_pane/slash_commands.rs` and reused by both the composer and the command popup so gating stays in sync. - ## Submission flow (Enter/Tab) There are multiple submission paths, but they share the same core rules: