·
79 commits
to development
since this release
Release v1.1.37
Features
- Interactive Plan Question Blocks - Embedded interactive question blocks in plan markdown and chat UI, enabling agents to ask clarifying questions and users to answer directly within the interface.
- Theme Selection with DaisyUI Schemes - Introduced theme selection with DaisyUI-inspired color schemes.
- Agentic Chat Session Naming - Chat sessions are now automatically named upon initial agent response.
- Background Jobs & Plan Tracking - Track background jobs and execution plans directly within the Chat UI.
- Multi-Vault Support & Conflict Handling - Multi-vault management with category select-all, badges, and conflict handling.
- Antigravity Agent Cost Tracking - Added cost tracking and pricing API support for the Antigravity agent.
- File Uploads in Chat - Supported direct file uploads in Chat sessions.
Improvements
- Markdown Rendering Enhancements - Rendered question code fences as blue callouts and added sanitized
<details>block rendering inDraftMarkdown. - Model Picker List Sorting - Sorted model picker lists to show newer models at the top.
- Onboarding Navigation Safeguards - Disabled action buttons (Continue and Back) while testing endpoints or fetching models in onboarding steps.
- Chat Session Deletion Modal - Added confirmation dialogs with keyboard shortcut support when deleting chat sessions.
- Repo URL & Configuration Normalization - Normalized repository URLs with capital letters and stripped spaces from configuration enum encodings.
Bug Fixes
- Cross-Platform File URI Parsing - Fixed cross-platform file URI parsing in
FileSheetandMarkdownHelper.
What's Changed
- [00073] Render Questions Code Fences as a Blue Callout in DraftMarkdown by @nielsbosma in #2007
- [00078] Structured Question Blocks in Plan Markdown by @nielsbosma in #2014
- [00083] Interactive Question Blocks in DraftMarkdown by @nielsbosma in #2116
- Merge pull request #2172 from Ivy-Interactive/development by @rorychatt in #2180
- [00001] Disable Continue Button While Testing Endpoint by @rorychatt in #2183
- [00005] Normalize Repository URLs with Capital Letters by @rorychatt in #2184
- [00002] Remove Spaces from Configuration Enum Encodings by @rorychatt in #2185
- [00008] Fix Cross Platform File URI Parsing in FileSheet and MarkdownHelper by @rorychatt in #2186
- [00007] Support File Uploads in Chat App by @rorychatt in #2187
- [00003] Sort Models List to Show Newer Models at the Top by @rorychatt in #2188
- [00009] Support Cost Tracking and Pricing API for Antigravity Agent by @rorychatt in #2189
- [00010] Disable Back Button During Model Fetch in Onboarding Coding Agent Step by @rorychatt in #2190
- [00006] Add Theme Selection with DaisyUI Inspired Color Schemes by @rorychatt in #2191
- [00011] Add Confirmation Dialog for Deleting Chats with Keyboard Shortcut by @rorychatt in #2192
- [00012] Agentic Chat Session Naming on Initial Response by @rorychatt in #2193
- Ask the user questions from a plan, and answer them in the UI by @nielsbosma in #2167
- [00013] Track Background Jobs and Plans in Chat UI by @rorychatt in #2194
- Render sanitized blocks in DraftMarkdown by @nielsbosma in #2196
- feat(vault): multi-vault support, category select-all, badges, and conflict handling by @rorychatt in #2198
- Release: Merge development into main by @rorychatt in #2202
Full Changelog: v1.1.36...v1.1.37