summaryrefslogtreecommitdiff
path: root/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index d23f738..84734a5 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -161,6 +161,8 @@ temperature = 0.2
# Override or add agent definitions (merged with built-in defaults by name).
# Built-in agents (checked in order): cursor, claude, amp, aider.
+# OpenAI Codex CLI already supports external editor mode via Ctrl+G,
+# so no built-in codex tmux_edit agent profile is needed.
# - cursor: Box UI │...│, clears with End+BSpace*200
# - claude: Prompt symbol ❯, clears with C-a C-k (Emacs/readline)
# - amp: Box UI │...│ (TUI mode), clears with C-u (Emacs/readline)