Would love a --watch flag on wt list that re-renders the table on an interval (e.g. every 3-5 seconds).
Main use case: keeping a dedicated terminal pane as a live dashboard while running multiple Claude Code agents in parallel. The 🤖/💬 markers make wt list a natural agent monitor, but re-running it manually breaks the flow.
watch -n 5 -c 'wt list --full' works as a stopgap but flickers and doesn't leverage the existing progressive rendering.
Similar tool gwq supports gwq status --watch, so there is prior art in the space.
Would love a
--watchflag onwt listthat re-renders the table on an interval (e.g. every 3-5 seconds).Main use case: keeping a dedicated terminal pane as a live dashboard while running multiple Claude Code agents in parallel. The 🤖/💬 markers make
wt lista natural agent monitor, but re-running it manually breaks the flow.watch -n 5 -c 'wt list --full'works as a stopgap but flickers and doesn't leverage the existing progressive rendering.Similar tool gwq supports
gwq status --watch, so there is prior art in the space.