Release **v0.1.0-rc.3** targets final **Paseo 0.8.0**. See [final-version checks and remaining runtime limits](../../docs/verification/paseo-0.8.0-release.md). Screenshots below show the installed Paseo 0.8.0 Windows app.
Requires Paseo: ^0.8.0 — from this plugin's own paseo-plugin.json.


Manifest JSON
{
"id": "command-deck",
"requirements": {
"paseo": "^0.8.0"
}
}paseo plugin add NaruForge/Paseo-Plugin --path plugins/command-deckREADME
Release v0.1.0-rc.3 targets final Paseo 0.8.0. See final-version checks and remaining runtime limits. Screenshots below show the installed Paseo 0.8.0 Windows app.
paseo plugin add NaruForge/Paseo-Plugin:plugins/command-deck --ref v0.1.0-rc.3
Save PowerShell commands for a Project and run them from the Agent Composer or a Workspace panel. Experimental, v0.1.0-rc.3; Windows hosts only. Requires Paseo daemon/app/CLI 0.8.0, PowerShell 7 on the daemon PATH, and the tools used by your commands (for example Node.js/npm).
Source and Windows SDK checks are complete as described in the verification record. Backend installation/reload passed. The Windows screenshot session covers the installed Settings and empty panel; command execution and mobile interaction remain outside that session. Existing verification reports for the other three plugins do not cover Command Deck.
Collection · Compatibility · Install · Support
Captured from the installed Paseo 0.8.0 Windows app on 2026-09-10, in the dark desktop layout. The selected Paseo-Plugin Project has no saved commands, so these captures show its actual empty state; see the capture scope.
The panel exposes Manage commands and Refresh. No command was run and no terminal was created for the screenshot.
Settings edits the Host-scoped command library for the selected Project. Save changes is disabled because the draft is unchanged.
The v0.1.0-rc.3 collection includes this plugin. Use it with compatible 0.8.0 daemon, app and CLI on a Windows host. Enable trusted plugins in the intended daemon’s Settings → Plugins.
Follow the source checkout steps, then run this in PowerShell from the repository root on the daemon host. npm is not needed just to install the existing source.
$repoRoot = (Resolve-Path .).Path
paseo plugin ls
paseo plugin install (Join-Path $repoRoot "plugins/command-deck")
paseo plugin ls
Expect command-deck to be running without load errors. If that ID already exists, use a separate --id command-deck-dev and use that ID in later commands. On a remote 0.8 daemon, put --host <target> before plugin. Installation is per daemon. Use final 0.8.0 daemon and app: beta.1 lacks the revised pill API even though Paseo’s prerelease matcher can accept its manifest range.
Open Settings → Plugins → Command Deck. An empty command list is normal on first install. Then use Commands on an Agent Composer, or Open workspace commands in Command Center.
For Git source evaluation, choose a published commit containing this plugin that you have reviewed:
paseo plugin add NaruForge/Paseo-Plugin:plugins/command-deck --ref v0.1.0-rc.3
The command pins v0.1.0-rc.3. Command Deck is absent from v0.1.0-rc.2. This command is not evidence that Command Deck Git installation has been verified. The three existing plugins' Git path is recorded in the Git source verification; Command Deck Git activation remains unverified. See Git installation.
npm run dev or .\dashboard.ps1.An empty command list is normal on first install. Commands and Open workspace commands still open the panel and can return you to Settings.
Commands belong to Projects and are shared across their Workspaces and Git worktrees. Run state and terminals remain separate for each Workspace. The default working directory is the Workspace root; relative paths resolve against that root, and full Windows absolute paths are accepted. C:relative, root-relative paths and missing directories are rejected. Environment expansion is not applied to the working-directory field.
PowerShell runs with -NoLogo -NoProfile -Command. Commands use the daemon's environment and privileges, not the viewing phone's shell. Profiles and execution policies are not automatically changed. Interactive prompts must be handled in the existing Workspace terminal; there is no general input field or direct terminal-tab navigation in this plugin.
Host Settings schema version 2 keys commands by Project ID. Up to 100 commands across the installation; names up to 80, command lines 8,000 and directories 2,000 JavaScript string code units. See Command Deck Settings.
Settings are ordinary JSON, not a secret vault. They survive reload, disable, update and daemon restart. Removing the plugin installation deletes its commands and installation identifier. Copy anything you want to keep before removal; there is no import/export. Terminals are not automatically killed, and a reinstalled plugin will not adopt the old installation's terminals.
localhost URL is not automatically available on your phone.running plugin status, compatible daemon/app, and the intended Host. The Command Center route does not need an Agent. Installed app and native mobile interaction are not yet verified.pwsh) is on the daemon PATH, not only on the viewing client.C:relative and root-relative paths are rejected.For load errors, run paseo plugin ls, then paseo plugin logs <runtime-id>. On 0.8 use global --host for remote commands. Report persistent problems through Support, including the installed ref and versions, without command bodies, captured output, credentials or private paths.
Run paseo plugin ls against the intended Host before changing an installation. These examples use the default ID command-deck; replace it with your actual ID if you used --id. On the 0.8 CLI, put remote selection before the command: paseo --host <host> plugin ls.
For a Git source installation, check the tracked ref and update it:
paseo plugin status command-deck
paseo plugin update command-deck
paseo plugin ls
Branches advance; fixed tags and commits do not. For a directory source, after reviewing changes to the local checkout use paseo plugin reload command-deck, then paseo plugin ls. Settings survive update/reload. See ref changes and rollback before switching a pinned installation.
Removal is optional and separate from troubleshooting. Removal deletes this installation’s commands and installation identifier. Copy the draft first; there is no import feature. Terminals are not automatically killed, and a reinstalled plugin will not adopt the old installation's terminals. Inspect or stop them in the Workspace terminal before removal. A Git-source removal deletes the managed checkout; a directory-source removal leaves the original source directory intact.
paseo plugin remove command-deck
paseo plugin ls
Confirm only the intended runtime has disappeared. No daemon restart is needed.
For source changes, follow Contributing. Development checks are separate from installation.
npm run typecheck --workspace command-deck
npm test --workspace command-deck
npm run check
The source uses official Settings and Terminal SDK APIs. Server RPCs coordinate run ownership and requests; clients use the selected host's connection. Saved commands and output are ordinary user data, not a credential vault. The plugin adds no command/output backend logging, telemetry, custom process manager or direct vendor HTTP.
See #104, implementation #105, and verification and remaining runtime checks.
Existing version 1 settings preserve command and installation IDs during migration. Known Workspace-to-Project links are resolved in the client; Save changes persists those links with revision protection. Unresolved commands remain under Needs Project assignment for manual selection. No commands or terminals are deleted by migration.
Scanned 10 Sep 2026, 16:24 UTC at commit 68e04414dfe9c7175ad24ae74c01c5e91846ca4f.
Scanned 10 Sep 2026, 16:26 UTC from NaruForge/Paseo-Plugin/plugins/command-deck.