v0.31September 18, 2025

Starting today, power users and developers can spin up custom extensions on Windows. Weâve added a set of new commands that make scaffolding, developing, and testing extensions on Windows easier. Whether youâre wiring up internal APIs, adding quick actions for your daily tasks, or experimenting with AI-powered flows, youâll be up and running in minutes, just follow the guide!
⨠New
- Extensions: Added a new
Create Extensioncommand - Extensions: Added a new
Import Extensioncommand - Extensions: Added a new
Fork Extensionaction - Dynamic Placeholders: Added a new
{calculator}dynamic placeholder
đ Improvements
- Extensions: When an issue occurs in an extension, youâll be able to report it to the extensionâs author and contributors
- Extensions: When an issue occurs in a local extension, youâll be able to see both the React Component stack trace as well as the JavaScript stack trace
- Store: Improve sorting of extensions
đ Fixes
- Calculator: Fixed a crash due to an unsupported timezone format
- Extensions: Fixed an crash with the
CopyNamecommon shortcut - File Search: Removed displaying empty size for folders
- Root Search: Ensured we get out of compact mode when an alert needs showing
- Settings: Fixed an issue where the caret would jump to the end of some inputs when editing text
- Dynamic Placeholders: Fixed the
{selection}placeholder not being recognised
