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.
433 B
433 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| follow flag for sessions commands | todo | task | 2026-03-27T19:40:28Z | 2026-03-27T19:40:28Z | 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.