feat(terminal): add optional live timers and spinners to terminal tasks

This commit is contained in:
2026-05-13 20:18:52 +00:00
parent e2eb4eb040
commit 1ae31e36bc
8 changed files with 228 additions and 15 deletions
+7
View File
@@ -4,6 +4,13 @@
### Features
- add optional live timers and spinners to terminal tasks (terminal)
- Adds task options and runtime toggles for live timers and animated spinners in interactive terminal rendering.
- Prefixes every line of multiline updates and failure details with the task name in non-interactive output for clearer logs.
- Uses @push.rocks/smarttime to format timer output as human-readable second-based durations.
## 2026-05-13 - 4.2.0
### Features