From 13b9e1e394c99c78a701b06f3d70a5a3eeaaf964 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 26 Jan 2026 00:35:12 +0100 Subject: [PATCH] docs(coding-agent): mention editor replacement UI --- packages/coding-agent/README-NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/README-NEW.md b/packages/coding-agent/README-NEW.md index 49985e3c..c88ace95 100644 --- a/packages/coding-agent/README-NEW.md +++ b/packages/coding-agent/README-NEW.md @@ -100,7 +100,7 @@ The interface from top to bottom: - **Editor** - Where you type - **Footer** - Working directory, token usage, cost, current model -Extensions can add widgets above/below the editor, a status line, custom footer, or overlays. +The editor can be temporarily replaced by other UI, like built-in `/settings` or custom UI from extensions. Extensions can also add widgets above/below the editor, a status line, custom footer, or overlays. ### Editor