Blaze

v0.4.0 : Update notes (2026/04/03)

💡 Thank you for using Blaze!


1. Full chat UI redesign and visual refresh

The chat screen has been redesigned. We retired the speech-bubble style for Blaze’s replies in favor of a cleaner, more readable layout.

  • Better typography: font sizes and smoothing are tuned so even long content reads comfortably

  • Smoother animations: messages appearing and streaming feel more natural

  • Unified theme accents: the accent color is now consistent across light and dark modes

  • Updated sign-in screen

  • Unified settings buttons: a single shared component improves consistency across the screen

  • Canvas light-mode support: header background and borders are improved for better visibility in light mode

  • Salesforce connect environment picker: faster display and better usability


2. Lazy-loaded messages

Long conversations can now be scrolled all the way back, thanks to lazy-loaded messages.

  • Chat messages: past messages are loaded on demand

  • Sidebar conversation list: infinite scroll, so even a large list can be browsed back through


3. Per-org custom prompts for Salesforce

You can now set custom prompts per Salesforce org. By embedding org-specific rules and instructions, you get more accurate responses.

  • Per-org settings: manage different prompts per connected Salesforce org

  • Keyboard shortcut: Cmd+S (Mac) / Ctrl+S (Windows) saves the prompt quickly


4. More flexible window size

The minimum window width was reduced from 1200 px to 600 px.

In narrow window sizes, the sidebar collapses automatically so you can keep working in tight spaces.


5. Blazer 1 performance improvements

We improved performance during Blazer 1 sessions.

  • Streaming render optimization: switched to morphdom-based DOM diff patching for smoother streaming

  • Lower GPU load: optimized GPU usage for glassmorphism effects and animations

  • Improved memory usage: fixed an issue where memory accumulated during long conversations


6. Bug fixes

  • AskUserQuestion (question feature) fix: reworked answer routing and display so answers no longer disappear after reloading a conversation

  • Flex approval mode hang: fixed an issue where approval responses weren’t routed properly, causing the UI to freeze

  • File preview freeze: fixed an issue where selecting a binary or large file froze the UI

  • Window-size bloat: fixed an issue where the window unintentionally grew when switching presets

  • Command timeout handling: child processes are now properly terminated on timeout or interrupt

  • Live preview line numbers: code preview line numbers now display correctly

  • Improved auto-scroll: implemented smarter auto-scroll behavior that respects the user’s scroll position