Skip to content

parley-deck-cli 1.20.0 — live agent transcript

Choose a tag to compare

@feci feci released this 07 Jun 12:38
· 34 commits to main since this release
0b210c2

Live, scrollable, Codex-CLI-style agent transcript

Fixes blank agent tabs during a run. The tab is now a live conversation:

  • Streams in place — a streaming line rewrites itself via \r (the Codex-CLI "potom sa to prepíše"); the TUI used to strip \r.
  • Shows stderr (merged + dimmed [err]) where the otherwise-silent one-shot agents narrate; /stderr toggles it. codex exec shows live.
  • Always-on status header (● working / ✓ finished · wrote <artifact> / ✗ failed / killed / stale) — never blank.
  • Woven steers — typing to an agent appends ❯ you: … and the reply streams into the same scrollable history (no more panel that replaces the view); /artifact views the produced file.

No agent-flag changes (artifact capture untouched), no new deps; the transcript imports neither runner nor app. Reviewed via the full Parley Deck protocol (Phase 6 found 4 MAJOR → fixed → all three reviewers ✅ ACCEPT).

Upgrade

brew update && brew upgrade parley-deck-cli

Windows binaries attached.