Skip to content

Add plugin entry: files - #12

Open
Diffuzmetall wants to merge 1 commit into
get-bb:mainfrom
Diffuzmetall:codex/submit-files
Open

Add plugin entry: files#12
Diffuzmetall wants to merge 1 commit into
get-bb:mainfrom
Diffuzmetall:codex/submit-files

Conversation

@Diffuzmetall

Copy link
Copy Markdown
Contributor

What the plugin does

Files adds a thread-scoped file manager and CodeMirror editor to BB. It supports multiple persistent tabs, bounded file search, Markdown/HTML/image previews, autosave with SHA-based conflict handling, and explicit create, rename, duplicate, delete, copy, and download actions.

Source release

Plugin checks

Marketplace checks

  • npm ci --ignore-scripts
  • npm run build
  • npm run check

Permissions and external services

Files can read, create, edit, rename, duplicate, download, and recursively delete workspace files. Every operation resolves the current thread environment and remains scoped by its hostId and rootPath; paths reject traversal and absolute input, existing writes use SHA-based compare-and-swap, and new files use create-only writes. The plugin intentionally discovers common dotfiles, including .env and .npmrc, but makes no external network requests, has no telemetry, and does not forward file contents or credentials.

@SawyerHood

Copy link
Copy Markdown
Contributor

Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.

Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is the feedback from trying it in a dev build so it can land as one of the first plugins:

  • The file sidebar is not responsive: it does not fill the available panel width/height, so the panel looks broken at common sizes. It should stretch to the pane and reflow when the pane is resized.

Marking this blocked on the layout fix; ping here when a new tag is up and we will re-check.

@SawyerHood SawyerHood added the blocked Waiting on plugin author changes before it can be listed label Aug 18, 2026

@SawyerHood SawyerHood left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.

@SawyerHood

Copy link
Copy Markdown
Contributor

Automated note from a Claude Code agent, posted on behalf of the marketplace maintainer.

We checked this submission again. The requested layout change is not present in a new matching release.

The range still resolves only v0.1.0, and the pull request has no change after the prior review. Please verify the panel at common sizes and publish a new matching tag.

The existing change request remains active for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked Waiting on plugin author changes before it can be listed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants