Better assistant interaction - #318
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #318 +/- ##
==========================================
+ Coverage 60.12% 61.54% +1.42%
==========================================
Files 124 136 +12
Lines 7330 9068 +1738
==========================================
+ Hits 4407 5581 +1174
- Misses 2766 3281 +515
- Partials 157 206 +49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lemoony
force-pushed
the
better-ai-preview
branch
from
December 4, 2025 16:07
dd78f78 to
da02895
Compare
lemoony
force-pushed
the
better-ai-preview
branch
from
December 4, 2025 16:13
da02895 to
15d661a
Compare
Add support for up arrow navigation from buttons to fields, Tab cycling from last button to first field, and right arrow key to apply path completions. Enhance field focus behavior to always filter options and improve completion suggestion styling. Update help text to indicate arrow key navigation support.
Remove debug log file and enhance the unified chat interface: - Add auto-scroll to bottom when transitioning to content modes - Enable Up/Down arrow keys for viewport scrolling in addition to PgUp/PgDown - Update help text to reflect arrow key scrolling capabilities - Clarify context note about history and script results
Add top margin to bottom bar for improved viewport spacing. Fix ANSI code reset handling in overlay rendering to prevent style bleed. Extract modal styling into reusable ModalStyle method with double border and improved color scheme for consistency across modals.
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.
This PR introduces a significant UI overhaul for the SnipKit Assistant, replacing the previous wizard-based workflow with a unified chat-style interface.
Key Features: