Skip to content

Commit 29418d9

Browse files
authored
New version: AIDotNet.OpenCowork version 0.7.15 (microsoft#355956)
1 parent 14c93dc commit 29418d9

4 files changed

Lines changed: 104 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.7.15
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d
11+
ReleaseDate: 2026-04-07
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.7.15/OpenCowork-win-amd64-setup.exe
16+
InstallerSha256: 7F8636AB9A031D20E5839A017006177A566F7EBBCCBD17FC2FB825BBF1F13F65
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.7.15/OpenCowork-win-amd64-setup.exe
22+
InstallerSha256: 7F8636AB9A031D20E5839A017006177A566F7EBBCCBD17FC2FB825BBF1F13F65
23+
InstallerSwitches:
24+
Custom: /allusers
25+
- Architecture: arm64
26+
Scope: machine
27+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/0.7.15/OpenCowork-win-arm64-setup.exe
28+
InstallerSha256: E40F6CE20EED59AA6F8161827A572A9045AD257703F89C941E644479CD6B852A
29+
InstallerSwitches:
30+
Custom: /allusers
31+
ManifestType: installer
32+
ManifestVersion: 1.12.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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.7.15
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 LongCat AI built-in provider preset with 6 models including vision capabilities (Flash Chat, Flash Thinking series, Flash Lite, Flash Omni with image support).
32+
- Added Claude Code CLI source code analysis project for learning and research purposes with TypeScript implementation and MCP protocol support.
33+
Changed
34+
- Bumped the app version to v0.7.15.
35+
- Updated the docs homepage release badge from v0.7.14 to v0.7.15.
36+
Fixed
37+
- No fixes in this release.
38+
Notes
39+
- This release enhances the platform's AI provider ecosystem and adds valuable learning resources for developers interested in high-quality CLI tool implementations.
40+
ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/0.7.15
41+
ManifestType: defaultLocale
42+
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.7.15
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.7.15
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.7.15
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)