Skip to content

Add agent-console to Parallel Coding Agents - Terminal - #115

Open
buhuipao wants to merge 1 commit into
andyrewlee:mainfrom
buhuipao:add-agent-console
Open

Add agent-console to Parallel Coding Agents - Terminal#115
buhuipao wants to merge 1 commit into
andyrewlee:mainfrom
buhuipao:add-agent-console

Conversation

@buhuipao

Copy link
Copy Markdown

Adding agent-console to Parallel Coding Agents — Terminal (TUI/CLI), inserted
alphabetically before agent-deck.

agent-console is a Rust TUI (ratatui + portable-pty) for Codex and Claude Code
sessions. Two things make it different from the tools already on this list:

  • It discovers sessions from the providers' own persisted transcripts, so
    sessions started in any other terminal show up too, not only ones it launched.
  • It does not require tmux or git worktrees. Managed sessions run in place and
    are guarded by cross-process leases; on Unix a detached PTY daemon keeps them
    alive across dashboard restarts.

Entering a session runs the provider's own resume command, so you get the native
Codex or Claude Code UI rather than a replacement chat interface. Each managed
agent can keep persistent same-directory shell panes beside it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant