From 73252556c179bdd9df23f93503b82348121be8bf Mon Sep 17 00:00:00 2001 From: Classic Date: Sun, 1 Mar 2026 14:15:09 +0100 Subject: [PATCH] docs: file browser inline editing, file creation, toolbar enhancements - Add inline text file editing capability (edit/save/cancel) - Add new file creation from toolbar - Add source/preview toggle for Markdown and CSV files - Add image view reset button - Move download to toolbar context - Reflects commits 234306f, 3d535db, d2b3812 --- docs/features/extensibility/open-terminal/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/features/extensibility/open-terminal/index.md b/docs/features/extensibility/open-terminal/index.md index f7cd8000..35c7b419 100644 --- a/docs/features/extensibility/open-terminal/index.md +++ b/docs/features/extensibility/open-terminal/index.md @@ -243,12 +243,15 @@ Click the same terminal again to deselect it. Only one terminal can be active at When a terminal is selected, the chat controls panel gains a **Files** tab: - **Browse** directories on the remote terminal filesystem -- **Preview** text files, images, PDFs, CSV/TSV files (rendered as formatted tables), and Markdown inline -- **Create folders** using the new folder button in the breadcrumb bar +- **Preview** text files, images, PDFs, CSV/TSV files (rendered as formatted tables), and Markdown inline — with a **Source/Preview toggle** for Markdown and CSV files +- **Edit** text files inline — click the edit (pencil) icon in the toolbar to modify file contents, then save or cancel. Changes are written directly to the terminal filesystem. +- **Create files** using the new file button in the toolbar (creates an empty file with the name you provide) +- **Create folders** using the new folder button in the toolbar - **Delete** files and folders via the context menu (⋯) on each entry -- **Download** any file to your local machine +- **Download** any file to your local machine via the toolbar download button - **Upload** files by dragging and dropping them onto the directory listing - **Attach** files to the current chat by downloading them through the file browser +- **Reset view** for images (resets zoom/pan back to default) The file browser remembers your last-visited directory between panel open/close cycles and automatically reloads when you switch terminals.