Skip to content

Commit b4a52ca

Browse files
Merge branch 'microsoft:master' into Enum-Update
2 parents e381f7c + 778a550 commit b4a52ca

593 files changed

Lines changed: 14115 additions & 565 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
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: 1.0.4
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Upgrade: --updated
9+
UpgradeBehavior: install
10+
ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d
11+
ReleaseDate: 2026-07-02
12+
Installers:
13+
- Architecture: x64
14+
Scope: user
15+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-amd64-setup.exe
16+
InstallerSha256: AC4DC5CE8A1CE935488FF102CE3330D544F3F8315F2ECCF16273EF19F79F5882
17+
InstallerSwitches:
18+
Custom: /currentuser
19+
- Architecture: x64
20+
Scope: machine
21+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-amd64-setup.exe
22+
InstallerSha256: AC4DC5CE8A1CE935488FF102CE3330D544F3F8315F2ECCF16273EF19F79F5882
23+
InstallerSwitches:
24+
Custom: /allusers
25+
- Architecture: arm64
26+
Scope: machine
27+
InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.0.4/OpenCowork-win-arm64-setup.exe
28+
InstallerSha256: B7E0BF163BEF8FA566F33B5E5BD2E20E9302FF7FB8E45B294A893156E5CA3418
29+
InstallerSwitches:
30+
Custom: /allusers
31+
ManifestType: installer
32+
ManifestVersion: 1.12.0
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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: 1.0.4
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+
Fixed
31+
- Removed BOM character from package.json for better compatibility with various tools and parsers.
32+
- Added pointer-events-none to user message locator container to prevent it from intercepting clicks on underlying UI elements.
33+
Changed
34+
- Optimized streaming and debug overhead by implementing on-demand caching and batch refresh instead of full recalculation on every increment, reducing O(n²) complexity in main and sidecar processes.
35+
- Enhanced debug request body handling by upgrading from in-memory truncation to persistent disk storage for better readability of long request bodies.
36+
- Added constraints for sub-agent and plan mode operations: sub-agents can no longer directly create/execute/approve plans, and plan mode tools are disabled by default in sub-agent contexts.
37+
- Implemented context injection for plan mode, plan revision, plan execution, plugin channels, system commands, and slash commands to ensure model input consistency with current runtime state.
38+
- Added prompt cache key truncation and derived sub-agent cache keys for OpenAI Responses API.
39+
- Added duplicate task deduplication during runtime to prevent identical sub-agent prompts from being executed multiple times.
40+
Fixed
41+
- Fixed sidecar manager initialization and communication flow.
42+
- Improved session image export functionality.
43+
- Updated routing AI provider configuration.
44+
ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.0.4
45+
ManifestType: defaultLocale
46+
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: 1.0.4
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/1.0.4
21+
ManifestType: locale
22+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automatically updated by the winget bot at 2026/Jun/14
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3-
4-
PackageIdentifier: OKX.OKX
5-
PackageVersion: 3.0.0.1008
6-
DefaultLocale: en-US
7-
ManifestType: version
8-
ManifestVersion: 1.12.0
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: 1.0.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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: APIDocumentation.Scalar
5+
PackageVersion: 1.1.13
6+
UpgradeBehavior: install
7+
Protocols:
8+
- scalar
9+
ReleaseDate: 2026-07-02
10+
Installers:
11+
- Architecture: x64
12+
InstallerType: nullsoft
13+
Scope: user
14+
InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar%20Setup%201.1.13%20-%20Build%20260702g7451dv9w-x64.exe
15+
InstallerSha256: E866F242D406D59064EA3AAE2A3919C4E1C2EC41DB62E66DACE4CD90C4BC382E
16+
InstallerSwitches:
17+
Upgrade: --updated
18+
ProductCode: e9dd711d-c676-5095-8529-f41d327b2a3a
19+
- Architecture: x64
20+
InstallerType: wix
21+
Scope: machine
22+
InstallerUrl: https://download.todesktop.com/240718bnjmcfyp4/Scalar-1.1.13-build-260702g7451dv9w-x64.msi
23+
InstallerSha256: A7BBDE3783C4DA72E4E17CBD655103E5D28DA58939243DE8B4B2273D1C234F93
24+
InstallerSwitches:
25+
InstallLocation: APPLICATIONFOLDER="<INSTALLPATH>"
26+
ProductCode: '{8A38671F-DE1B-4D10-B75F-7B109D657C81}'
27+
AppsAndFeaturesEntries:
28+
- ProductCode: '{8A38671F-DE1B-4D10-B75F-7B109D657C81}'
29+
UpgradeCode: '{AFBD09A8-1E98-5D6D-9359-BA480727D943}'
30+
ManifestType: installer
31+
ManifestVersion: 1.12.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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: APIDocumentation.Scalar
5+
PackageVersion: 1.1.13
6+
PackageLocale: en-US
7+
Publisher: Scalar
8+
PublisherUrl: https://scalar.com/
9+
PublisherSupportUrl: https://github.com/scalar/scalar/issues
10+
PrivacyUrl: https://scalar.com/privacy-policy
11+
Author: API Documentation Inc.
12+
PackageName: Scalar
13+
PackageUrl: https://scalar.com/download
14+
License: MIT
15+
LicenseUrl: https://github.com/scalar/scalar/blob/HEAD/LICENSE
16+
Copyright: Copyright (c) 2026-present Scalar
17+
CopyrightUrl: https://scalar.com/terms-and-conditions
18+
ShortDescription: An offline first API Client built for OpenAPI.
19+
Tags:
20+
- api
21+
- automation
22+
- debug
23+
- develop
24+
- development
25+
- document
26+
- documentation
27+
- interface
28+
- internet
29+
- network
30+
- request
31+
- response
32+
ReleaseNotesUrl: https://scalar.com/changelog
33+
Documentations:
34+
- DocumentLabel: Documentation
35+
DocumentUrl: https://guides.scalar.com/
36+
ManifestType: defaultLocale
37+
ManifestVersion: 1.12.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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: APIDocumentation.Scalar
5+
PackageVersion: 1.1.13
6+
PackageLocale: zh-CN
7+
ShortDescription: 为 OpenAPI 打造的本地优先 API 客户端。
8+
Tags:
9+
- api
10+
- 互联网
11+
- 响应
12+
- 开发
13+
- 接口
14+
- 文档
15+
- 网络
16+
- 自动化
17+
- 请求
18+
- 调试
19+
Documentations:
20+
- DocumentLabel: 文档
21+
DocumentUrl: https://guides.scalar.com/
22+
ManifestType: locale
23+
ManifestVersion: 1.12.0

manifests/p/PassMark/PerformanceTest/11.1.1012.0/PassMark.PerformanceTest.yaml renamed to manifests/a/APIDocumentation/Scalar/1.1.13/APIDocumentation.Scalar.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automatically updated by the winget bot at 2026/Jun/23
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3-
4-
PackageIdentifier: PassMark.PerformanceTest
5-
PackageVersion: 11.1.1012.0
6-
DefaultLocale: en-US
7-
ManifestType: version
8-
ManifestVersion: 1.12.0
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: APIDocumentation.Scalar
5+
PackageVersion: 1.1.13
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
2+
PackageIdentifier: Ablaze.Floorp
3+
PackageVersion: 12.15.3@152.0.5
4+
Platform:
5+
- Windows.Desktop
6+
MinimumOSVersion: 10.0.17763.0
7+
Commands:
8+
- floorp
9+
Protocols:
10+
- http
11+
- https
12+
- mailto
13+
FileExtensions:
14+
- avif
15+
- htm
16+
- html
17+
- pdf
18+
- shtml
19+
- svg
20+
- url
21+
- webp
22+
- xht
23+
- xhtml
24+
ReleaseDate: 2026-07-02
25+
Scope: machine
26+
InstallerLocale: en-US
27+
InstallerType: nullsoft
28+
InstallModes:
29+
- interactive
30+
- silent
31+
- silentWithProgress
32+
InstallerSwitches:
33+
Silent: /S /PreventRebootRequired=true
34+
SilentWithProgress: /S /PreventRebootRequired=true
35+
InstallLocation: /InstallDirectoryPath="<INSTALLPATH>"
36+
UpgradeBehavior: install
37+
ElevationRequirement: elevatesSelf
38+
Dependencies:
39+
PackageDependencies:
40+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
41+
Installers:
42+
- Architecture: x64
43+
InstallerUrl: https://github.com/Floorp-Projects/Floorp/releases/download/v12.15.3/floorp-windows-x86_64.installer.exe
44+
InstallerSha256: E1E5D6F06055D6E50050C4F72C5E54DB38B4E9C3ED817EA24D140E51F1AB4019
45+
AppsAndFeaturesEntries:
46+
- DisplayName: Ablaze Floorp (x64 en-US)
47+
ProductCode: Ablaze Floorp 12.15.3@152.0.5 (x64 en-US)
48+
ManifestType: installer
49+
ManifestVersion: 1.12.0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
2+
PackageIdentifier: Ablaze.Floorp
3+
PackageVersion: 12.15.3@152.0.5
4+
PackageLocale: en-US
5+
Publisher: Ablaze
6+
PublisherUrl: https://ablaze.one/
7+
PublisherSupportUrl: https://docs.floorp.app/
8+
Documentations:
9+
- DocumentLabel: Floorp Docs
10+
DocumentUrl: https://docs.floorp.app/
11+
Agreements:
12+
- AgreementLabel: Terms of Service
13+
AgreementUrl: https://floorp.app/en-US/terms
14+
- AgreementLabel: Privacy Policy
15+
AgreementUrl: https://floorp.app/en-US/privacy
16+
PrivacyUrl: https://floorp.app/en-US/privacy
17+
Author: Floorp Projects
18+
PackageName: Ablaze Floorp
19+
PackageUrl: https://floorp.app/
20+
License: Mozilla Public License Version 2.0
21+
LicenseUrl: https://github.com/Floorp-Projects/Floorp/blob/main/LICENSE/
22+
ShortDescription: Floorp is built on Firefox and was built in Japan and is a new browser with excellent privacy & flexibility.
23+
Moniker: floorp
24+
Tags:
25+
- browser
26+
- cross-platform
27+
- firefox-fork
28+
- foss
29+
- gecko
30+
- internet-browser
31+
- open-source
32+
- web
33+
- web-browser
34+
ReleaseNotesUrl: https://blog.floorp.app/en/release/12.15.3
35+
ManifestType: defaultLocale
36+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)