PromptKit - rewrite and transform prompts directly from the Paseo composer.
From the plugin's README
PromptKit pill opens the PromptKit sheet instead (see above); it reads and clears the Composer through the app's React tree rather than the DOM, which a Paseo update can break in the same way. Nothing is copied or sent on its own. /rewrite is not available on mobile. On Web, a refusal names what was found (no Composer, none visible, or more than one visible).>=0.9.0. Because text access depends on the Composer DOM (or, on mobile, the React tree), a Paseo UI change can break it even when the public plugin SDK is compatible.General ships. Any other action is a custom action you write in Settings, or a pack you bundle as a JSON file — see docs/EXTENDING.md.Timeout (ms) can fire.npmjs · Paseo 0.9+
paseo plugin add npm:paseo-prompt-kit@0.5.5GitHub · Paseo 0.8 fallback
paseo plugin add hungcuong9125/paseo-prompt-kit --ref ba7de09a3117c635d7acfd0cbb597bdb6363f688Git security status and fallback installation are pinned to commit ba7de09a3117.
README
PromptKit is a Paseo plugin that rewrites the prompt in your Composer before you send it. It adds a PromptKit pill to the Composer and a /rewrite <prompt> slash command. The rewrite replaces the Composer text in your own voice — first person, speaking to the agent — and keeps your language and every protected literal (URLs, absolute paths, shell commands, code blocks, model and tool names).
The rewrite runs one of three ways, chosen in Settings: the agent's own provider CLI with the model the Composer shows (the default), a provider CLI with a model you pick, or a direct request to an API you configure (OpenAI, Anthropic, Google Gemini, Cloudflare Workers AI, or anything speaking one of those protocols). A CLI runs headlessly in a temporary directory — no Paseo agent, no tab, no archive — so your conversation never receives a rewrite turn.
See CHANGELOG.md for release notes.
PromptKit. The text is rewritten in place; a leading /rewrite left in the text is ignored. Available once the agent exists, so on a new seat it appears after the first message./rewrite <prompt> — type the command with the prompt after it and press Enter. Paseo empties the Composer and hands the text to PromptKit, which puts the /rewrite … line straight back, dims it with a light sweep while it works, and then replaces it with the rewrite. A failed rewrite leaves your line in place. Available immediately, including on a new seat before its first message. Because no agent exists yet on a draft, /rewrite cannot use Current agent model; choose Dedicated model or Direct API with a selected endpoint and model in Settings, or use the pill once the agent exists.No path sends the message on its own. You review the result and send it yourself.
General is the one action that ships. It turns the draft into a clear instruction the agent can act on: the concrete action, each constraint made checkable, the working steps for that kind of task (find the cause first, follow the codebase's existing way, keep the change scoped), and how the agent knows it is done. It never invents files, numbers, requirements or decisions the draft does not contain, and it never writes about you as "the user". Add your own actions under Settings → Custom actions.
>=0.9.0 (Desktop, Web or mobile). Built and tested against the 0.9.0 plugin SDK.PATH, and a model it can reach.PromptKit is published on npm as paseo-prompt-kit. On Paseo 0.9:
paseo plugin add npm:paseo-prompt-kit
paseo plugin ls
Pin a release by adding its version, for example npm:paseo-prompt-kit@0.5.5. The plugin id stays prompt-kit, so reload and logs use that id:
paseo plugin reload prompt-kit
paseo plugin logs prompt-kit
cd /path/to/paseo-prompt-kit
npm install
npm run typecheck
paseo plugin install /path/to/paseo-prompt-kit
paseo plugin ls
paseo plugin install trusts the plugin: server code runs unsandboxed on the daemon host and client code runs inside Paseo. Reload after a code change:
paseo plugin reload prompt-kit
paseo plugin logs prompt-kit
Install a managed Git checkout:
paseo plugin install hungcuong9125/paseo-prompt-kit --ref main
paseo plugin ls
--ref chooses the initial branch, tag, or commit once; later paseo plugin update prompt-kit follows the remote's default HEAD. Pin a release instead of tracking main by giving --ref a tag:
paseo plugin install hungcuong9125/paseo-prompt-kit --ref v0.5.5
paseo plugin ls reports the installed commit.
Open PromptKit's settings from Paseo Settings → Plugins → the … menu on prompt-kit → Settings. The bar at the top says whether a rewrite would run and over which path, names the reason when it would not, and holds Save / Discard once something has changed. Nothing is written until Save.
The screen reads top to bottom in setup order:
General.Provider CLI (default) — the provider's own CLI runs the rewrite headlessly. The model comes from Model source.Direct API — PromptKit posts to an endpoint you configure. No CLI is started, and there is no Model source: the model is chosen in the API endpoint section.Current agent model — the model the Composer's model control is showing for the agent whose pill you pressed. PromptKit reads the same value Paseo does (the provider session's runtime model first, then the configured model), so what you see is what runs.Dedicated model — a provider, model and thinking option you pick from the daemon's provider catalog, whatever the agent itself runs.Same as the prompt (default) keeps the language you wrote in. English, Tiếng Việt, or any language you add translates the prose while paths, commands, code and names stay exactly as written. A language is one JSON file under shared/languages/; see docs/guides/output-languages.md.
| Transport | Model source | What runs |
|---|---|---|
Provider CLI |
Current agent model |
The agent's own provider CLI with the model the Composer shows |
Provider CLI |
Dedicated model |
The dedicated provider's CLI with the model you picked |
Direct API |
— | An HTTP request to the endpoint and model chosen under API endpoint |
On Direct API, an agent whose provider is mapped under Advanced → Endpoint per provider sends its own model to that endpoint instead — this is how you point a provider such as opencode at your own OpenAI-compatible endpoint. Every other agent uses the endpoint and model from the API endpoint section; with no endpoint selected, only mapped providers can rewrite.
Choose an endpoint — presets and your saved custom endpoints are listed A–Z (Anthropic, Cloudflare Workers AI, Google Gemini, Groq, Local server, OpenAI, OpenRouter), with Custom endpoint… last — fill in the base URL, pick a Key source (see API keys), and press Test. A successful test fills the Model list from the endpoint; the rewrite refuses a model outside that list. When a list has more than 8 models, a Filter models row above Model narrows the dropdown by name or id; the saved model always stays in it. Save is blocked while the endpoint cannot work (for example an empty base URL), with the reason in the status bar.
Timeout (ms): how long a rewrite may run, default 90000, allowed range 1000–600000. The daemon caps one plugin call at 30 s, so the screen notes when a budget above that cannot be reached.CLI per provider (Provider CLI): lists only the providers you have overridden, plus an Add row. A provider named after its CLI (for example pi or codex) resolves on its own and needs no entry; an unresolved provider is refused, never guessed.Endpoint per provider (Direct API): lists only mapped providers, plus an Add row. Pressing the pill in an agent of a mapped provider sends that agent's own model to the endpoint over HTTP. A mapped provider ignores the Model chosen under API endpoint.Settings are host-scoped and persist across plugin reload.
An API key is never stored in PromptKit's settings document. That document is read by the client — including the Paseo Web UI — so a key placed there would leave your machine. Instead each endpoint picks one Key source in the API endpoint section, and the daemon reads the value at request time from that source only. There is no fallback: a key missing from the chosen source fails closed with missing_api_key, the message names the variable and the place it looked, and the Composer text is untouched.
| Key source | Rows shown | Where the value is read |
|---|---|---|
Environment variable (default) |
Key variable | The daemon's environment variable with that name. The plugin server inherits the daemon's environment, so this suits a daemon started from a shell. |
secrets.json |
Key variable, Secrets directory, API key (optional); Cloudflare also Account ID | The entry with that name under apiKeys in <Secrets directory>/secrets.json. |
No key |
— | Nothing. For a local server (vLLM, llama.cpp, LM Studio). |
Secrets directory is shared by every endpoint that uses secrets.json. It must be an absolute path or start with ~/. Empty means <PASEO_HOME>/plugin-settings/prompt-kit; PASEO_HOME defaults to ~/.paseo, so on macOS the default file is ~/.paseo/plugin-settings/prompt-kit/secrets.json.
After a successful Test, the Connection row says which source the key came from.
Paseo Desktop reads your login shell's environment once, when it starts, and the daemon keeps that copy. A key exported in ~/.zshrc after Paseo started does not reach it until you quit and reopen Paseo; a daemon started some other way (a service, a remote host) may never see it. secrets.json is read at request time, so it works however and whenever the daemon was started.
secrets.json formatOne file holds every key: one entry per key under apiKeys, named whatever you like. Each endpoint whose Key source is secrets.json points at one entry through its Key variable, so several endpoints — or two accounts of one vendor, e.g. GEMINI_WORK and GEMINI_PERSONAL — share the file. Values must be strings; any other value is ignored.
{
"version": 1,
"apiKeys": {
"OPENAI_API_KEY": "sk-...",
"ANTHROPIC_API_KEY": "sk-ant-...",
"GEMINI_API_KEY": "AIza..."
}
}
Start from the template in this repository and keep it owner-only:
mkdir -p ~/.paseo/plugin-settings/prompt-kit
chmod 700 ~/.paseo/plugin-settings/prompt-kit
cp docs/templates/secrets.template.json ~/.paseo/plugin-settings/prompt-kit/secrets.json
chmod 600 ~/.paseo/plugin-settings/prompt-kit/secrets.json
Then replace each replace_me, delete the entries you do not use, and set the matching endpoints' Key source to secrets.json.
[!WARNING] Typing a key into the API key field sends the secret from the Paseo app to the daemon once, over the same connection Paseo uses. When you use Paseo Web or a client on another machine, the key crosses that link. Anyone who can open your Paseo settings can also overwrite or remove stored keys. Use this only on a machine and connection you trust.
Prefer, in this order:
Environment variable) — nothing leaves the daemon's machine and no file holds the key.secrets.json yourself on the daemon's machine, as above — the key never passes through the Paseo app.With Key source secrets.json, the API endpoint section shows an API key field (masked) and a Store API key row. Save writes the value under the endpoint's Key variable in secrets.json: other entries and fields are kept, the directory is created 0700 and the file written 0600 through a temporary file and a rename, and a malformed file is refused rather than overwritten. The field is cleared after saving. The key is write-only: the screen only says whether a value is stored, and Remove stored API key deletes that one entry. The value never enters the settings document, a log, or an RPC answer. Two clients saving at the same moment can overwrite each other's change.
The environment variable "GEMINI_API_KEY" is not set), not the value.secrets.json only when you press Save or Remove in the API key rows, and only the one entry named by the endpoint's Key variable. It never reads a value back to the app.No key sends no credential. That is valid for a local server (vLLM, llama.cpp, LM Studio), which is why it is allowed rather than treated as an error.Endpoints are defined in the settings document under apiEndpoints, because that is the only configuration store a Paseo plugin can read. A provider profile in ~/.paseo/config.json is not visible to PromptKit: the daemon does not pass provider environment variables to plugins.
Each endpoint is one of four protocols. Adding a vendor that speaks one of them is a settings edit, not a code change:
| Protocol | Request | Works with |
|---|---|---|
openai |
POST <baseUrl>/chat/completions, Authorization: Bearer |
OpenAI, OpenRouter, LiteLLM, vLLM, llama.cpp, LM Studio, Together, Fireworks, Groq, most gateways |
anthropic |
POST <baseUrl>/v1/messages, x-api-key |
Anthropic, z.ai, Alibaba/Qwen, Anthropic-compatible gateways |
gemini |
POST <baseUrl>/v1beta/models/<model>:generateContent, x-goog-api-key |
Google AI Studio, Vertex |
cloudflare |
POST <baseUrl>/accounts/<account id>/ai/run/<model>, Authorization: Bearer |
Cloudflare Workers AI (@cf/... models) |
Cloudflare Workers AI. Base URL https://api.cloudflare.com/client/v4. The endpoint has an extra Account ID row, above Key variable, holding the name of the variable with your account id — prefilled CLAUDFLARE_ACCOUNT_ID, change it if yours differs. The account id is read from the same Key source as the token, so with secrets.json both live in the file and work however Paseo was started. The key variable defaults to CLOUDFLARE_AUTH_TOKEN, an API token with Workers AI permission. Models are the full @cf/... ids, for example @cf/meta/llama-3.1-8b-instruct-fp8; Test lists the account's text-generation models. PromptKit sends max_tokens: 2048 because the service default of 256 tokens would cut a rewrite short.
Example — a Google Gemini endpoint with gemini-2.5-flash-lite, from the settings document:
{
"transport": "api",
"apiEndpointId": "gemini",
"apiModel": "gemini-2.5-flash-lite",
"apiEndpoints": [
{
"id": "gemini",
"label": "Google Gemini",
"protocol": "gemini",
"baseUrl": "https://generativelanguage.googleapis.com",
"keySource": "env",
"apiKeyEnv": "GEMINI_API_KEY",
"models": ["gemini-2.5-flash-lite"]
}
]
}
Example — point one provider at an endpoint, so it never pays a CLI cold start:
{
"transport": "api",
"apiEndpointByProvider": { "opencode": "openrouter" }
}
An endpoint that lists models restricts the choice to that list, and a model outside it fails closed with invalid_model before any request. Leave models empty to accept any model id — correct for a local server whose list PromptKit cannot know.
| Code | Meaning |
|---|---|
missing_api_key |
The endpoint's Key source has no value for its key variable, secrets.json is missing or malformed, or the secrets directory is not absolute |
api_endpoint_unknown |
The selected or mapped endpoint id is not defined in apiEndpoints |
invalid_model |
The model is not in the endpoint's models list |
api_http_error |
The endpoint answered a non-2xx status, or was unreachable |
api_bad_response |
The answer was not JSON, or carried no text |
timeout |
The request exceeded Timeout (ms) |
Every one of these leaves the Composer text untouched.
PromptKit pill opens the PromptKit sheet instead (see above); it reads and clears the Composer through the app's React tree rather than the DOM, which a Paseo update can break in the same way. Nothing is copied or sent on its own. /rewrite is not available on mobile. On Web, a refusal names what was found (no Composer, none visible, or more than one visible).>=0.9.0. Because text access depends on the Composer DOM (or, on mobile, the React tree), a Paseo UI change can break it even when the public plugin SDK is compatible.General ships. Any other action is a custom action you write in Settings, or a pack you bundle as a JSON file — see docs/EXTENDING.md.Timeout (ms) can fire.The host compiler accepts only client/, server/ and shared/ at the root, so the modules live inside them. docs/CORE.md names each module's one responsibility; docs/guides/ walks through the two data-only extensions (a new action pack, a new output language); docs/EXTENDING.md covers those plus API protocols, CLI families and settings sections, with templates under docs/templates/.
MIT — see LICENSE. PromptKit contains no copied upstream code. The Composer text access pattern follows paseo-emoji (MIT); the plugin runs on Paseo (Apache-2.0) through its public plugin SDK.
Scanned 24 Sep 2026, 19:22 UTC from hungcuong9125/paseo-prompt-kit.