Skip to content

Commit d691735

Browse files
authored
New version: AIDotNet.OpenCowork version 0.8.2 (#360451)
1 parent 605b47f commit d691735

4 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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: AIDotNet.OpenCowork
5+
PackageVersion: 0.8.2
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d
11+
ReleaseDate: 2026-04-14
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.2/OpenCowork-win-amd64-setup.exe
16+
InstallerSha256: BE9675B43370DF8ECAF1DEF63442C78BE400F07420147B74AAC1722679AE4958
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.2/OpenCowork-win-amd64-setup.exe
22+
InstallerSha256: BE9675B43370DF8ECAF1DEF63442C78BE400F07420147B74AAC1722679AE4958
23+
InstallerSwitches:
24+
Custom: /allusers
25+
- Architecture: arm64
26+
Scope: machine
27+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.8.2/OpenCowork-win-arm64-setup.exe
28+
InstallerSha256: 0A47E8ECE8E23053A835A3678A8F87484BD2A0069979D494FEA3CD71B060942F
29+
InstallerSwitches:
30+
Custom: /allusers
31+
ManifestType: installer
32+
ManifestVersion: 1.12.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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: AIDotNet.OpenCowork
5+
PackageVersion: 0.8.2
6+
PackageLocale: en-US
7+
Publisher: example.com
8+
PublisherUrl: https://github.com/AIDotNet
9+
PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues
10+
PackageName: OpenCoWork
11+
PackageUrl: https://github.com/AIDotNet/OpenCowork
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE
14+
Copyright: Copyright 2026 AIDotNet
15+
ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration.
16+
Description: |-
17+
Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE.
18+
OpenCowork solves this by providing:
19+
- Local Agency: Agents can directly read/write files and execute shell commands with your permission.
20+
- Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously.
21+
- Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents.
22+
- Human-in-the-loop: You stay in control with a transparent tool-call approval system.
23+
Tags:
24+
- agent
25+
- agentic
26+
- ai
27+
- large-language-model
28+
- llm
29+
ReleaseNotes: |-
30+
Added
31+
- Added new VSCode tasks for building, publishing, and watching the .NET project.
32+
- Added SSH window management and IPC handlers for improved user experience.
33+
Changed
34+
- Enhanced AgentLoop to summarize tool input for streaming.
35+
- Improved message handling in OpenAiResponsesProvider.
36+
- Updated TypeScript build info files for web and node configurations.
37+
Fixed
38+
- Removed unused PNG file to reduce bundle size.
39+
Notes
40+
- This release focuses on agent streaming improvements, SSH window management, and build configuration enhancements.
41+
ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.8.2
42+
ManifestType: defaultLocale
43+
ManifestVersion: 1.12.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: AIDotNet.OpenCowork
5+
PackageVersion: 0.8.2
6+
PackageLocale: zh-CN
7+
ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。
8+
Description: |-
9+
传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。
10+
OpenCowork 通过以下方式解决这一问题:
11+
- 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。
12+
- 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。
13+
- 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。
14+
- 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。
15+
Tags:
16+
- 人工智能
17+
- 大语言模型
18+
- 智能体
19+
- 自主智能
20+
ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.8.2
21+
ManifestType: locale
22+
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: AIDotNet.OpenCowork
5+
PackageVersion: 0.8.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)