Skip to content

Commit 7083045

Browse files
authored
New version: Stack-Cairn.LiveAgent version 1.2.8 (#426533)
1 parent 1c4ab31 commit 7083045

4 files changed

Lines changed: 111 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Stack-Cairn.LiveAgent
5+
PackageVersion: 1.2.8
6+
ReleaseDate: 2026-08-30
7+
Installers:
8+
- Architecture: x64
9+
InstallerType: nullsoft
10+
Scope: user
11+
InstallerUrl: https://github.com/Stack-Cairn/LiveAgent/releases/download/v1.2.8/LiveAgent-v1.2.8-Windows-x64-Setup.exe
12+
InstallerSha256: B8FD833090FCA93EA88AE98A1F70BC0064CEA6BD28F1AEE96ED5BA0D2889791C
13+
ProductCode: LiveAgent
14+
InstallationMetadata:
15+
DefaultInstallLocation: '%LocalAppData%\LiveAgent'
16+
- Architecture: x64
17+
InstallerType: wix
18+
Scope: machine
19+
InstallerUrl: https://github.com/Stack-Cairn/LiveAgent/releases/download/v1.2.8/LiveAgent-v1.2.8-Windows-x64.msi
20+
InstallerSha256: B44B7C931848004CDADF91B9780F73D7F58D379E069C97FBD553586B58544F45
21+
InstallerSwitches:
22+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
23+
ProductCode: '{792FD851-EB04-45B0-9097-D3942EF1E5C0}'
24+
AppsAndFeaturesEntries:
25+
- UpgradeCode: '{5D56E0D3-9926-5493-A176-8C01F12BA19A}'
26+
ManifestType: installer
27+
ManifestVersion: 1.12.0
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Stack-Cairn.LiveAgent
5+
PackageVersion: 1.2.8
6+
PackageLocale: en-US
7+
Publisher: Stack-Cairn
8+
PublisherUrl: https://github.com/Stack-Cairn
9+
PublisherSupportUrl: https://github.com/Stack-Cairn/LiveAgent/issues
10+
PackageName: LiveAgent
11+
PackageUrl: https://github.com/Stack-Cairn/LiveAgent
12+
License: MIT
13+
LicenseUrl: https://github.com/Stack-Cairn/LiveAgent/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2026 Stack-Cairn
15+
ShortDescription: A local-first AI agent desktop client that deeply integrates large language model reasoning with local system tools.
16+
Description: LiveAgent is a local-first AI agent desktop client. It deeply integrates large language model reasoning with local system tools, so the AI can genuinely operate your file system, run commands, and manage scheduled tasks — while the Gateway enables remote access and collaboration.
17+
Tags:
18+
- agent
19+
- agentic
20+
- ai
21+
- claude-code
22+
- codex
23+
- large-language-model
24+
- llm
25+
- mcp
26+
ReleaseNotes: |-
27+
What's Changed
28+
Other Changes
29+
- refactor(chat): 工作空间菜单分类整理 + 项目配置弹窗三面板 UI 重构 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/638
30+
- feat(settings): 供应商卡片增加一键复制 Base URL 和 API Key by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/640
31+
- refactor(settings): 供应商配置页与高级设置抽屉 UI 重构 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/643
32+
- feat(browser): 原生 Browser 工具——Rust 直连 CDP 的浏览器自动化(路线图#4 Phase B) by @coder-hhx in https://github.com/Stack-Cairn/LiveAgent/pull/634
33+
- chore(models): refresh model catalog by @github-actions[bot] in https://github.com/Stack-Cairn/LiveAgent/pull/646
34+
- fix(chat): 修复 @ 文件/skill 候选列表文件名居中 by @24baigei in https://github.com/Stack-Cairn/LiveAgent/pull/647
35+
- fix(chat): Codex 模型窗口统一为含输出总语义,自动压缩阈值与其他供应商对齐 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/649
36+
- feat(settings): 备份同步范围改为可移植配置域(schema v2) by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/651
37+
- fix(chat): update missing model selection hint by @Is14w in https://github.com/Stack-Cairn/LiveAgent/pull/653
38+
- feat(cua): CUA 支持 — 将 cua-driver 作为 MCP server 接入 by @BingZi-233 in https://github.com/Stack-Cairn/LiveAgent/pull/635
39+
- feat(settings): Computer Use 设置页重构 — 更名、入口调整与竖向时间轴布局 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/656
40+
- feat(chat): 输入框 @ 提及已安装应用,弹层应用分组前置且记录最近使用 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/667
41+
- chore(models): refresh model catalog by @github-actions[bot] in https://github.com/Stack-Cairn/LiveAgent/pull/669
42+
- feat(chat): 输入框下方的会话统计状态栏(桌面端 + WebUI) by @AlphaCatMeow in https://github.com/Stack-Cairn/LiveAgent/pull/627
43+
- fix(chat): support folder selection and visible workspace roots by @Is14w in https://github.com/Stack-Cairn/LiveAgent/pull/657
44+
- fix(providers): 拆分 OpenAI 兼容端点内联的 标签并接通 chat 模式思考渲染 by @xiaozhou26 in https://github.com/Stack-Cairn/LiveAgent/pull/671
45+
- fix(trajectory): 恢复 WebUI 详情面板纵向滚动 by @yovinchen in https://github.com/Stack-Cairn/LiveAgent/pull/664
46+
- fix(settings): 自定义字体输入崩溃 (#645) 与非 ASCII 字体名静默回退 by @24baigei in https://github.com/Stack-Cairn/LiveAgent/pull/673
47+
- style(chat): plan mode 卡片视觉重构 —— 三态状态脊与正文排版收紧 by @xiaozhou26 in https://github.com/Stack-Cairn/LiveAgent/pull/674
48+
- fix(cua): keep hidden_command mut only on Windows by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/679
49+
- fix(chat): 移除 AskUserQuestion 各题选项数必须一致的校验 by @xiaozhou26 in https://github.com/Stack-Cairn/LiveAgent/pull/677
50+
- fix(settings): cc-switch 导入识别 Claude Desktop 供应商数据 by @xiaozhou26 in https://github.com/Stack-Cairn/LiveAgent/pull/680
51+
- feat(chat): 支持 Desktop 与 WebUI 的结构化会话引用 by @yovinchen in https://github.com/Stack-Cairn/LiveAgent/pull/660
52+
- feat(workbench): 支持 Desktop 与 WebUI 的多会话和终端分屏 by @yovinchen in https://github.com/Stack-Cairn/LiveAgent/pull/662
53+
- fix(chat): 加号菜单补上与安全/分支菜单一致的开合动画 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/682
54+
- refactor(settings): 精简上下文占用展示分区的文案与布局 by @su-fen in https://github.com/Stack-Cairn/LiveAgent/pull/684
55+
Full Changelog: https://github.com/Stack-Cairn/LiveAgent/compare/v1.2.7...v1.2.8
56+
ReleaseNotesUrl: https://github.com/Stack-Cairn/LiveAgent/releases/tag/v1.2.8
57+
ManifestType: defaultLocale
58+
ManifestVersion: 1.12.0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: Stack-Cairn.LiveAgent
5+
PackageVersion: 1.2.8
6+
PackageLocale: zh-CN
7+
ShortDescription: 一个本地优先的 AI Agent 桌面客户端,将大语言模型的推理能力与本地系统工具深度整合。
8+
Description: LiveAgent 是一个本地优先的 AI Agent 桌面客户端。它将大语言模型的推理能力与本地系统工具深度整合,让 AI 能够真正操作你的文件系统、执行命令、管理定时任务,同时通过 Gateway 实现远程访问与协作。
9+
Tags:
10+
- claude-code
11+
- codex
12+
- mcp
13+
- 人工智能
14+
- 大语言模型
15+
- 智能体
16+
- 自主智能
17+
ManifestType: locale
18+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Stack-Cairn.LiveAgent
5+
PackageVersion: 1.2.8
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)