Official exampleReference example in the Paperclip repository, for development.

File Browser

Browse and edit project workspace files from a project detail tab, with an optional sidebar Files link. Saving writes changes back to disk inside the workspace. A reference example in the Paperclip repository.

PaperclipIn the Paperclip repoDevelopment example

What it does

  • Workspace file tree and editor tab
  • Saving writes files to disk, scoped to the workspace
  • Optional sidebar Files link, off by default

Install

Repo-local development example. Don’t assume it ships in production installs.

pnpm --filter @paperclipai/plugin-file-browser-example build
npx paperclipai plugin install ./packages/plugins/examples/plugin-file-browser-example
  1. In a Paperclip source checkout, build the example from the repository root.
  2. Install it by local path.
  3. Review its manifest and capabilities before enabling it.