Dev tool for previewing prompt outputs. Verify parsing works correctly and quickly check specific tool combinations.
bun run dcp [TYPE] [-p] [-d] [-c]| Flag | Description |
|---|---|
--system | System prompt |
--nudge | Nudge prompt |
--prune-list | Example prunable tools list |
--compress-context | Example compress context |
| Flag | Description |
|---|---|
-d, --distill | Enable distill tool |
-c, --compress | Enable compress tool |
-p, --prune | Enable prune tool |
If no tool flags specified, all are enabled.
bun run dcp --system -p -d -c # System prompt with all tools bun run dcp --system -p # System prompt with prune only bun run dcp --nudge -d -c # Nudge with distill and compress bun run dcp --prune-list # Example prunable tools listThis CLI does NOT ship with the plugin. It's purely for DX - iterate on prompt templates and verify the <tool></tool> conditional parsing produces the expected output.