Convert the hardcoded Claude / Visual Studio / Redeploy buttons into
a configurable action-button system with an editor UI.
- New config field actions[] with kinds: terminal, detached, open
(open uses Windows shell association — used by the .sln preset)
- requiresFile supports * globs (e.g. *.sln matches solution files)
- Migration seeds Claude + Visual Studio + Redeploy on first run, with
a one-time vsActionBackfilled pass to add VS to users who already
migrated under the previous two-seed flow
- ActionEditor modal: list with reorder/edit/delete, add form with
preset dropdown (Claude, Visual Studio, VS Code, Cursor, Run
1ReDeploy.bat, Commit & Push) and a curated icon dropdown plus
free-text override
- runAction IPC dispatches by kind; isCommandAvailable generalizes
the per-CLI PATH probe used to disable buttons whose CLI is missing
- Built-in VS button removed from BookmarkRow + MinimizedList; Claude
visibility toggle removed from settings (now an editable action)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>