From b659dae81fc7271d90bcb8dd2493b1b6bc065958 Mon Sep 17 00:00:00 2001 From: Foma <273536422+xMinor-1@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:00:01 +0300 Subject: [PATCH 1/2] file-manager 0.6.2: side-panel tab and file-location opener Widen the source range to ^0.6.0 and refresh the description for what the plugin now does beyond its full-page panel. --- entries/file-manager.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entries/file-manager.json b/entries/file-manager.json index 4698759..67adb10 100644 --- a/entries/file-manager.json +++ b/entries/file-manager.json @@ -1,7 +1,7 @@ { "id": "file-manager", "displayName": "File Manager", - "description": "Browse, upload, download, move, rename and extract files under your home folder from a full-page bb panel: folders expand in place, a browser-style path bar jumps to any pasted path, the panel reopens where you left it, and multi-gigabyte uploads resume after a dropped connection.", + "description": "Browse, upload, download, move, rename and extract files under your home folder — as a full-page bb panel, as a tab in the side panel beside a thread, or straight from a message: right-click a file link and \"File location\" opens its folder with the file selected, falling back to the nearest folder that exists when the path was a glob or has moved. Folders expand in place, a browser-style path bar jumps to any pasted path, the panel reopens where you left it, and multi-gigabyte uploads resume after a dropped connection.", "icon": "FolderOpen", "tags": [ "files", @@ -20,7 +20,7 @@ "git": { "url": "https://github.com/xMinor-1/bb-plugins.git", "subdir": "plugins/file-manager", - "range": "^0.4.0", + "range": "^0.6.0", "tagPrefix": "file-manager/" } } From 55a4d610be5cf219100f74a818991bf97cc072b4 Mon Sep 17 00:00:00 2001 From: Foma <273536422+xMinor-1@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:48:07 +0300 Subject: [PATCH 2/2] file-manager 0.7.0: gallery, quick look, properties, bookmarks, mentions Widen the range to ^0.7.0 and describe what the plugin now does beyond browsing: space-to-preview, a thumbnail gallery, a properties dialog, folder bookmarks, and handing a file to the agent as an @-mention. --- entries/file-manager.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entries/file-manager.json b/entries/file-manager.json index 67adb10..8c767e7 100644 --- a/entries/file-manager.json +++ b/entries/file-manager.json @@ -1,7 +1,7 @@ { "id": "file-manager", "displayName": "File Manager", - "description": "Browse, upload, download, move, rename and extract files under your home folder — as a full-page bb panel, as a tab in the side panel beside a thread, or straight from a message: right-click a file link and \"File location\" opens its folder with the file selected, falling back to the nearest folder that exists when the path was a glob or has moved. Folders expand in place, a browser-style path bar jumps to any pasted path, the panel reopens where you left it, and multi-gigabyte uploads resume after a dropped connection.", + "description": "Browse, upload, download, move, rename and extract files under your home folder — as a full-page bb panel, as a tab in the side panel beside a thread, or straight from a message: right-click a file link and \"File location\" opens its folder with the file selected. Space previews the focused file, a gallery view shows thumbnails, Properties answers what a file or folder actually is, bookmarks keep the folders you live in one click away, and a file can be handed to the agent as an @-mention — including from the composer's + menu, which otherwise only reaches the browser's machine. Multi-gigabyte uploads resume after a dropped connection.", "icon": "FolderOpen", "tags": [ "files", @@ -20,7 +20,7 @@ "git": { "url": "https://github.com/xMinor-1/bb-plugins.git", "subdir": "plugins/file-manager", - "range": "^0.6.0", + "range": "^0.7.0", "tagPrefix": "file-manager/" } }