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
π± Mobile keyboard no longer covers the chat. On iOS and mobile browsers, opening the on-screen keyboard could push content behind it or clip the bottom of the screen. The layout now properly adjusts to keep everything visible above the keyboard.
ποΈ Discarding staged files works correctly. Previously, discarding a file that was already staged (added to a commit) could leave it in a broken state. Staged changes are now properly unstaged and cleaned up in one step.
π Git file list no longer flickers when staging. Toggling a file between staged and unstaged could briefly cause a visual glitch where the list jumped. The file list now updates smoothly.
Improved
π Dropdown menus stay on screen. Dropdown menus (like the model picker) now correctly reposition themselves to stay within the visible area, especially when the keyboard is open or on smaller screens.
π README updated with badges and clearer tunnel docs. Added project badges (stars, language, Discord) to the top of the README, and clarified the remote access / tunnel instructions.