Skip to content

Releases: Stack-Cairn/LiveAgent

LiveAgent v1.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:15
0e88451

LiveAgent v1.2.3

LiveAgent v1.2.3 improves the chat experience, avoids an unnecessary settings permission prompt, and adds a richer system tray menu with live state and actions.

Overview

This release focuses on GUI polish and reliability. Users get a more capable system tray menu, clearer changed-file display in chat, and fixes for chat transcript and settings behavior.

Highlights

  • Rich system tray menu with live state and actions by @su-fen in #299
  • Changed-file cards now stack file names above paths by @NotToday1024 in #296
  • Fixed phantom “Vibing” rows appearing after replies by @su-fen in #297
  • Fixed an unsolicited local font permission prompt in settings by @su-fen in #298

Added

  • Added system tray support across the GUI, including tray commands, tray services, menu handling, preferences, and tests.
  • Added tests for changed-file card behavior in both agent-gateway and agent-gui.
  • Added tray menu tests for the new tray functionality.

Changed

  • Updated changed-file cards to display file names above paths for improved readability.
  • Updated chat transcript handling around live transcript rows and chat turn flow.
  • Updated notification toast and chat page behavior related to active chat state.
  • Sorted settings imports for the Biome organize-imports check.

Fixed

  • Fixed phantom “Vibing” rows appearing after replies.
  • Fixed changed-file path preservation and scroll bounds.
  • Fixed settings behavior that could trigger an unsolicited local font permission prompt.

Internal

  • Added shared font-family helpers and expanded related font-family tests.
  • Added tray preference and tray menu modules.
  • Expanded chat transcript row model and cancelled-history test coverage.

LiveAgent v1.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:51
b42d21c

LiveAgent v1.2.2

LiveAgent v1.2.2 focuses on reliability fixes for chat queue execution, deletion tracking, and OpenAI model metadata handling.

Overview

This release addresses three targeted issues reported through PRs #293, #294, and #295. The changes improve how queued chat turns are interrupted and sent, how tracked file deletions are handled by agent tools, and how OpenAI model metadata is selected.

Highlights

  • Fixed queued chat “interrupt and run now” behavior so it no longer requires a second click to send. (#293 by @su-fen)
  • Improved deletion handling so tracked deletions are preserved when routed through the Delete tool. (#294 by @NotToday1024)
  • Updated OpenAI model handling to prefer Codex metadata where available. (#295 by @su-fen)

Changed

  • OpenAI model catalog generation and model metadata lookup now prefer Codex metadata for OpenAI models. (#295 by @su-fen)
  • Chat runtime documentation was updated for the queue interruption behavior.

Fixed

  • Fixed chat queue “interrupt and run now” requiring two clicks before sending. (#293 by @su-fen)
  • Fixed tracked deletion handling by routing deletions through Delete and scoping deletion staging to the target path. (#294 by @NotToday1024)

Internal

  • Expanded tests around chat queue execution, agent runner behavior, changed-file tracking, shell tools, markdown image policy, and model catalog behavior.
  • Updated generated model catalogs for both agent-gui and agent-gateway.
  • Improved the model catalog generation script.

LiveAgent v1.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:41
66eda4d

LiveAgent v1.2.1

LiveAgent v1.2.1 improves chat usability, provider management, SSH forwarding, and reliability across WebUI, gateway, and desktop paths.

Overview

This release focuses on smoother day-to-day chat interactions, richer provider tooling, better handling of long conversation history, and fixes for several edge cases around stopping runs, MCP startup, custom headers, and Git review status.

Highlights

  • Compact composer attachment thumbnails now support click-to-preview, making attached content easier to scan before sending. (#268 by @coder-hhx)
  • Conversation history is loaded lazily with edge-anchored windows for improved WebUI navigation through longer chats. (#272 by @coder-hhx)
  • Chat transcripts can now be resized, giving users more control over reading width. (#266 by @AlphaCatMeow)
  • Provider usage query support was added and expanded with the full cc-switch usage query experience. (#270 by @inkdust2021, #286 by @su-fen)
  • SSH local port forwarding was added and surfaced in the WebUI. (#274 by @hopingmiao)
  • CLI identity update management was added with automatic follow behavior and related gateway querying. (#290 by @Anoyou)

Added

  • Provider usage query configuration, display, gateway relay, secure usage query service, and shared frontend logic. (#270 by @inkdust2021, #286 by @su-fen)
  • SSH session-scoped local port forwarding, including WebUI tunnel controls and port-forwarding dialogs. (#274 by @hopingmiao)
  • CLI identity update handling in the UI and gateway, including automatic identity update support. (#290 by @Anoyou)
  • Resizable transcript width controls for chat. (#266 by @AlphaCatMeow)
  • Compact attachment preview behavior in the composer. (#268 by @coder-hhx)
  • End-to-end support for the Anthropic web_fetch server tool.

Changed

  • Provider model list interactions were refined in settings. (#265 by @AlphaCatMeow)
  • Earlier chat history now pages in as the reader scrolls near the top. (#272 by @coder-hhx)
  • Provider usage query networking and shared usage query behavior were simplified across frontends. (#286 by @su-fen)
  • Model thinking levels are now derived from the model catalog.
  • SSH local port forwarding controls were moved into a modal with occupancy checks. (#274 by @hopingmiao)
  • Contributor and star-history documentation charts were refreshed.

Fixed

  • Conversation titles are generated in the current UI locale. (#267 by @eric7h)
  • Editing a sent message no longer duplicates pasted-text attachments. (#273 by @coder-hhx)
  • Stopping an active chat run now cancels tool invocations and handles stale cancel events more reliably. (#269 by @AlphaCatMeow)
  • Windows .cmd MCP servers such as npx now launch correctly. (#279 by @inkdust2021)
  • Large Mermaid diagrams no longer jitter while dragging. (#285 by @Mieluoxxx)
  • Custom request headers are preserved across chat paths. (#289 by @su-fen)
  • Git review now lists untracked files individually and watches external Git metadata. (#291 by @su-fen)
  • Model selector text descenders are no longer clipped in the WebUI. (#292 by @su-fen)
  • Provider usage query refresh, cache, adapter, and state-update handling were hardened.
  • Several CI and formatting issues in GUI code were fixed.

Internal

  • Added tests for provider usage queries, SSH tunnel panels, chat history windows, model thinking/vendor behavior, gateway protocol guards, terminal relay behavior, and gateway/provider identity handling.
  • Updated gateway protocol definitions and generated client/server bindings for provider usage, identity, terminal, and SSH forwarding flows.
  • Refactored chat cancellation to use unique tool run IDs and a single event-driven cancel path.
  • Removed unused settings code including sortModelsBySelection. (#277 by @su-fen)
  • New contributors: @eric7h (#267), @hopingmiao (#274), @inkdust2021 (#279), and @Anoyou (#290).

LiveAgent v1.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:00
2fc7100

LiveAgent v1.2.0

LiveAgent v1.2.0 improves model/provider setup, SSH behavior, composer polish, and settings customization across the desktop and web experiences.

Overview

This release focuses on making LiveAgent easier to configure and smoother to use day to day. It adds first-class Grok/xAI support, expands the model catalog, improves reasoning-level handling, and brings more customization to fonts and SSH workflows.

Highlights

  • Added first-class Grok/xAI provider support with Responses API compatibility and reasoning effort mapping. (#252)
  • Reworked the model catalog with unified model-list fetching and generated catalog data. (#256)
  • Added mainland-China vendor sections to the model catalog. (#259)
  • Added configurable font families in settings. (#246)
  • Applied SSH host setting changes to active connections. (#247)
  • Restyled pasted image attachments in the composer. (#243)

Added

  • Configurable font family settings, including shared font handling for chat, terminal, desktop, and web UI paths. (#246)
  • Grok/xAI provider integration, including direct api.x.ai Responses API compatibility and provider-specific reasoning handling. (#252)
  • Model catalog support backed by generated catalog data, including mainland-China vendor sections. (#256, #259)
  • Active SSH connection updates when host settings change. (#247)
  • Persisted GUI window size and maximized state across restarts.
  • New web UI tests for font family settings, model catalog behavior, and settings flows.

Changed

  • Model-list fetching now uses a unified /v1/models path with Authorization-first behavior. (#256)
  • Reasoning-level options now better match the selected model in cron task configuration. (#251)
  • Pasted image attachments in the composer have updated styling. (#243)
  • Settings UI now uses font family selects with custom input support. (#246)
  • README wording was improved by @amir-rezaei. (#257)

Fixed

  • Fixed translated reasoning-level labels in the web composer select trigger. (#242)
  • Fixed nested @ file mention lookup when the cached snapshot is truncated. (#250)
  • Fixed missing labels on external link buttons in store detail drawers. (#250)
  • Fixed catalog limits for models configured under a foreign provider. (#258)
  • Fixed xAI reasoning-level handling in the web UI and closed follow-up provider rollout gaps. (#252)
  • Fixed GUI custom context-menu paste by reading clipboard text through Rust. (#256)
  • Fixed terminal resizing behavior affected by font listener changes.
  • Fixed chat code font application by overriding --font-mono at the theme level.

Internal

  • Removed the model billing feature as part of the provider/model catalog rework. (#256)
  • Replaced the hand-written Grok SVG with the Iconify logos:grok-icon asset. (#256)
  • Added and updated tests for provider models, settings import, terminal behavior, web settings, and model catalog handling.
  • Updated release automation to refresh the model catalog during the GitHub release flow.
  • New contributor: @amir-rezaei made their first contribution in #257.

Full Changelog: v1.1.9...v1.2.0

LiveAgent v1.1.9

Choose a tag to compare

@github-actions github-actions released this 23 Jul 05:31
854f882

LiveAgent v1.1.9

LiveAgent v1.1.9 improves multi-agent workflows, workspace cloning, chat reliability, skill and provider management, and Docker image correctness.

Overview

This release focuses on making LiveAgent more capable in shared and remote workflows. Users can now manage multiple isolated agents in WebUI, clone remote Git repositories from the workspace flow, bulk-delete conversations, and use improved skill/provider selection interfaces. It also fixes several chat, WebUI, upload, provider, skill, and Docker issues.

Highlights

  • Multi-agent support with isolated v2 sessions and WebUI management. (#234 by @yyg-max)
  • Remote Git repository cloning from workspaces, including background clone tasks. (#218, #227 by @Mieluoxxx)
  • More reliable WebUI chat streaming, including fixes for stream-loss truncation. (#228 by @su-fen)
  • Better Skills Hub responsiveness and clearer installed/local skill cards. (#220 by @AlphaCatMeow, #224 by @su-fen, #237 by @Mieluoxxx)
  • Improved model/provider management with sorting, batch operations, and provider sort controls. (#231 by @AlphaCatMeow, #235 by @su-fen)

Added

  • Added support for multiple agents with authentication, persistent agent identity, v2 session isolation, and WebUI management. (#234 by @yyg-max)
  • Added workspace support for cloning remote Git repositories. (#218 by @Mieluoxxx)
  • Added background repository clone tasks. (#227 by @Mieluoxxx)
  • Added multi-select conversation deletion in the sidebar. (#225 by @NotToday1024)
  • Added a free-text “Other” option to AskUserQuestion cards. (#233 by @su-fen)
  • Added a provider sort toggle to the model picker. (#235 by @su-fen)
  • Added improved local skill import cards. (#237 by @Mieluoxxx)

Changed

  • Improved installed skill card identification in Skills Hub. (#220 by @AlphaCatMeow)
  • Improved provider model list sorting and batch operations. (#231 by @AlphaCatMeow)
  • Prioritized enabled models in provider model lists. (#231 by @AlphaCatMeow)
  • Completed the Base UI-only migration across GUI and WebUI. (#230 by @Mieluoxxx)
  • Kept Skills Hub responsive with large installed skill sets. (#224 by @su-fen)

Fixed

  • Fixed provider requests so each provider receives only its standard API key header. (#222 by @su-fen)
  • Fixed ClawHub skill imports by repairing non-portable skill names instead of rejecting them. (#223 by @su-fen)
  • Fixed WebUI stream completion loss and false stream-loss truncation. (#228 by @su-fen)
  • Fixed touch and no-hover UI visibility for chat/settings actions. (#228 by @su-fen)
  • Fixed non-UTF-8 text uploads by transcoding them to UTF-8. (#232 by @su-fen)
  • Fixed edit-resend anchoring by propagating user message references. (#239 by @su-fen)
  • Fixed Docker arm64 images shipping an x86-64 gateway binary. (#240 by @su-fen)
  • Fixed workspace clone branch/default-branch selection and clone progress handling. (#218, #227)

Internal

  • Migrated gateway protobuf package paths from v1 to v2 and expanded v2 WebSocket/session coverage.
  • Added agent token storage, agent API tests, multi-agent session tests, WebSocket hardening tests, and multi-agent benchmarks.
  • Updated Docker release verification to pull per-architecture manifest digests. (#241 by @su-fen)
  • Refreshed README star history and contributor charts.

LiveAgent v1.1.8

Choose a tag to compare

@github-actions github-actions released this 22 Jul 02:20

LiveAgent v1.1.8

LiveAgent v1.1.8 improves chat workflows with richer file-change cards, interactive assistant questions, global shortcut settings, safer uploads, and proxy-aware updates.

Overview

This release focuses on making chat sessions easier to act on and reducing workspace friction. Assistant replies can now show changed files in a richer card, uploads are staged outside the workspace, and a new built-in question tool lets the assistant pause for user decisions. Settings also gain a global shortcuts page, while updater networking now better respects system proxy configuration.

Highlights

  • Rich changed-files cards in assistant replies, with actions to open files, reveal them in the file tree, or view diffs. (#200 by @Bsyy95)
  • New AskUserQuestion built-in tool for interactive assistant questions with option cards. (#204 by @Bsyy95)
  • New global shortcuts settings page with a 2.5D keyboard recorder. (#207 by @24baigei)
  • Upload attachments now use the app staging directory at ~/.liveagent/uploads instead of writing into the workspace. (#203 by @Bsyy95)
  • Updater requests can fall back to the OS system proxy when the app proxy is disabled. (#201 by @su-fen)

Added

  • Added rich rendering for reply-footer changed-files cards, including file references, file-type icons, open/reveal actions, and diff viewing. (#200 by @Bsyy95)
  • Added AskUserQuestion interactive option cards across chat surfaces, including shared countdown behavior, session validation, recommended-option ordering, and timeout handling. (#204 by @Bsyy95)
  • Added a lightweight direction-aware slide animation when switching AskUserQuestion tabs. (#206 by @su-fen)
  • Added a global shortcuts settings section and shortcut recorder UI. (#207 by @24baigei)
  • Added file-type icons for upload attachment chips and cards.

Changed

  • Changed attachment uploads to be stored in the app staging area, avoiding pollution of the active workspace. (#203 by @Bsyy95)
  • Moved the shortcuts navigation entry into the “Other” settings group above About. (#208 by @su-fen)
  • Polished changed-files cards with settle-only display, a two-line header, and a scrollable file list.
  • Updated chat and tool UI text for AskUserQuestion readiness states.

Fixed

  • Fixed mobile changed-files rows so tapping opens the editor instead of exposing row actions. (#202 by @su-fen)
  • Fixed changed-files list scrolling so it does not chain into the transcript.
  • Fixed upload handling to preserve Unicode filenames and surface upload errors as toasts.
  • Hardened staged upload path authorization and canonical path handling.
  • Fixed AskUserQuestion rendering so the full question and options appear after generation instead of during streaming.
  • Fixed AskUserQuestion share desensitization coverage.
  • Fixed the new-chat shortcut so it leaves hub views and focuses the composer.

Internal

  • Refactored ChatPage into focused chat domain hooks and modules under pages/chat.
  • Added tests for changed-files messages, staged uploads, global shortcuts, AskUserQuestion tools, and path/system tool behavior.
  • Updated architecture and chat runtime documentation references.
  • Updated mirror manifest entries for the release.

LiveAgent v1.1.7

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:09
9e8ba6b

LiveAgent v1.1.7

LiveAgent v1.1.7 improves chat controls, Skills Hub interactions, proxy coverage, SSH authentication, and release packaging across the desktop GUI and WebUI.

Overview

This release focuses on smoother day-to-day use in chat, Skills Hub, and connected environments. It adds more convenient chat controls, improves retry visibility, refines installed skill ordering, and fixes several issues around proxies, SSH keys, composer behavior, provider editing, and Linux AppImage packaging.

Highlights

  • Chat model picker now includes execution mode switching, with aligned controls across frontends. (#183 by @24baigei, #196 by @su-fen)
  • Stream retry details are expandable in both GUI and WebUI, with an updated retry policy. (#190 by @su-fen)
  • Installed skills can now be sorted with reordering animations in Skills Hub. (#182 by @AlphaCatMeow)
  • Windows Bash execution now tries Git Bash first, matching Claude Code behavior. (#199 by @su-fen)
  • App proxy coverage now includes update check, download, install, and additional outbound paths. (#179 by @Bsyy95, #188 by @su-fen)

Added

  • Added installed skill sorting and reordering animation support in Skills Hub. (#182 by @AlphaCatMeow)
  • Added expandable stream-retry details in GUI and WebUI. (#190 by @su-fen)
  • Added execution mode switching from the chat model picker. (#183 by @24baigei)
  • Added Windows Bash routing through Git Bash first. (#199 by @su-fen)
  • Added transcript, stream retry, execution mode, skills sorting, SSH, proxy, and shell-tool test coverage.

Changed

  • Aligned model picker controls across GUI and WebUI. (#196 by @su-fen)
  • Improved model picker accessibility and reduced-motion handling.
  • Extended app-proxy handling and isolated the local tunnel from environment proxies. (#179 by @Bsyy95)
  • Routed updater check, download, and install flows through the app proxy. (#188 by @su-fen)
  • Refreshed README star history and contributor charts.

Fixed

  • Fixed caret visibility after using Shift+Enter line breaks in the composer. (#181 by @coder-hhx)
  • Fixed pasted SSH private key material handling and RSA signature hash negotiation. (#186 by @coder-hhx)
  • Fixed Skills Hub bulk selection controls being blocked by undo prompts. (#169 by @AlphaCatMeow)
  • Fixed Skills Hub card hover rendering artifacts. (#170 by @AlphaCatMeow)
  • Fixed a provider model editor issue by reading event.currentTarget before deferred state updates. (#187 by @su-fen)
  • Fixed Linux AppImage packaging by stripping bundled Wayland libraries. (#189 by @KtzeAbyss)

Internal

  • Updated desktop release workflow processing for Linux AppImage post-processing.
  • Adjusted star-history workflow scheduling.
  • Added scripts/release/postprocess-linux-appimage.sh.
  • Updated Skills Hub bulk-selection design documentation.
  • Expanded automated coverage for chat, gateway bridge events, providers, skills, tools, SSH, proxy, and gateway services.

LiveAgent v1.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:48

LiveAgent v1.1.6

This release sharpens composer behavior, improves provider and memory settings, and adds more flexible edit and compaction handling.

Overview

LiveAgent v1.1.6 focuses on day-to-day workflow polish: composing mentions is more reliable, edit matching is more tolerant of formatting drift, and provider settings now expose more control over model pricing and prompt cache behavior.

Highlights

  • Composer mention handling was updated so skill mentions now use / instead of $ (#166, @su-fen).
  • Edit matching now tolerates line-ending, whitespace, and indentation drift (#171, @Bsyy95).
  • Provider settings gained user-defined model pricing and prompt-cache controls (#177, @su-fen).
  • Compaction now uses CJK-aware token estimation and follows the conversation language for summaries (#173, @Bsyy95).

Added

  • Edit matching tolerance: Edit operations can now match across CRLF/LF differences, trailing whitespace, and indentation changes (#171, @Bsyy95).
  • Compaction language support: Summary language now follows the language of the conversation, with CJK-aware token estimation (#173, @Bsyy95).
  • Provider controls: Added support for user-defined model pricing and prompt-cache configuration (#177, @su-fen).

Changed

  • Composer trigger: Skill mention insertion now uses / as the trigger character instead of $ (#166, @su-fen).
  • Provider settings UI: Model pricing and prompt-cache settings were mirrored into the Web UI, alongside related provider cleanup (#177, @su-fen).
  • Model selection: Settings now share a single grouped ModelPicker across model-select surfaces, including memory and cron-related flows (#168, @su-fen).

Fixed

  • Settings drawer: Dropdowns in the memory/settings drawer now stay accessible instead of being blocked by the backdrop (#168, @su-fen).
  • Composer mentions: External mentions are inserted at the saved caret position instead of inside an existing chip (#172, @su-fen).
  • Touch UI: Assistant reply actions remain visible on touch devices (#178, @su-fen).

Internal

  • Tests and validation: Several test suites were updated to cover mention selection, compaction language behavior, provider request options, and settings normalization.
  • Docs and automation: Star-history and contributor charts were refreshed, and contributor generation automation was added.

LiveAgent v1.1.5

Choose a tag to compare

@github-actions github-actions released this 20 Jul 10:14
6b7a452

LiveAgent v1.1.5

LiveAgent v1.1.5 improves configuration workflows, chat navigation, Skills/MCP imports, cron task controls, provider request setup, and moves the gateway to the v2 WebSocket+Protobuf protocol.

Overview

This release focuses on day-to-day usability across settings, chat, Skills Hub, MCP Hub, cron tasks, and provider configuration. It also includes a major gateway protocol cleanup: all links now use WebSocket+Protobuf v2, with the older JSON WebSocket and gRPC v1 protocol surface removed.

Highlights

  • Improved App Proxy setup with an always-visible inline settings form by @AlphaCatMeow in #137.
  • Added floor navigation rails and transcript bookmarks for chat, including WebUI touch adaptations by @24baigei and @su-fen in #147 and #153.
  • Expanded cron task configuration with per-task workspace pins, thinking level, searchable model picker, and execution timeout by @su-fen in #141 and #142.
  • Added local MCP server import flows from Claude Code, Codex, Claude Desktop, CodeBuddy, and local config files by @24baigei and @coder-hhx in #143 and #151.
  • Unified gateway communication on WebSocket+Protobuf v2 and removed the v1 dual protocol by @yyg-max and @su-fen in #144 and #149.

Added

  • Skills Hub category browsing and bulk selection, later refined into an independent multi-select workflow by @24baigei and @AlphaCatMeow in #139 and #140.
  • Input context menus with exit animation and frosted-glass prompt template modals by @su-fen in #138.
  • Composer support for inserting code references, with a mention-chip overhaul for spacing and caret navigation by @su-fen in #146.
  • Git review support for repositories in workspace subdirectories, plus branch switching, repository picker polish, and scope controls by @coder-hhx and @su-fen in #152 and #159.
  • Composer expand-to-full-height toggle with animation by @su-fen in #159.
  • System proxy routing for Skills/MCP store traffic and MCP runtime traffic by @su-fen in #160.
  • Official CLI identity headers on Anthropic and Codex provider requests by @su-fen in #165.

Changed

  • Provider configuration was redesigned with support for custom request headers by @AlphaCatMeow in #148.
  • Provider network settings and custom headers were merged into one request-config panel by @su-fen in #155.
  • Custom provider headers were scoped to LLM requests and wired into v2 model probing and background runs.
  • The v2 WebSocket+Protobuf protocol is now the served gateway protocol; v1 JSON WebSocket and gRPC server code was removed in #149.
  • README files and generated star history documentation were refreshed.

Fixed

  • Skill paths now align with the current tool schema by @KtzeAbyss in #145.
  • Single-dollar inline math now renders correctly on both ends by @su-fen in #150.
  • Mid-stream resume history during compaction is kept provider-safe by @kumquatQ in #156.
  • Cron task workdir pins and the remote path picker received Windows compatibility fixes by @su-fen in #142.
  • Git review no longer flashes the full panel on repository or branch switches.
  • Composer mention chips received caret navigation fixes, popup dead-zone fixes, and spacing improvements.
  • Provider custom header handling was fixed for v2 model probing, background runs, edit validation, and subagent runtime declarations.
  • Settings and cron mobile layout issues were fixed, including settings scroller behavior, cron section mobile classes, and task-view button placement.

Internal

  • Added v2 gateway protobuf schema, generated code, WebSocket transport, protocol handlers, and v2 gateway tests.
  • Added Buf code generation configuration and a gateway golangci-lint configuration.
  • Added protocol usage observability and structured logging helpers.
  • Removed legacy gRPC server/auth code, v1 WebSocket handlers, command queue code, and related legacy tests.
  • Updated CI, Dockerfile, Makefile, package lockfiles, and gateway/web test coverage for the v2 protocol path.
  • New contributors in this release: @AlphaCatMeow (#137), @24baigei (#139), @KtzeAbyss (#145), and @kumquatQ (#156).

LiveAgent v1.1.4

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:49
e144d5f

LiveAgent v1.1.4

LiveAgent v1.1.4 improves settings with system proxy support, moves provider model fetching to the desktop side, and refreshes community and sponsor documentation.

Overview

This release focuses on settings and provider configuration workflows. Users get system proxy support and updated provider model fetching behavior, while documentation now includes a QQ group section and Cubence sponsor information.

Highlights

  • System proxy support was added to settings.
  • Provider model fetching now runs through the desktop agent.
  • Font size reset buttons were removed from settings.
  • README documentation was refreshed in English and Chinese.

Added

  • System proxy support in settings by @su-fen in #135
  • Desktop-side provider model fetching by @su-fen in #135
  • QQ group documentation and image assets by @su-fen in #131
  • Cubence sponsor documentation and image assets by @su-fen in #131

Changed

  • Removed font size reset buttons from settings by @su-fen in #136
  • Simplified redundant system setting descriptions.
  • Updated provider settings UI and settings synchronization for the new model-fetching flow.
  • Refreshed star history charts.

Internal

  • Moved provider model fetching out of the gateway handler and into the desktop service layer.
  • Updated gateway protocol and generated bindings for provider model requests.
  • Added system proxy service and settings commands on the Tauri side.
  • Expanded settings and provider model fetch tests.

Full Changelog: v1.1.3...v1.1.4