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 listis now a table (id · project · last activity · first user prompt);pd watchheaders name the session. Derived at read time from existing log data, so it works retroactively for every session. pd watchstreams only new activity by default (#29) —--replayshows 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 --allno 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