Skip to content

parley-deck-cli 1.18.0 — TUI live steering, kill, autocomplete

Choose a tag to compare

@feci feci released this 06 Jun 19:58
· 38 commits to main since this release
8b06a44

TUI: live steering, per-agent kill, slash autocomplete

parley tui is now an active console:

  • Steer round-trip — type a message to an agent (agy/hermes/codex) and it actually runs: a fresh single-agent attempt whose reply streams into that agent's tab (cyan steer <agent> › prefix, " is replying…"). Previously steers were silently recorded with no reply.
  • Kill an agentctrl+k on a running agent tab → kill <agent>? (y/N) terminates just that agent (the rest of the run continues); it shows a KILLED badge.
  • Slash autocomplete — type / + a letter for a command menu; Tab completes, ↑/↓+Enter pick. Tab still switches tabs when you're not typing a command.

Steer attempts are isolated (own dir, no clobber of the round transcript/artifacts), depth-1 queue per agent; per-agent kill never tears down the whole run. Pure TUI/runner change; --no-tui untouched.

Built and reviewed via the full Parley Deck protocol (claude/codex/agy/hermes): design → FINAL → implement → review (4 MAJOR) → fix-up → re-review × 2; codex + hermes ✅ ACCEPT.

Install / upgrade (Homebrew)

brew update && brew upgrade parley-deck-cli

Windows binaries are attached below.