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": "prompt-palette",
"requirements": {
"paseo": "^0.8.0"
}
}paseo plugin add NaruForge/Paseo-Plugin --path plugins/prompt-paletteREADME
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/prompt-palette --ref v0.1.0-rc.3
Save prompts you use often and send them from an Agent's Composer after reviewing the full text.
Experimental, v0.1.0-rc.3 source for Paseo 0.8.0. This plugin is not included in the existing v0.1.0-rc.2 tag. Both daemon and app must be compatible. The user has completed Paseo 0.8 runtime verification; see the runtime record and reported scope. Earlier source verification remains a separate historical record.
Collection · Compatibility · Install · Support
Captured from the installed Paseo 0.8.0 Windows app on 2026-09-10, in the dark desktop layout. The real saved library shows editing, ordering and save controls; see the capture scope.
No prompt was sent or edited for this capture. Historical picker and send previews remain in the initial source review and mobile layout review; they are not current app captures.
The pill remains available for an empty library and links to Settings. Creating a new Agent from a draft Composer is outside this version's scope.
Apply to draft does not save to the Host. Save before leaving Settings or changing Host; unsaved changes are local to the open screen. Cancel / load latest confirms discarding the draft. Delete also requires confirmation and is persisted only by Save changes.
The library belongs to this Host and plugin installation, and is shared by its authorized clients. Other Hosts and installations have separate libraries. Conflicting saves preserve the draft; copy it before explicitly discarding it and loading the latest values. A settings load error does not replace an existing draft. Invalid documents are reported without automatically resetting stored content.
paseo.agents.ref(agentId).send(body). The picker closes on daemon acceptance, not Agent turn completion.Host Settings schema library, version 1, defaults to an empty array. Up to 100 prompts; names up to 80, descriptions 240 and bodies 20,000 JavaScript string code units. Names and bodies cannot be whitespace-only. Item IDs stay stable on edit/reorder; duplicate names are permitted.
Settings are ordinary JSON, not a secret vault. They survive reload, disable, update and daemon restart. Removing the plugin installation deletes its library. Copy anything you want to keep before removal. No cross-Host sync, template variables, search/tags, import/export, macros or scheduled sends are included.
The v0.1.0-rc.3 collection includes this plugin. Use it with compatible 0.8.0 daemon, app and CLI. Enable trusted plugins in the intended daemon’s Settings → Plugins. An existing Agent with a Workspace is needed for sending.
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/prompt-palette")
paseo plugin ls
Expect prompt-palette to be running without load errors. If that ID already exists, use a separate --id prompt-palette-dev and use that ID in later commands. Open Settings → Plugins → Prompt Palette, save your first prompt, then use Prompts on an existing Agent. An empty library is normal on first install and links back to Settings.
For Git source evaluation, choose a published commit containing this plugin that you have reviewed:
paseo plugin add NaruForge/Paseo-Plugin:plugins/prompt-palette --ref v0.1.0-rc.3
The command pins v0.1.0-rc.3. v0.1.0-rc.2 does not contain this plugin. Git add/update/recovery for this plugin is recorded in the Git source verification; see Git installation.
running plugin status, compatible daemon/app, and an existing available Agent with a Workspace. The new-Agent draft Composer is not supported.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 prompt bodies, credentials or private conversation content.
For source changes, follow Contributing. Development checks are separate from installation. Source verification describes the implementation checkpoint and runtime verification records the later user report.
Run paseo plugin ls against the intended Host before changing an installation. These examples use the default ID prompt-palette; 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 prompt-palette
paseo plugin update prompt-palette
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 prompt-palette, 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 prompt library. Copy all prompts you want to retain first; there is no import/export feature. Reinstalling starts with an empty library. A Git-source removal deletes the managed checkout; a directory-source removal leaves the original source directory intact.
paseo plugin remove prompt-palette
paseo plugin ls
Confirm only the intended runtime has disappeared. No daemon restart is needed.
Scanned 10 Sep 2026, 16:24 UTC at commit 68e04414dfe9c7175ad24ae74c01c5e91846ca4f.
Scanned 10 Sep 2026, 16:26 UTC from NaruForge/Paseo-Plugin/plugins/prompt-palette.