Releases: Stack-Cairn/LiveAgent
LiveAgent v0.2.2
What's Changed
Other Changes
- Fix some known bugs by @su-fen in #44
- Features by @su-fen in #45
- fix(gui): hide taskkill window on terminal exit by @su-fen in #46
- Fix some known issues by @su-fen in #47
- feat(chat): add workspace browse menu items by @su-fen in #48
- Fix some known issues by @su-fen in #49
- fix(webui): prevent duplicate git diff horizontal scrollbars by @su-fen in #50
- refactor(sidebar): smooth collapse/expand with CSS Grid pixel tracks by @coder-hhx in #51
- fix(chat): restore recent conversation resizing with many projects by @su-fen in #52
- fix some known issues by @su-fen in #53
- feat(project-tools): preview workspace images from file tree by @su-fen in #54
Full Changelog: v0.2.1...v0.2.2
LiveAgent v0.2.1
LiveAgent v0.2.1
This release focuses on desktop UI polish, chat and project-tools improvements, and a broad round of stability fixes.
Overview
- The update tightens the desktop experience, improves project-review and chat workflows, and cleans up several layout and interaction issues across the app.
Highlights
feat(ui): Window chrome is now inset into a rounded card for a cleaner desktop frame (#42, @Loosand).build(gui): GUI runtime packages were migrated toearendil(#41, @su-fen).fixes: A batch of UI and behavior bugs was addressed across chat, titlebar controls, hubs, and review panels (#43, @su-fen).
Added
- Resizable project and recent sections in chat.
- Improved tool chooser and empty states in Project Tools.
- Animated tab and pane transitions in Git Review.
Changed
- Refined the macOS-style window treatment, including removal of the outer app frame border.
- Localized chat sidebar, shared history, and Skills Hub text.
- Preserved Project Tools state when reloading settings.
- Updated sidebar and hub copy to better reflect enabled and active states.
Fixed
- Missed clicks and alignment issues in macOS titlebar controls.
- Chat sidebar collapse and recent conversation layout issues.
- Shared history modal behavior on mobile.
- Right sidebar resize overflow in Project Tools.
- Width jumps when opening hubs, plus Git Review flicker and stacked layout issues.
- Remote gateway retry behavior and several small text-overflow and selection issues.
Internal
- Updated GUI build and release workflows.
- Refreshed the lockfile and package metadata for the GUI crate.
- Added or updated tests around settings normalization, tool schema validation, request options, and native response attachments.
LiveAgent v0.2.0
LiveAgent v0.2.0
LiveAgent v0.2.0 focuses on safer chat history behavior and release workflow maintenance.
Overview
This release includes a fix to prevent chat history from leaking across projects, along with an internal release workflow update for the main branch.
Highlights
- Project chat history isolation is improved to prevent cross-project history leakage.
- Release tooling now includes a main branch GitHub release target.
Fixed
Internal
LiveAgent v0.1.9
LiveAgent v0.1.9
This release expands LiveAgent’s project tooling, Git workflow, and terminal integration, while polishing chat, settings, and platform-specific UI details.
Overview
v0.1.9 adds a broader project workspace inside the app, including Git review and file tree panels, branch selection, and terminal session support. It also includes UI refinements across chat and desktop chrome, plus several backend and sync updates to keep the gateway and client state aligned.
Highlights
- Project tools are now surfaced more directly in the app, with dedicated views for file browsing and Git review.
- Git workflow support is stronger, with branch selection and review history handling in the UI.
- Terminal integration has been expanded with session tracking and client support.
- The app’s desktop presentation has been refined for macOS and Windows.
Added
- Project tools panel: Adds new project-oriented views for Git review and file tree browsing.
- Git branch selector: Introduces a branch picker for navigating repositories.
- Terminal support: Adds terminal session storage and client plumbing in both the gateway and desktop app.
- Sidebar project pinning: Lets projects be pinned in the sidebar for quicker access.
- File tree and repository UI: Adds synced file tree and related project tooling views.
Changed
- Chat composer and mentions: Improves file mention icons, spacing, and composer layout behavior.
- Desktop chrome: Adds a macOS overlay title bar with sidebar toggle and settings shortcut, and enlarges the Windows taskbar icon.
- Project tools behavior: Updates sidebar tab handling and file tree/search presentation.
- Settings and sync: Refines remote settings and state synchronization between the app and gateway.
Fixed
- Streaming updates: Keeps live conversation updates visible even when the app is in the background.
- Terminal state: Keeps gateway terminal sessions and output in sync.
- Project cleanup: Removes project tools cleanly when a project is removed.
- Git review flow: Preserves commit reference order and keeps review state aligned with the branch selector.
- Composer spacing: Stabilizes spacing after file mentions and improves file mention icon rendering.
Internal
- Gateway protocol and websocket work: Expands the gateway protocol, websocket handling, and session manager logic to support the new client features.
- Test coverage: Adds and updates tests across websocket, terminal, settings, and web UI behavior.
- Command and service updates: Extends Tauri commands and runtime services to support Git, terminal, and sync-related functionality.
LiveAgent v0.1.8
LiveAgent v0.1.8
LiveAgent v0.1.8 focuses on project-aware chat navigation, UI migration work, and fixes for chat history, settings, and release note rendering.
Overview
This release updates both the desktop GUI and web gateway UI, with the largest visible changes around the chat sidebar, workspace/project handling, and settings flows. It also includes a Base UI migration and CI improvements for Markdown release notes.
Highlights
- Added project-scoped conversation sidebar workflow in chat. (#26)
- Migrated UI components from Radix UI to Base UI. (#23)
- Improved model selection UI with search and z-index fixes. (#23)
- Updated chat history and settings synchronization across GUI and gateway surfaces.
- Added workspace project coverage for the web UI.
Added
- Project-scoped conversation sidebar workflow for chat. (#26)
- Workspace project support code and web UI tests.
- Biome configuration for the GUI package. (#23)
Changed
- Refactored shared UI components as part of the Base UI migration. (#23)
- Reworked chat sidebar behavior across the gateway web UI and desktop GUI.
- Updated gateway protocol/session handling and generated gateway bindings.
- Applied Biome formatting across TypeScript and TSX files. (#23)
Fixed
- Normalized history list pagination in the gateway. (#17)
- Removed subagent history when deleting conversations. (#19)
- Fixed the chat sidebar project workflow. (#26)
- Show the project name when no conversation is selected. (#26)
- Show only one “create project” menu action. (#26)
- Fixed release notes rendering as Markdown. (#27)
Internal
LiveAgent v0.1.7-2
LiveAgent v0.1.7-2
This patch release fixes the AI-powered release notes generation workflow.
Overview
LiveAgent v0.1.7-2 focuses on the release automation used to generate AI release notes. The update adjusts the release notes script to use chat completions and expands related test coverage.
Highlights
- Fixed AI release notes generation in the release workflow.
- Updated release tooling covered by PR #25.
Changed
- Updated
scripts/release/create-ai-release-notes.mjsto use chat completions for AI release notes generation.
Fixed
- Fixed AI release notes generation by @coder-hhx in #25.
Internal
- Expanded release notes backend tests in
crates/agent-gui/test/backend/release-notes.test.mjs. - Updated release automation script coverage alongside the implementation change.
LiveAgent v0.1.7-1
What's Changed
Other Changes
- fix(gateway): normalize history list pagination by @su-fen in #17
- fix(chat): remove subagent history when deleting conversations by @su-fen in #19
- ci: generate release notes with AI by @coder-hhx in #24
Full Changelog: v0.1.6...v0.1.7-1
LiveAgent v0.1.6
What's Changed
- Polish desktop update release flow by @coder-hhx in #18
Full Changelog: v0.1.5...v0.1.6
LiveAgent v0.1.5
What's Changed
- Refactor history database migrations by @coder-hhx in #16
Full Changelog: v0.1.4...v0.1.5
LiveAgent v0.1.4
What's Changed
- Fix desktop updater version handling by @coder-hhx in #15
- feat(chat): 优化历史分页与跨端会话同步 by @yyg-max in #14
- Fix desktop updater release flow by @coder-hhx in #13
- Add about page and release updater by @coder-hhx in #12
- fix(gui+webui): Some Known Issues by @su-fen in #11
- Fix chat history schema migrations by @coder-hhx in #10
Full Changelog: v0.1.3...v0.1.4