file-manager 0.7.0: side-panel tab, file-location opener, gallery, properties, bookmarks - #122
Merged
Merged
Conversation
Widen the source range to ^0.6.0 and refresh the description for what the plugin now does beyond its full-page panel.
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.
Contributor
Author
|
Updated for the 0.7.0 release: the range moves to
Everything stays inside the plugin's hard root; 879 tests, |
Contributor
Reviewed and merged. We security-reviewed the source at the exact tag your entry resolves to, installed it from that entry into a dev build of BB 0.40, and confirmed it loads and runs. Thanks for the submission — nice work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the existing
file-managerentry (PR #90) for the 0.6.x line. Code lives in the same repository and subdirectory; only the range and the description change.Why the range has to move. The entry declares
^0.4.0, which on a0.xline covers0.4.xonly, sofile-manager/v0.6.2never reaches the catalog. Widened to^0.6.0.What the plugin gained since 0.4.0
backups/*-2026-08-25.md) or a since-moved file opens the nearest folder that does exist, with the name pre-filtered. A second opener wraps BB's own preview so the automatic per-extension pick keeps previewing, plus one "Open location" button. 218 extensions claimed;pdfdeliberately left to the pdf-viewer entry.Path resolution stays inside the plugin's hard root (the home directory of the user running bb), through the same clamp every other operation uses.
Verified locally:
npm ci --ignore-scripts && npm run build && npm run check(the liveness check resolves the range against the realfile-manager/v0.6.2tag).🤖 Generated with Claude Code