Releases: jaadehq/jaade-public
Releases · jaadehq/jaade-public
Release list
Jaade v0.10.0
Release Notes — v0.10.0
New Features
- Built-in Browser Use. Agents can now drive Jaade's in-app browser tabs by default, without connecting to an external Chrome profile.
- Browser profile choices. Browser Use can target the built-in browser, your current Chrome session, or a dedicated browser profile from Experimental settings.
Jaade v0.9.21
Release Notes — v0.9.21
New Features
- Browser "Add to Chat". Send a page, selected text, or a screenshot (drag-selected area, visible area, or full page) from the in-app browser straight into the chat.
- More file-type highlighting. The file viewer now highlights Dockerfile, Makefile, TOML, INI, and CMake files.
Fixes
- Cursor session tool rendering. Cursor session tool calls now render correctly.
- Office file previews. The file viewer surfaces preview errors instead of failing silently.
- File icons for uppercase extensions. Files like
PHOTO.JPGnow get the right icon.
UI Polish
- Rate limit details in the context pill. The context usage pill now surfaces rate limit details.
Jaade v0.9.19
Release Notes — v0.9.19
New Features
- Claude Sonnet 5 support. Added to the Claude Code model list, with introductory pricing and a 1M-token default context window.
- Unsaved change indicators. Dirty file tabs now show an indicator, and closing a tab with unsaved changes prompts to save or discard.
Fixes
- Auto-recover after AWS SSO refresh. A failed turn is resent automatically once the token refreshes.
- Newly-pushed PRs appear. Commit PR-link fetches retry and self-heal so links show up without a manual refresh, with visible commits prioritized to avoid stalls.
- Cmd+W closes mini-app windows. A focused secondary window now closes on Cmd+W.
- Composer keeps focus. Focus returns to the composer after selecting an agent or permission mode.
- Permission-mode hover in dark themes. The hover state is now visible.
- Session preview turn count. The preview popover shows the turn count instead of the message count.
UI Polish
- Borderless right-pane header icon buttons.
- Backdrop blur on the maximize/restore preview button.
- Project preview popover moved to the right.
Jaade v0.9.18
Release Notes — v0.9.18
New Features
- New Session shortcuts. The default Claude and Codex buttons now open the New Session view with the matching CLI preselected.
- Linen theme. Added a warm near-white app theme for a softer light appearance.
Fixes
- Sidebar hover previews. Malformed message blocks no longer crash session hover previews.
- Diff sticky headers. Diff hunk headers now keep a stable height while scrolling.
UI Polish
- Model picker search. Model pickers now group results by provider with sticky section headers and clearer pin behavior.
- Mini-app previews. Mini-app card previews now sit cleanly on their placeholder backdrop.
- Sidebar alignment. Project chevrons, session status icons, and hover preview text are better aligned and easier to read.
Jaade v0.9.16
Jaade v0.9.16 desktop release.
Jaade v0.9.15
Release Notes — v0.9.15
New Features
- Hover-to-delete mention chips. File-mention chips in the command bar now show a delete control on hover.
Fixes
- Window-close crash. Fixed an "Object has been destroyed" crash when closing windows.
- Dragged folders in command bar. Folders dragged from Finder no longer render as files.
- Mention chip editing. File-mention chips no longer break when a character is typed at their edge, and the cursor now lands correctly after inserting a mention.
- New marketplace plugins. The install dialog now shows a newly added marketplace's plugins without needing to reopen it.
UI Polish
- Streamlined mini-app create flow. A2UI is no longer offered in the mini-app creation UI.
Jaade v0.9.14
Release Notes — v0.9.14
New Features
- Mini-app agent bridge. Mini apps can now call the host agent directly via
window.jaade.agent.ask(), including image attachments in their prompts. - A2UI mini-app runtime. A2UI joins the available mini-app runtimes as a third option alongside the existing choices.
- Restart Workflow popup. Projects gain a dedicated Restart Workflow dialog that resets the master session cleanly.
- More themes menu. A new More themes submenu in the sidebar collects the named app theme variants in one place.
- Markdown font-size control. The file viewer's markdown preview now has a context menu to adjust font size.
Fixes
- Untracked folder review. The review pane now lists files inside a newly added untracked folder.
UI Polish
- Named app themes. New themes including Warm Sand, Midnight Ocean, Forest Night, Nord, and a Solarized light/dark pair, with a refreshed visual theme picker.
- Simpler mini-app create UI. The mini-app creation flow is streamlined.
Jaade v0.9.13
Release Notes — v0.9.13
New Features
- Mini-app version history. The History tab now shows per-commit diffs and can restore a mini app to an older version while preserving later history.
- Mini-app previews. Mini-app cards now show captured player screenshots, with refreshed previews after apps run.
- Missing workspace recovery. Jaade now alerts you when a recent workspace folder no longer exists so you can remove or relocate it.
Fixes
- Expanded table copy. Copying a table from the expanded popup now works, with the action placed in the popup header.
- Tab rename focus. Rename fields keep focus after the tab context menu closes.
UI Polish
- Mini-app gallery interactions. Mini-app cards open directly, list view has screenshot previews on hover, and the layout switch is a compact icon control.
- History pane alignment. The history pane chevron is centered correctly.
Jaade v0.9.12
Release Notes — v0.9.12
Fixes
- Mini-apps build in packaged builds. Fixed "Could not resolve react" and a spawn ENOTDIR error that blocked building mini-apps in packaged releases.
- Node-backed mini-app servers. Mini-app servers now get a usable node runtime, with subprocess spawning enabled on Windows.
- Claude detection in GUI launches. Claude is now found on version-manager PATHs (nvm and friends) when the app is launched from the dock or Finder.
Jaade v0.9.11
Release Notes — v0.9.11
New Features
- Mini Apps. A new Mini Apps view with a gallery, create flow, and per-app detail pages. Apps run on a node-backed localhost runtime, keep their own git history, persist logs, and can be edited with an icon, color, and metadata dialog.
- Configurable left sidebar. Left-nav items can be shown or hidden and reordered behind an expand arrow, with shortcut hints displayed inline. History and Automations stay pinned as always-visible.
- Image context menu actions. The default context menu now offers copy and save options for images.
- Claude rate-limit polling. Added Claude OAuth token refresh so rate-limit usage can be polled.
Fixes
- Session image restore. Tool result images are preserved when reloading sessions.
- Workbench layout cleanup. Missing file entries are pruned from the workbench layout on load.
- browser-use output. browser-use MCP tool output now renders correctly.
UI Polish
- Filenames with spaces. Clicking a filename containing spaces in the terminal now works.
- Stable sidebar order. Sidebar order stays consistent across views and the left sidebar width is capped.