Follow-ups

silo.follow-ups

Mark editor and terminal tabs to come back to later β€” toolbar Flag toggle, tab chip, and a Workspaces panel rollup.

productivityeditor

Follow-ups

A Silo extension for marking CenterDock editor and terminal tabs to come back to later β€” a lightweight β€œI interrupted this” flag with a Workspaces panel rollup.

What you get

  • Toolbar toggle β€” icon-only Flag on the editor/terminal breadcrumb bar (when breadcrumbs are on); pressed when the active tab is marked
  • Tab context menus β€” β€œMark as follow-up” / β€œClear follow-up” on editor and terminal tabs (always available, including when breadcrumbs are off)
  • Tab flag β€” a warn-colored Flag indicator on marked tabs
  • Workspace rollup β€” a status row (1 follow-up / N follow-ups) when a workspace has at least one marked tab
  • Survives restart β€” marks persist while the panel still exists; closing the tab clears that follow-up

Permissions

None β€” marks are stored in extension global storage and painted via the public toolbar / tab-adornment / workspace-status SDK surfaces.

Installing

From a GitHub Release

  1. Go to Releases.
  2. Right-click the .tgz asset β†’ Copy link address.
  3. In Silo: Settings β†’ Extensions, paste the URL and click Install.

From source

git clone https://github.com/silo-code/silo-extensions
cd silo-extensions/follow-ups
npm install
npm run build

Then in Silo: Settings β†’ Extensions β†’ Install from folder, point at this directory.

Building

npm install
npm run build        # one-shot
npm run build:watch  # watch mode
npm test             # unit tests

Versions

VersionPublishedPermissionsBuildsha256
v0.1.1 2026-07-31 none β€” 245b8f4c7a65…