You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
457 B
457 B
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| follow flag for sessions commands | in-progress | task | normal | 2026-03-27T19:40:28Z | 2026-03-28T18:12:42Z | claudbg-4d4h |
Add --follow flag to 'sessions dump' and 'sessions transcribe'. After reading to end of file, continue watching the file for new lines (similar to tail -f). New entries are rendered and appended to output as they arrive. Use tokio file watching or polling.