Skip to content

v0.2.0

Latest

Choose a tag to compare

@varmabudharaju varmabudharaju released this 11 Jun 16:19
· 3 commits to master since this release

First release since 0.1.0 hit PyPI. Bundles the session-identity and live-feed work that landed after 0.1.0 packaging.

Added

  • Session identity everywhere (#31) — pd list is now a table (id · project · last activity · first user prompt); pd watch headers name the session. Derived at read time from existing log data, so it works retroactively for every session.
  • pd watch streams only new activity by default (#29) — --replay shows the full backlog when you want it.
  • Full-width live feed (#30) — names the offense on each line, with clearer agent tags.
  • Multi-session fleet demo (examples/demo-sessions.sh) — the source of every README screenshot.

Fixed

  • pd watch --all no longer fuses agents across sessions — live records are now keyed per (session, agent), so the main agent (id "") no longer inherits the first session's project root.

Full changelog: v0.1.0...v0.2.0