You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(deps): upgrade vite-task for compact task runner summary (#623)
## Summary
- Upgrades vite-task dependency to
[voidzero-dev/vite-task#171](voidzero-dev/vite-task#171)
which implements compact task runner summaries (GitHub issue #591)
- Updates `cli.rs` to use `ParsedCommand` (now exposed by vite-task)
with `.into_command()` at dispatch points
- Regenerates 25 snap test outputs: full verbose execution summaries
(~800 lines) replaced by compact one-liners
### New behavior
| Scenario | Output |
|---|---|
| Single task, no cache hit | No summary |
| Single task, cache hit | `---` + `[vp run] cache hit, {duration}
saved.` |
| Multi-task | `---` + `[vp run] {hits}/{total} cache hit ({rate}%),
{duration} saved. (Run 'vp run --verbose' for full details)` |
### New CLI flags
- `-v` / `--verbose`: Show full execution summary (previous default
behavior)
- `--last-details`: Display saved summary from last run
Depends on: voidzero-dev/vite-task#171
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments