Skip to content

fix(devtui): show output when clearing cache#1068

Merged
Soner (shyim) merged 1 commit into
nextfrom
fix/devtui-cache-clear-feedback
May 28, 2026
Merged

fix(devtui): show output when clearing cache#1068
Soner (shyim) merged 1 commit into
nextfrom
fix/devtui-cache-clear-feedback

Conversation

@shyim

@shyim Soner (shyim) commented May 28, 2026

Copy link
Copy Markdown
Member

Summary

  • The "Clear Cache" command in devtui ran cache:clear synchronously, discarded the result, and returned nil — giving the user no feedback that anything happened.
  • Route it through the existing runTask infrastructure (same as the build actions) so it switches to the task view, streams output under a "Clearing Cache..." header, and reports completion/error.
image

Route the Clear Cache action through runTask so it streams cache:clear
output and reports completion instead of running silently.
@shyim Soner (shyim) merged commit 3656508 into next May 28, 2026
2 checks passed
@shyim Soner (shyim) deleted the fix/devtui-cache-clear-feedback branch May 28, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant