Compact and folded agent activity for Paseo with single-line turn summaries, dense line spacing, and rich inspection.
paseo plugin add cnaron/compact-agent-activity --ref mainSecurity status covers commit 6009cbdb7e9a. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add cnaron/compact-agent-activity
git clone https://github.com/cnaron/compact-agent-activity.git
cd compact-agent-activity
npm install --legacy-peer-deps
npm run typecheck
npm test
paseo plugin install "$PWD"
README
A high-performance Paseo plugin that brings single-line folded activity summaries, ultra-compact IDE-style line spacing, and rich interactive detail inspection to Paseo across macOS desktop, web, and native mobile (iOS and Android).
By default, it condenses each agent turn's tool calls and thoughts into a clean, single-line folded summary (> Ran 34 commands · Edited 13 files · Read 40 files), eliminating chat clutter while keeping full details one click away.
Requires Paseo >=0.8.0.
Each agent turn condenses commands, file reads, and edits into a single, compact line (> Thought · Ran 17 commands · Edited 1 file), keeping conversation history focused and readable:
Click anywhere across the entire row to smoothly expand the structured activity tree with status icons, diffs, and execution output:
Ultra-dense 3px row spacing between consecutive folded activities eliminates vertical clutter during multi-step tasks:
hitSlop: 8) for comfortable tapping on mobile devices.paseo plugin add cnaron/compact-agent-activity
git clone https://github.com/cnaron/compact-agent-activity.git
cd compact-agent-activity
npm install --legacy-peer-deps
npm run typecheck
npm test
paseo plugin install "$PWD"
reasoning-display while this plugin is enabled, as both transform reasoning timeline rows.Reload after installation or changes:
paseo plugin reload compact-agent-activity
This project builds upon and draws inspiration from several wonderful open-source projects:
colorful-agent-activity plugin. The excellent foundation—including AST parsers, diff rendering, theme palettes, and detail viewers—serves as the bedrock of this enhanced experience.This plugin is designed to be listed in the official paseo.cafe plugin registry under registry/compact-agent-activity.json:
{
"repo": "cnaron/compact-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": "cnaron"
}
MIT. See LICENSE.
Scanned 14 Sep 2026, 17:47 UTC from cnaron/compact-agent-activity.