Skip to content

Version 0.1.44

This release introduces a new modal-based code editor with convenient keyboard shortcuts, improving the user experience and workflow efficiency. It also includes several bug fixes to enhance canvas node rendering and ensure the model dropdown populates correctly when triggering code generation.

New Features

  • Replaced the inline CodeMirror overlay with a cleaner modal editor and added keyboard shortcuts for editing nodes, running code, and AI actions, improving usability and power user workflow (cc67fb) (Eric Ma)

Bug Fixes

  • Fixed the model dropdown not populating when opening code generation with Shift+A by properly passing the models array and current model (a79182) (Eric Ma)
  • Improved canvas node rendering to prevent double rendering, preserve selection state during animations, and eliminate visual stuttering for a smoother user experience (58dcf6) (Eric Ma)

Deprecations

  • None