Skip to content

Releases: Stack-Cairn/LiveAgent

LiveAgent v0.2.6

22 Jun 17:06
8c84a9b

Choose a tag to compare

LiveAgent v0.2.6

LiveAgent v0.2.6 improves chat flow, workspace file previews, tool-call visibility, and several UI correctness issues.

Overview

This release focuses on making day-to-day chat and workspace interactions smoother. Users can now queue composer turns, preview workspace files more directly, and see manager actions surfaced in chat tool cards, alongside fixes for settings date formatting and MCP server transport display.

Highlights

  • Added queued composer turns for chat conversations by @coder-hhx in #66.
  • Added workspace file previews by @coder-hhx in #65.
  • Surfaced manager actions in chat tool cards by @su-fen in #64.
  • Fixed MCP server modal transport display by @su-fen in #63.
  • Fixed About settings release date formatting by @su-fen in #62.

Added

  • Workspace file preview overlays for the GUI and gateway web UI.
  • Chat turn queue support in the composer, with accompanying queue handling.
  • Manager action details in chat tool cards.
  • File preview support improvements for workspace images and file-type icons.
  • Tests for chat turn queue behavior.
  • Tests for About settings date formatting.

Changed

  • Updated chat composer behavior to support queued turns.
  • Updated chat transcript and assistant bubble rendering to include the new chat and tool-call metadata.
  • Expanded workspace file tree and overlay handling for preview workflows.
  • Updated localization configuration for the GUI and gateway web UI.
  • Updated package manifests and lockfiles for the GUI and gateway web UI.

Fixed

  • Fixed About settings release dates being formatted with timezone-sensitive behavior by @su-fen in #62.
  • Fixed the MCP server modal so it shows the selected transport by @su-fen in #63.
  • Fixed sandbox HTML preview storage handling.
  • Improved workspace filesystem command handling used by file previews.

Internal

  • Added chatTurnQueue modules for both agent-gui and agent-gateway.
  • Added WorkspaceFilePreviewOverlay components for both GUI and gateway web surfaces.
  • Added a GUI pnpm-workspace.yaml.
  • Updated Tauri workspace filesystem commands and gateway bridge types to support preview-related workflows.

LiveAgent v0.2.5

21 Jun 16:24

Choose a tag to compare

LiveAgent v0.2.5

LiveAgent v0.2.5 expands project tools with SSH, SFTP, tunnel, and workspace preview capabilities while improving chat reliability, gateway behavior, and mobile/web UI stability.

Overview

This release focuses on making LiveAgent’s project workspace more capable and reliable. It adds SSH host management, synchronized SSH terminal sessions, SFTP browsing for tunnel sessions, local and SSH tunnel workflows, workspace file previews, and persistent gateway chat command streams.

It also includes a broad set of fixes for chat recovery, DeepSeek tool calling, mobile layout behavior, settings synchronization, terminal reconnects, and project tools tab interactions.

Highlights

  • Added built-in SSH management, synchronized SSH terminals, and cross-platform agent/proxy tunnel support.
  • Added SFTP file management for tunnel sessions and mobile pane switching.
  • Added local project tunnels, SSH tunnel host associations, and tunnel creation flows.
  • Added workspace file previews.
  • Added persistent gateway chat command streams and a gateway status dashboard.
  • Fixed project tabs so they are reliably clickable by @su-fen in #55.

Added

  • Workspace file previews.
  • Built-in SSH manager with session reuse.
  • SSH host management in settings.
  • Synchronized SSH terminal sessions.
  • SSH tunnel creation view and SSH tunnel host associations.
  • Cross-platform SSH agent and proxy tunnel support.
  • SFTP file manager for tunnel sessions.
  • Mobile pane switching for SFTP.
  • Local project tunnel support and improved local tunnel panel interactions.
  • Support for IP address HTTP tunnel targets.
  • Gateway status dashboard and asset serving.
  • Persistent chat command streams in the gateway.
  • Settings sync loading state.

Changed

  • Reworked project tools around a right dock tab architecture.
  • Split the gateway web app into focused modules.
  • Split chat page modules by feature.
  • Modularized history settings and memory services.
  • Split LLM provider runtime modules.
  • Organized Tauri commands by domain.
  • Upgraded the gateway websocket library.
  • Deleted project memory when a workspace is removed.

Fixed

  • Project tool tabs are now reliably clickable.
  • SSH reconnect behavior now stays on the Tauri runtime, avoids hangs, and stops after normal shell exits.
  • Stale SSH tunnel sessions are reconciled.
  • Settings sync no longer overwrites with stale SSH state.
  • New SSH sessions now open an SSH tunnel tab.
  • Creating tunnels no longer opens the tools panel unexpectedly.
  • DeepSeek tool calling and DSML tool call recovery were stabilized.
  • Chat replies no longer leak internal tool metadata.
  • Idle history can be deleted while another chat is running.
  • Gateway request handling and websocket payload handling were hardened.
  • Chat starts, runtime state tracking, and mobile resume response recovery were improved.
  • Gateway bridge conversations now hydrate correctly.
  • Mobile and composer layout issues were fixed, including overflowing controls, long branch names, and horizontal composer overflow.
  • Windows project path matching was stabilized.
  • Generic Windows updater manifest fallback was added.
  • Git review now marks deleted changes with strikethrough.
  • External link warnings stay centered.
  • Right dock tab strip scrolling was stabilized.

Internal

  • Restored and expanded gateway, websocket, web UI, tunnel, SFTP, settings, and session test coverage.
  • Added chat event storage coverage and a SQLite chat event store.
  • Added tunnel rewrite logic and tests.
  • Added SFTP and tunnel websocket handlers.
  • Added websocket helper tests and WebUI SharedWorker coverage.
  • Fixed Biome lint failures.
  • Updated CI trigger configuration and ignored the chatroom workspace.

LiveAgent v0.2.4

21 Jun 14:52
6beccc3

Choose a tag to compare

LiveAgent v0.2.4

LiveAgent v0.2.4 focuses on UI polish, settings improvements, Skills Hub usability, and fixes for known gateway and desktop issues.

Overview

This release includes the changes from PR #60 and PR #61 by @su-fen, with updates across the desktop GUI, gateway web UI, settings pages, Skills Hub, MCP Hub, Docker packaging, and internal build/deployment files.

Highlights

  • Skills Hub now includes an installed skill preview drawer.
  • Agent prompt editing has been updated with a dedicated prompt modal.
  • macOS and Windows title bar layouts received several visual refinements.
  • Docker gateway chat storage now uses a writable path.

Added

  • Added an installed skill preview drawer in the Skills Hub.
  • Added an agent prompt modal in settings.

Changed

  • Updated Skills Hub and MCP Hub icons.
  • Removed agent prompt tags from settings.
  • Localized settings sidebar navigation and moved the back button.
  • Refined Windows title bar update control spacing and removed the title bar divider.
  • Updated macOS title bar spacing and hub header layout to better avoid crowding.
  • Refined SSH tunnel empty states in project tools.

Fixed

  • Fixed Docker gateway chat storage to use a writable chat store path.
  • Fixed macOS titlebar actions alignment with the traffic light controls.
  • Fixed Skills Hub selection checkboxes so they are interactive.
  • Fixed settings navigation styling by removing the selected nav indicator line.
  • Fixed hub header crowding on macOS.

Internal

  • Updated CI, Dockerfile, Makefile, and deployment documentation.
  • Updated gateway web and desktop GUI package lockfiles.
  • Adjusted settings command code and related tests.
  • Updated delegate tool identity/types test coverage.

LiveAgent v0.2.3

21 Jun 09:26
8938b0f

Choose a tag to compare

LiveAgent v0.2.3

LiveAgent v0.2.3 expands SSH, SFTP, tunneling, and gateway chat capabilities while improving mobile behavior, tab reliability, and chat/runtime stability.

Overview

This release focuses on making project tools more capable and reliable across desktop and mobile. It adds built-in SSH session management, SFTP file access for tunnel sessions, local and SSH tunnel workflows, persistent gateway chat command streams, and clearer update visibility in the title bar.

Highlights

  • Built-in SSH manager with reusable sessions and synchronized SSH terminals.
  • SFTP file manager support for tunnel sessions and mobile pane switching.
  • Local and SSH tunnel creation flows, including host associations and IP address HTTP targets.
  • Right dock tab architecture for project tools, with more reliable tabs and scrolling.
  • Gateway chat/runtime improvements, including persistent command streams and stream recovery work.

Added

  • SSH host management in settings. (#57 by @su-fen)
  • SSH tunnel host associations and SSH tunnel creation view. (#57 by @su-fen)
  • Synchronized SSH terminal sessions and refined SSH terminal experience. (#57 by @su-fen)
  • Built-in SSH manager with session reuse. (#59 by @su-fen)
  • SFTP file manager for tunnel sessions and mobile pane switching. (#58, #59 by @su-fen)
  • Local project tunnel support and improved local tunnel panel interactions. (#56, #57 by @su-fen)
  • Support for IP address HTTP tunnel targets. (#59 by @su-fen)
  • Gateway status dashboard, asset serving, settings sync loading state, and persistent chat command streams. (#57, #58, #59 by @su-fen)
  • App update visibility in the title bar. (#59 by @su-fen)
  • Project memory deletion when removing a workspace. (#56 by @su-fen)

Changed

  • Project tools now use a right dock tab architecture with dedicated local tunnel, SSH tunnel, terminal viewport, and tab strip components. (#59 by @su-fen)
  • The gateway WebUI app was split into focused modules for app state, history, settings sync, uploads, project tools runtime, and overlays. (#59 by @su-fen)
  • Chat page modules, Tauri commands, LLM provider runtime modules, history settings, and memory services were reorganized into smaller focused modules. (#58, #59 by @su-fen)
  • Gateway chat handling moved toward HTTP chat routes and persistent event storage, with expanded tunnel and SFTP websocket handlers. (#59 by @su-fen)
  • Websocket dependency and gateway protocol definitions were updated. (#59 by @su-fen)

Fixed

  • Project tabs are more reliably clickable. (#55 by @su-fen)
  • Terminal input and touch scrolling in project tools are more stable. (#56 by @su-fen)
  • Chat starts, composer state isolation, completed response restoration after mobile resume, and stale desktop chat runtime wake-up were improved. (#56, #57, #59 by @su-fen)
  • Chat UI issues were addressed, including composer overflow, long mobile branch names, tool card spacing, idle history deletion, and internal tool metadata leaking into replies. (#58, #59 by @su-fen)
  • Gateway request handling, websocket payloads, remote chat runtime state, mobile sidebar animation, and stale chat runtime status were hardened. (#57, #58, #59 by @su-fen)
  • DeepSeek and DSML tool calling/web search handling were stabilized. (#59 by @su-fen)
  • SSH and terminal reconnect behavior was improved, including normal shell exits, hanging reconnects, saved credential prompts, and Tauri runtime reconnects. (#59 by @su-fen)
  • SSH tunnel sessions and settings sync were stabilized, including stale session reconciliation and stale SSH sync overwrite prevention. (#59 by @su-fen)
  • Windows project path matching and generic Windows updater manifest fallback were fixed. (#59 by @su-fen)
  • Git review now marks deleted changes with strikethrough. (#56 by @su-fen)
  • External link warning centering, mobile project tools panel fade, resize handle alignment, and right dock tab strip scrolling were fixed. (#57, #58, #59 by @su-fen)

Internal

  • Added and updated tests for gateway embedding, auth, chat event storage, tunnel rewriting, SFTP websocket handlers, terminal sessions, web settings, chat stream recovery, SSH tunnel panels, and workspace projects.
  • Restored WebUI SharedWorker coverage and switched web module tests to use the gateway loader. (#58 by @su-fen)
  • Updated CI configuration and ignored the chatroom workspace in .gitignore. (#56 by @su-fen)
  • Resolved Biome lint failures. (#59 by @su-fen)

LiveAgent v0.2.2

03 Jun 03:56
862bd6e

Choose a tag to compare

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

31 May 04:23
477a09a

Choose a tag to compare

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 to earendil (#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

30 May 06:34
ed752fc

Choose a tag to compare

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

  • Fixed chat history isolation to prevent cross-project history leakage by @su-fen in #39.

Internal

  • Added a main branch GitHub release target in the Makefile by @su-fen in #40.
  • Updated release automation configuration in Makefile.

LiveAgent v0.1.9

29 May 13:53
8fb9762

Choose a tag to compare

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

27 May 14:38
a19a63f

Choose a tag to compare

LiveAgent v0.1.8 Pre-release
Pre-release

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

  • Added and updated web UI tests for gateway socket behavior, history chat UI, settings, uploads, and workspace projects.
  • Updated release note generation workflow and Markdown rendering. (#24, #25, #27)
  • New contributor: @Loosand made their first contribution in #23.

LiveAgent v0.1.7-2

26 May 16:36
4964f0c

Choose a tag to compare

LiveAgent v0.1.7-2 Pre-release
Pre-release

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.mjs to use chat completions for AI release notes generation.

Fixed

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.