Conversation
Sessions 230-231: - Command Center: % grep prefix, debug/task keyword prefixes, placeholder hints dropdown (9 items on empty query) - <leader>sw greps word under cursor; :GrepWord command - Git branch switcher: clickable branch name in status bar opens branch picker; ahead/behind counts (↑N ↓N); :Gbranches command; GTK + TUI click handlers - Fixed picker confirm using Gcheckout → Gswitch - 36 new tests (4955 total) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Git branch picker tests failed in CI because `git commit --allow-empty` requires user.name/user.email, which aren't set on GitHub Actions runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…mations, bump to 0.6.0 - Session 232: Inline new file/folder in explorer tree (ExplorerNewEntryState, GTK bordered text field, TUI inverted-cursor rendering, 10 new tests) - Session 233: Explorer focus UX polish (stronger selection colors across 6 themes, suppress current-file highlight when focused, Ctrl-W h focuses explorer, GTK TreeView key passthrough fixes) - Session 234: Replace status-line confirmations with modal dialogs (confirm_delete_file, start_move_file_dialog with text input, unified engine dialog system for both GTK and TUI, removed PromptKind/SidebarPrompt, removed GTK native delete dialog, 7 new tests) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
cargo clippy -- -D warningscleancargo fmtclean🤖 Generated with Claude Code