1.0.6
Jul 2026
- Fixed “Discard My Changes” during a pull conflict used to revert every tracked file in the repo and delete the safety stash. It now restores only the files that were actually in conflict, and your pre-pull work stays recoverable via
git stash. The confirmation dialog says exactly what will happen. - New The conflict banner now lists every conflicted file with a resolved check, click-to-open, and a Re-check button — resolve files in any editor and the session clears without opening each one in Bungu.
- Fixed Renaming or trashing the open file from the sidebar no longer leaves the editor pointing at the old path (autosave used to quietly re-create the file you’d just renamed).
- New If the open file is deleted on disk, Bungu says so with a banner — Keep My Version or Close File — instead of doing nothing.
- New Detached-HEAD protection: the status bar shows “(detached)”, the commit sheet warns you, and Push is disabled with an explanation instead of pushing the wrong ref.
- Fixed Cloud chat now works on its own. Previously, messages were silently dropped unless a local model was also downloaded — and requests carried a local model name the cloud API could never accept. Your configured cloud model is now actually used, and a blocked send always tells you why.
- Fixed If saving an API key to the Keychain fails, the sheet now stays open and shows the error instead of closing as if it had worked.
- Fixed Report Issue works without the
ghdeveloper tool — Submit opens a prefilled GitHub issue page in your browser instead of a dead end. - Fixed The deep model and the chat “Apply edit” button were unreachable — the intent router existed but was never connected. Deep-mode routing and Apply-edit now work as documented.
- New Keybindings are live: rebinding a shortcut in Settings updates the menus immediately, and the Command Palette shows the same shortcuts the menus use (Commit no longer claims ⌘K).
- Fixed Find & Replace, Go to Line, and snippet insertion show as disabled with a reason in Polished-only view instead of silently doing nothing. Settings now shows all six tabs.