Skip to content

feat(ui): move cache hit line to end#108

Merged
branchseer merged 1 commit intomainfrom
01-14-feat_ui_move_cache_hit_line_to_end
Jan 14, 2026
Merged

feat(ui): move cache hit line to end#108
branchseer merged 1 commit intomainfrom
01-14-feat_ui_move_cache_hit_line_to_end

Conversation

@branchseer
Copy link
Copy Markdown
Member

@branchseer branchseer commented Jan 14, 2026

TL;DR

image

Improved cache hit reporting for direct task execution by moving cache status messages to the end of output instead of the beginning.

What changed?

  • Removed inline cache status messages that appeared before command output for direct synthetic executions
  • Added cache hit messages that appear at the end of output for better readability
  • Updated all relevant test snapshots to reflect the new output format
  • Updated package.json to use vite lint instead of vite foo for the "lint" script

Why make this change?

The previous implementation showed cache status messages before command output, which could be confusing and disruptive to the reading flow. Moving cache hit messages to the end of the output provides a more natural reading experience, as users first see the command results and then the cache status. Additionally, cache miss messages have been removed entirely as they added noise without providing significant value.

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@branchseer branchseer marked this pull request as ready for review January 14, 2026 10:30
@branchseer branchseer requested a review from fengmk2 January 14, 2026 10:30
@branchseer branchseer merged commit 6f8bfd6 into main Jan 14, 2026
7 checks passed
@branchseer branchseer deleted the 01-14-feat_ui_move_cache_hit_line_to_end branch January 14, 2026 14:00
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.

2 participants