A Paseo plugin that folds noisy user messages into compact cards.
paseo plugin add jegork/paseo-tidy-timeline --ref mainSecurity status covers commit d98950b490db. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add jegork/paseo-tidy-timeline
Requires Paseo 0.8.
README
A Paseo plugin that folds noisy user messages into compact cards.
/skill:name into the conversation as a marker sentence followed by
the whole SKILL.md, which Paseo shows as a reply-sized wall of text. The card shows
Skill · name with a line count; tap to expand the body, copy it from the footer. Both shapes are
recognised: the body as its own assistant row (what Paseo's omp mapper emits) and the body bundled
into the user message.<irc> blocks. The card lists one collapsed row per message with the sender and a two-line
preview; tap to read, Copy underneath. The two delivery boilerplate lines are dropped. When Paseo
merges a delivery into the reply that was streaming, the row is split: the reply's own words stay
in place, rendered by the plugin, and the blocks become the card.<system-notice> for a finished background job becomes one line,
"Background job X has completed · status · duration · lines", expanding to the result preview.
The closing tags and the "full payload at agent://" pointer are dropped.Card bodies render a small markdown subset of their own, since Paseo exposes no markdown component to plugins: paragraphs, headings, bullet and numbered lists, fenced code, and inline code, bold and italic, plus links, which open in the browser. Anything else stays literal.
Client-only. Nothing runs on the daemon and nothing is stored.
paseo plugin add jegork/paseo-tidy-timeline
Requires Paseo 0.8.
Paseo 0.8 splits an assistant message into markdown blocks while it streams and runs transformers
per block, so an injected row can reach the plugin as fragments. Whole rows get the full cards
above. Fragments degrade rather than break: a skill marker on its own becomes a header-only skill
card, an <irc> opener becomes "Message from X", trailer lines and closing tags are hidden, and a
notice header becomes a banner. The message paragraphs in between stay as ordinary markdown. A
reload of the agent refetches whole rows and restores the full cards.
Transformers may only target user, assistant, reasoning, tool-call, todo, error, and compaction rows, so omp's "mounted tool" notifications stay as they are.
Scanned 14 Sep 2026, 07:44 UTC from jegork/paseo-tidy-timeline.