Colorful agent activity replaces Paseo's public reasoning and agent tool-call rows with compact, icon-led cards. It keeps the latest thinking block and latest tool call open, shows useful details on demand, and uses Shiki for shell and code output.
From the plugin's README
reasoning-display when using this plugin because both transform reasoning rows.paseo plugin add mcowger/paseo-plugins --ref main --path colorful-agent-activitySecurity status covers commit 3bcba9ee96bf. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
From the public repository:
paseo plugin add mcowger/paseo-plugins:colorful-agent-activity
For a local checkout:
cd /absolute/path/to/paseo-plugins/colorful-agent-activity
npm install --legacy-peer-deps
npm run typecheck
npm test
paseo plugin install "$PWD"
README
Colorful agent activity replaces Paseo's public reasoning and agent tool-call rows with compact, icon-led cards. It keeps the latest thinking block and latest tool call open, shows useful details on demand, and uses Shiki for shell and code output.
Requires Paseo >=0.8.0.
Thought process and shell activity:
Expanded shell command with command/output sections:
Interactive agent question row:
Expanded file read with syntax-highlighted content:
Paseo tool calls use purpose-built cards with readable prompt, configuration, result, and status sections:
+8 / -0 with colored diff rows.From the public repository:
paseo plugin add mcowger/paseo-plugins:colorful-agent-activity
For a local checkout:
cd /absolute/path/to/paseo-plugins/colorful-agent-activity
npm install --legacy-peer-deps
npm run typecheck
npm test
paseo plugin install "$PWD"
Disable reasoning-display while this plugin is enabled. Paseo gives the first matching timeline
transformer ownership of a source row.
Set Paseo's Tool call detail setting to Detailed. In Overview mode, Paseo groups consecutive tool calls before plugin transforms run, so the plugin cannot recover each individual call.
Choose a palette under the plugin's Colorful activity settings screen:
Reload after installation or source changes:
paseo plugin reload colorful-agent-activity
reasoning-display when using this plugin because both transform reasoning rows.npm run lint
npm run typecheck
npm test
The plugin uses separate Paseo v0.8 client and server entries. The server entry only registers the host-scoped palette settings; timeline rendering runs in the client bundle.
The registry entry belongs in the separate paseo-cafe/paseo-cafe repository. This plugin's entry
would be registry/colorful-agent-activity.json:
{
"repo": "mcowger/paseo-plugins",
"path": "colorful-agent-activity",
"categories": ["developer-tools", "productivity"],
"caveats": [
"Requires Paseo Tool call detail to be set to Detailed",
"Disable reasoning-display while this plugin is enabled"
],
"submittedBy": "mcowger"
}
The public repository, manifest ID, README sections, screenshots, test script, typecheck script, and license are all present for the registry health checks.
MIT. See LICENSE.
Scanned 10 Sep 2026, 20:54 UTC from mcowger/paseo-plugins/colorful-agent-activity.