From 86ceb2de56add5eb276305e1868c0897758edd4f Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 24 Feb 2026 02:44:58 +0100 Subject: [PATCH] Add terminal tabs TODO item Co-Authored-By: Claude Opus 4.6 --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 3a62d46d..ee70508b 100644 --- a/TODO.md +++ b/TODO.md @@ -114,6 +114,7 @@ Long-term open items for Clide development. - [ ] Image paste support: intercept browser clipboard image on Ctrl+V, upload blob to server, save as temp file. Claude Code already handles Ctrl+V as image paste — just needs the image on the filesystem - [ ] Right-click context menu for copy/paste in web terminal +- [ ] Multiple terminal tabs: the workspace terminal already runs inside a shell — leverage this for tabbed terminal sessions (new tab, close tab, switch tabs) ## Build & Distribution