diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..911f344fc1d76 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: F6D5DBE0F62788580D45070A6B83890D1207E87707C688EACE4B4E9B395718B7 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.1/OpenCowork-win-amd64-setup.exe + InstallerSha256: F6D5DBE0F62788580D45070A6B83890D1207E87707C688EACE4B4E9B395718B7 + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.3.1/OpenCowork-win-arm64-setup.exe + InstallerSha256: B5EAD7C6B4A85D3708A9FF11A7B79CF67C4E306F6E1ED80D54DE7A902A2F0401 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..c731c3816c85b --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.1 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + 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. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added the `/rewind` command and Rewind panel: every user message becomes a checkpoint, with conversation restore that copies only the canonical prefix into a new session row, plus code restore that replays tracked local changes in reverse order through Native Worker and skips paths whose current hash no longer matches the tracked post-edit state. + - Added the `/config` command with a searchable terminal editor for the shared settings that affect the CLI host (active model, thinking, automatic context compression and threshold, dedicated compression model, provider timeout, tool and sub-agent concurrency, CodeGraph surface); updates go through Native Worker, with a compatibility path for older installed workers. + - Added the `/compact [focus]` command that compresses canonical context through `agent/compress-context`, replacing and persisting the Worker message history on success while keeping the original messages on summarizer failure. + - Added the `/context`, `/cost`, and `/doctor` commands for canonical context usage and compact trigger reporting, recorded usage cost aggregation with shared per-million-token prices, and the same read-only Worker transport probe as `--doctor`. + - Extended the model picker with a capability-driven second step mirroring the desktop model switcher: reasoning effort, Anthropic `budget_tokens` and cache TTL, priority service tier, built-in search, Responses WebSocket, and image generation, plus read-only protocol, context, output, and price metadata. + - Added a persistent two-row status projection with canonical context usage, cache read hit rate, and price-based cost, refreshed on canonical runtime transitions. + - Added `settings/patch-persisted-store` to Native Worker for atomic nested persisted-store patches. + Changed + - Restricted the command registry to commands with a complete CLI host implementation; unadvertised names (`add-dir`, `background`, `branch`, `diff`, `init`, `mcp`, `memory`, `resume`, `theme`) are rejected locally instead of appearing in the menu. + - Made `/clear` clear the runtime's canonical messages and the session's persisted message rows through Native Worker. + - Persist model selection to the shared provider-store index and write model/settings changes to the same split store used by the desktop app. + Fixed + - Hardened tracked-change rollback in Native Worker: symbolic-link paths are skipped to protect their targets, and the current file state is validated against the tracked post-edit hash so external modifications are never overwritten. + - Detected OpenAI Responses WebSocket transport-unavailable errors and surfaced them as explicit exceptions instead of silent stream failure. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a55f543447bcb --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.1 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.3.1 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..1b9e904a9ea95 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.3.1/AIDotNet.OpenCowork.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.installer.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.installer.yaml new file mode 100644 index 0000000000000..5dca34c6383c7 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.0 +InstallerType: portable +Commands: +- opencodereview +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.0/opencodereview-windows-amd64.exe + InstallerSha256: A0C2467EDB34A017AD4AEEBA828601DBEE131E298214990DFD55EB6E216ABB45 +- Architecture: arm64 + InstallerUrl: https://github.com/alibaba/open-code-review/releases/download/v1.9.0/opencodereview-windows-arm64.exe + InstallerSha256: 360CD250E9AF9FD9D0EAFCE5B75E8306481C3DCFACF29ABC9A6F24DB9F931E68 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.en-US.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.en-US.yaml new file mode 100644 index 0000000000000..6f6e711a712dd --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.0 +PackageLocale: en-US +Publisher: Alibaba +PublisherUrl: https://github.com/alibaba +PublisherSupportUrl: https://github.com/alibaba/open-code-review/issues +PackageName: Open Code Review +PackageUrl: https://github.com/alibaba/open-code-review +License: Apache-2.0 +LicenseUrl: https://github.com/alibaba/open-code-review/blob/HEAD/LICENSE +Copyright: Copyright 2026 Alibaba +ShortDescription: The open source AI code review agent. +Description: |- + Open Code Review is an AI-powered code review CLI tool. It originated as Alibaba Group's internal official AI code review assistant — over the past two years, it has served tens of thousands of developers and identified millions of code defects. After thorough validation at massive scale, we incubated it into an open source project for the community. Simply configure a model endpoint to get started. + It reads Git diffs, sends changed files to a configurable LLM via an agent with tool-use capabilities, and generates structured review comments with line-level precision. The agent can read full file contents, search the codebase, inspect other changed files for context, and produce deep reviews — not just surface-level diff feedback. +Tags: +- ai +- code +- review +ReleaseNotes: |- + 🚀 Features + - feat(llm): support custom retry status codes via retry_codes config (#818) + - feat(llmloop): backfill comment thinking from turn output (#773) + - feat(pages): show live npm downloads in highlights stats (#794) + - feat(allowlist): add Nim support (#798) (#799) + - feat(llm): add built-in Mistral AI provider preset (#781) + - feat(examples/gitlab): align GitLab CI review posting with the GitHub Action (#767) + - feat: add QCA delegation integration (#762) + - feat(config): make per-file token limit configurable (#716) + 🐛 Bug Fixes + - fix: no pages deployment on forks (#793) + - fix(cli): stop preview from creating a review session (#784) + - fix(pages): keep previous page visible during lazy route transitions (#792) + - fix(cli): honor --format json for review and scan preview (#783) + - fix(llm): add MiniMax global provider (#760) + - fix(viewer): externalize repos page inline script to comply with CSP (#758) + 📖 Documentation + - docs: fix invalid subject (#795) + - docs: remove stale ocr session comments from README and migrate to site docs (#774) + - docs(blog): add trilingual OSS two-month retrospective post (#777) + - docs(cli-reference): document ocr scan flags (#770) + - docs: add instructions for macports (#769) + - docs: clarify --from/--to merge-base semantics (#579) (#613) + - docs(i18n): sync max_tokens configuration docs to ja, ru, zh (#766) + - docs(installation): add Homebrew install method (#768) + Full Changelog: https://github.com/alibaba/open-code-review/compare/v1.8.10...v1.9.0 +ReleaseNotesUrl: https://github.com/alibaba/open-code-review/releases/tag/v1.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76b5df4598f68 --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.locale.zh-CN.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.0 +PackageLocale: zh-CN +ShortDescription: 开源的 AI 代码审查智能体。 +Description: |- + Open Code Review 是一款 AI 驱动的代码审查 CLI 工具。它的前身是阿里集团内部官方 AI 代码审查助手,过去两年在内部服务了数万开发者,识别了数百万个代码缺陷。经过大规模充分验证后,我们将其孵化为开源项目,对社区开放。只需配置一个模型端点即可使用。 + 它读取 Git diff,通过具备工具调用能力的 Agent 将变更文件发送至可配置的 LLM,生成具有行级精度的结构化审查意见。Agent 可以读取完整文件内容、搜索代码库、检查其他变更文件以获取上下文,从而进行深度审查——而非仅停留在表面的 diff 反馈。 +Tags: +- 人工智能 +- 代码 +- 审查 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.yaml b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.yaml new file mode 100644 index 0000000000000..c5e9a58b45d5d --- /dev/null +++ b/manifests/a/Alibaba/OpenCodeReview/1.9.0/Alibaba.OpenCodeReview.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Alibaba.OpenCodeReview +PackageVersion: 1.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.installer.yaml b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.installer.yaml new file mode 100644 index 0000000000000..43f49c7342a84 --- /dev/null +++ b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Buildkite.Agent +PackageVersion: 3.136.3 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: buildkite-agent.exe + PortableCommandAlias: buildkite-agent +Commands: +- buildkite-agent +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.136.3/buildkite-agent-windows-386-3.136.3.zip + InstallerSha256: 083759A552946585DA3B71F956A93A480FB6F854BE5EE48F856D16C3D43C58BF +- Architecture: x64 + InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.136.3/buildkite-agent-windows-amd64-3.136.3.zip + InstallerSha256: 3F6B67A8722B755CC2F30E630AF7A240B39603A0AD76210945379EB7551CDD88 +- Architecture: arm64 + InstallerUrl: https://github.com/buildkite/agent/releases/download/v3.136.3/buildkite-agent-windows-arm64-3.136.3.zip + InstallerSha256: 0D01FE7B72AED4F959C79B7A8EFE8A5216AF8C008C1CF50E5B223CDF62ADEDB8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.locale.en-US.yaml b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.locale.en-US.yaml new file mode 100644 index 0000000000000..2e8e10408bead --- /dev/null +++ b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Buildkite.Agent +PackageVersion: 3.136.3 +PackageLocale: en-US +Publisher: Buildkite Pty. Ltd. +PublisherUrl: https://buildkite.com/home/ +PublisherSupportUrl: https://forum.buildkite.community/ +Author: Buildkite Pty. Ltd. +PackageName: Buildkite Agent +PackageUrl: https://buildkite.com/docs/agent +License: MIT +LicenseUrl: https://github.com/buildkite/agent/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2026 Buildkite Pty Ltd +CopyrightUrl: https://github.com/buildkite/agent/blob/HEAD/LICENSE.txt +ShortDescription: The Buildkite Agent is an open-source toolkit written in Go for securely running build jobs on any device or network +Description: The buildkite-agent is a small, reliable, and cross-platform build runner that makes it easy to run automated builds on your own infrastructure. It's main responsibilities are polling buildkite.com for work, running build jobs, reporting back the status code and output log of the job, and uploading the job's artifacts. +Moniker: buildkite-agent +Tags: +- buildkite +- cd +- ci +- ci-cd +- continuous-delivery +- continuous-deployment +- continuous-integration +ReleaseNotes: |- + What's Changed + + 🔧 Changed + - feat(cache): namespace archive entries by anchor via a manifest (backport to v3) by @ss1909 in #4200 + - A-1494: Verify cache checksum on restore (backport to v3) by @ss1909 in #4195 +ReleaseNotesUrl: https://github.com/buildkite/agent/releases/tag/v3.136.3 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://buildkite.com/docs/agent +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.yaml b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.yaml similarity index 73% rename from manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.yaml rename to manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.yaml index b8001f5ac9466..ea450aa356cc1 100644 --- a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.yaml +++ b/manifests/b/Buildkite/Agent/3.136.3/Buildkite.Agent.yaml @@ -1,8 +1,8 @@ # Created by Anthelion using komac v2.16.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.5.7 +PackageIdentifier: Buildkite.Agent +PackageVersion: 3.136.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.8/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..e49dd454d0b55 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.8 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.8/coder_2.34.8_windows_amd64.zip + InstallerSha256: 0C6BA3A039D2B36E11827B0C0ED0E0AE172438E2349F4AB2E084437939E8FD43 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.8/coder_2.34.8_windows_amd64_installer.exe + InstallerSha256: 21DDFB3927E36B3876CF507D6B3D59D818DF61E11732A1CC25EB124119B44D75 + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.8/coder_2.34.8_windows_arm64.zip + InstallerSha256: 3035308DE2855280710C2460953F9B6AC5176C1626F5EE2544D1B5F030764EB4 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/c/Coder/Coder/2.34.8/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..44b0e2f6cb085 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.8 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.34.8 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.8/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.yaml new file mode 100644 index 0000000000000..4734a9385386f --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.8/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.installer.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.installer.yaml new file mode 100644 index 0000000000000..f794fcd88d1f8 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.40 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: f6bd0604-87fa-534e-9fb2-f5a02394db55 +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.6.40/Hermes.Studio-0.6.40-x64.exe + InstallerSha256: 7A8DD9F63D1A7A1AB84633EF9714A67D87DA31FDECAEFC1248C40F84358134FB + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/download/v0.6.40/Hermes.Studio-0.6.40-x64.exe + InstallerSha256: 7A8DD9F63D1A7A1AB84633EF9714A67D87DA31FDECAEFC1248C40F84358134FB + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.en-US.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.en-US.yaml new file mode 100644 index 0000000000000..586f51ab4cae6 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.40 +PackageLocale: en-US +ShortDescription: A full-featured desktop app for Hermes Agent. +Description: |- + A full-featured desktop app and web dashboard for Hermes Agent. + Manage AI chat sessions, monitor usage & costs, configure platform channels, + schedule cron jobs, browse skills — all from a clean, responsive web interface. +Tags: +- agent +- agentic +- ai +- hermes +- hermes-agent +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07b6711fcdcf3 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.locale.zh-CN.yaml @@ -0,0 +1,78 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.40 +PackageLocale: zh-CN +Publisher: Hermes Studio Contributors +PublisherUrl: https://hermes-studio.ai/ +PublisherSupportUrl: https://github.com/EKKOLearnAI/hermes-studio/issues +PackageName: Hermes Studio +PackageUrl: https://hermes-studio.ai/ +License: BUSL-1.1 +LicenseUrl: https://github.com/EKKOLearnAI/hermes-studio/blob/HEAD/LICENSE +Copyright: Copyright © 2026 +ShortDescription: Hermes Agent 的全功能桌面应用 +Description: |- + Hermes Agent 的全功能桌面应用和 Web 管理面板。 + 管理 AI 聊天会话、监控用量与成本、配置平台渠道、 + 管理定时任务、浏览技能 —— 全部在一个简洁响应式的 Web 界面中完成。 +Tags: +- hermes +- hermes-agent +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotes: |- + What's Changed + - fix group chat approval routing by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2390 + - feat: animate tool panel expansion by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2389 + - fix: align managed use MCP timeout by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2387 + - fix(server): count reasoning_content in context usage estimates by @686f6c61 in https://github.com/EKKOLearnAI/hermes-studio/pull/2392 + - fix: require coding-agent execution identity by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2396 + - fix(ekko-agent): replay reasoning across model protocols by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2395 + - test: isolate Windows run-manager persistence by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2398 + - feat(group-chat): add secure shared rooms and remote agents by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2408 + - Preserve offline Agent owner avatars by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2410 + - fix(group-chat): stabilize Agent handoff flow by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2411 + - feat(group-chat): add remote Agent file transfers by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2413 + - feat: improve recent sessions and group chat activity by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2414 + - fix(group-chat): add manual room link copy fallback by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2415 + - feat: handle existing approval prompts globally by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2406 + - fix(group-chat): retain history without automatic pruning by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2420 + - fix(server): add lightweight liveness endpoint by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2422 + - fix group chat remote Agent presence and revocation by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2423 + - stop migrating legacy Group Chat Agent links by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2424 + - fix(ui): improve global approval command preview by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2425 + - fix(group-chat): persist Tool results containing mention text by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2426 + - fix(group-chat): bound persisted tool message ids by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2427 + - fix(ui): settle orphaned group tools and align approvals by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2429 + - Fix Group Chat Agent ownership and approval routing by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2430 + - feat: add system notifications for pending approvals by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2432 + - Secure non-owner Group Chat Agent requests by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2433 + - Improve Group Chat Agent uploads and private-memory boundaries by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2435 + - Add MCU Ekko and Hermes agent selector by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2438 + - [workflow] add durable scheduled runs by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2434 + - fix(media): disable Responses storage for image generation by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2439 + - fix(chat): stop sending the Studio guidance block twice by @twuijri in https://github.com/EKKOLearnAI/hermes-studio/pull/2416 + - Fix Global Agent runtime avatars and MCU status by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2442 + - feat(stt): add local streaming speech recognition by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2447 + - fix(group-chat): prevent token accounting from starving the event loop by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2445 + - fix local STT final word truncation by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2448 + - feat: add Chat Run lifecycle webhooks by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2452 + - Remove unused legacy webhook endpoint by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2453 + - feat(moa): expose per-model reasoning effort in preset editor by @x1051445024 in https://github.com/EKKOLearnAI/hermes-studio/pull/2449 + - feat(workflow): add schedule management UI by @wtj-0527 in https://github.com/EKKOLearnAI/hermes-studio/pull/2441 + - Add local and remote group chat room management by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2459 + - Fix local STT in Electron by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2461 + - chore: prepare 0.6.40 changelog by @EKKOLearnAI in https://github.com/EKKOLearnAI/hermes-studio/pull/2462 + New Contributors + - @686f6c61 made their first contribution in https://github.com/EKKOLearnAI/hermes-studio/pull/2392 + Full Changelog: https://github.com/EKKOLearnAI/hermes-studio/compare/v0.6.39...v0.6.40 +ReleaseNotesUrl: https://github.com/EKKOLearnAI/hermes-studio/releases/tag/v0.6.40 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://hermes-studio.ai/#/docs/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.yaml b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.yaml new file mode 100644 index 0000000000000..ae63c26351861 --- /dev/null +++ b/manifests/e/EKKOLearnAI/HermesStudio/0.6.40/EKKOLearnAI.HermesStudio.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: EKKOLearnAI.HermesStudio +PackageVersion: 0.6.40 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.installer.yaml b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.installer.yaml new file mode 100644 index 0000000000000..bf36e6b9f7418 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5663 +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + InstallLocation: MAILCLIENTINSTALLLOCATION="" +UpgradeBehavior: install +ProductCode: '{37B7EAB0-409C-4A60-A178-39E40230BEDA}' +ReleaseDate: 2026-08-07 +AppsAndFeaturesEntries: +- ProductCode: '{37B7EAB0-409C-4A60-A178-39E40230BEDA}' + UpgradeCode: '{D8A1DC6C-8EDA-4135-8E82-6F4EEA116B2F}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%/eM Client' +Installers: +- Architecture: x86 + InstallerUrl: https://www.emclient.com/dist/v10.4.5663/setup.msi + InstallerSha256: 98DFC1A89DD580DBE7A23CA388CD76FC140791CD6648CCEA3DF9D71248B629FF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-GB.yaml b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-GB.yaml new file mode 100644 index 0000000000000..ac4b44ce3d278 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-GB.yaml @@ -0,0 +1,10 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5663 +PackageLocale: en-GB +PackageName: eM Client +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronisation. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-US.yaml b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-US.yaml new file mode 100644 index 0000000000000..4bc4fb7efcbd9 --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5663 +PackageLocale: en-US +Publisher: eM Client s.r.o. +PublisherUrl: https://www.emclient.com/ +PublisherSupportUrl: https://www.emclient.com/support +PrivacyUrl: https://www.emclient.com/docs/em-client-privacy-policy.pdf +Author: eM Client s.r.o. +PackageName: eM Client +PackageUrl: https://www.emclient.com/ +License: Proprietary (Freemium) +LicenseUrl: https://www.emclient.com/pricing +Copyright: © eM Client +CopyrightUrl: https://www.emclient.com/docs/em-client-terms-of-use.pdf +ShortDescription: Fast email client with full Gmail, Hotmail and other services synchronization. Best replacement for MS Outlook or Thunderbird. Free version for Home users. +Moniker: emclient +Tags: +- calendar +- contacts +- email +- email-client +- imap +- mail +- microsoft-exchange +- outlook +- pgp +- pop +- rss +- smtp +- tasks +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.yaml b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.yaml new file mode 100644 index 0000000000000..1ed42ea50b7da --- /dev/null +++ b/manifests/e/eMClient/eMClient/10.4.5663/eMClient.eMClient.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: eMClient.eMClient +PackageVersion: 10.4.5663 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.installer.yaml b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.installer.yaml new file mode 100644 index 0000000000000..af2596625f647 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.9.4-beta' +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: anvil.exe + PortableCommandAlias: anvil +Installers: + - Architecture: x64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.9.4-beta/eddacraft-anvil-x86_64-pc-windows-msvc.zip' + InstallerSha256: 'D6A7CCEA24C05DBCB8E2A158AEA6652801D0A3F387B72509CF495453031DA769' + - Architecture: arm64 + InstallerUrl: 'https://github.com/eddacraft/anvil/releases/download/v0.9.4-beta/eddacraft-anvil-aarch64-pc-windows-msvc.zip' + InstallerSha256: 'D60C9E14274AAEA39413BB800ECD0464C2076287866D0A18B418774BAF1CC8FD' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.locale.en-US.yaml b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.locale.en-US.yaml new file mode 100644 index 0000000000000..e955d0849e173 --- /dev/null +++ b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.locale.en-US.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.9.4-beta' +PackageLocale: en-US +Publisher: eddacraft +PublisherUrl: https://eddacraft.ai +PackageName: Anvil +PackageUrl: https://github.com/eddacraft/anvil +License: Proprietary +ShortDescription: Deterministic guardrails for AI-assisted development workflows +Tags: + - ai + - cli + - developer-tools + - guardrails +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.yaml b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.yaml similarity index 70% rename from manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.yaml rename to manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.yaml index 4889d7fbcdc2c..f6169c3245cb2 100644 --- a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.yaml +++ b/manifests/e/eddacraft/anvil/0.9.4-beta/eddacraft.anvil.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.0.0 +PackageIdentifier: eddacraft.anvil +PackageVersion: '0.9.4-beta' DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.38.1/endev.aube.installer.yaml b/manifests/e/endev/aube/1.38.1/endev.aube.installer.yaml new file mode 100644 index 0000000000000..348a598f4d11e --- /dev/null +++ b/manifests/e/endev/aube/1.38.1/endev.aube.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.38.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: aube.exe +- RelativeFilePath: aubr.exe +- RelativeFilePath: aubx.exe +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/endevco/aube/releases/download/v1.38.1/aube-v1.38.1-x86_64-pc-windows-msvc.zip + InstallerSha256: 3EADBE826A79184792F423C52E6AD3A20575F0C408EDE66612F6DB175339A180 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/endevco/aube/releases/download/v1.38.1/aube-v1.38.1-aarch64-pc-windows-msvc.zip + InstallerSha256: 93BD2BDAC42E2A8CC54AE02C7D4D3E46985C0883509BBA1624C355B129086F66 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.38.1/endev.aube.locale.en-US.yaml b/manifests/e/endev/aube/1.38.1/endev.aube.locale.en-US.yaml new file mode 100644 index 0000000000000..ff7efe994cadd --- /dev/null +++ b/manifests/e/endev/aube/1.38.1/endev.aube.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.38.1 +PackageLocale: en-US +Publisher: en.dev +PublisherUrl: https://en.dev/ +PublisherSupportUrl: https://github.com/endevco/aube/discussions/categories/troubleshooting-and-bugs +Author: en.dev +PackageName: aube +PackageUrl: https://aube.en.dev/ +License: MIT +LicenseUrl: https://github.com/endevco/aube/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 en.dev inc +CopyrightUrl: https://github.com/endevco/aube/blob/HEAD/LICENSE +ShortDescription: A fast Node.js package manager +Description: |- + aube is a package manager for Node.js projects. It uses pnpm-style isolated node_modules for fast, disk-efficient installs. + + Existing projects keep their lockfile format. aube reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. New projects without a supported lockfile get aube-lock.yaml. + + Why Try It + - Fast installs. Warm installs are about 8x faster than pnpm and about 5x faster than Bun in the current benchmarks. Repeat test commands run up to 35x faster than pnpm and up to 5x faster than Bun. + - Existing lockfiles. Reads and writes pnpm-lock.yaml, package-lock.json, npm-shrinkwrap.json, yarn.lock, and bun.lock in place. + - Cheap repeat commands. aubr test, aube test, and aube exec vitest auto-install when dependencies are stale, then skip that work when nothing changed. aubx uses a local binary when one is installed, or a throwaway environment for one-off tools. + - Less disk use. A global content-addressable store lets projects share package files instead of keeping a full copy of the same dependencies in every checkout. + - Secure defaults. Out of the box, exotic transitive deps are blocked, lifecycle scripts wait for approval, trust downgrades fail at resolve, and brand-new releases sit in a 24h cooling window. One paranoid: true line adds the build jail and turns the soft gates into hard fails. +Moniker: aube +ReleaseNotes: |- + A small patch release with three targeted fixes to aube update --no-save, POSIX shim resolution, and cold-store filtered installs. + Fixed + - Keep --no-save resolutions inside the existing range (#1247 by @jdx) — aube update --latest --no-save no longer treats --latest as permission to bump the manifest or catalog specifier. It now refreshes the lockfile to the newest version allowed by the retained range (for both direct and shared catalog entries) instead of recording a latest that the specifier itself excludes — which could otherwise make a subsequent frozen install reject the lockfile. + - Resolve symlinks in POSIX shims (#1249 by @jdx) — Generated POSIX .bin shims now follow their invocation path through absolute and relative symlink chains (up to 40 hops, guarding against cycles) before computing basedir. Launching a tool via a symlink on PATH previously pointed basedir at the external symlink directory rather than the real node_modules/.bin, breaking the shim's relative target. The shim marker is bumped to aube-bin-shim v2 so older shims are still parsed correctly on uninstall. + - Filter cold per-project materialization (#1253 by @jdx) — Filtered installs (--production, --filter, workspace scoping) now apply dependency-section and workspace selection before pipelined materialization. Previously a cold store streamed the full lockfile graph into node_modules/.aube, leaving unrelated package cells on disk even though the importer symlinks were correct (warm installs looked fine because cached packages aren't re-streamed). The on-disk lockfile and full-graph validation still use the unfiltered graph. Fixes #1250. + + 💚 Sponsor aube + aube is maintained by @jdx, an open source developer for entire.io, the title sponsor of the jdx.dev open source tools including mise. Work on aube is funded by sponsors. + If aube is saving your team install time or CI minutes, please consider sponsoring at jdx.dev. Individual and company sponsorships are what keep the project fast, free, and independent. +ReleaseNotesUrl: https://github.com/jdx/aube/releases/tag/v1.38.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/endev/aube/1.38.1/endev.aube.yaml b/manifests/e/endev/aube/1.38.1/endev.aube.yaml new file mode 100644 index 0000000000000..6bf912d202ea5 --- /dev/null +++ b/manifests/e/endev/aube/1.38.1/endev.aube.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: endev.aube +PackageVersion: 1.38.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.installer.yaml b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.installer.yaml new file mode 100644 index 0000000000000..c6835b8e25a0e --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.30 +MinimumOSVersion: 10.0.17763.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /S + SilentWithProgress: /S +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Scottnine/filamental/releases/download/v0.3.30/Filamental_0.3.30_x64-setup.exe + InstallerSha256: CFC058C20A9D2084BDE8CE18164168F4876D8ED38607370B75003D14D8B9035E +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-08 diff --git a/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.locale.en-US.yaml b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.locale.en-US.yaml new file mode 100644 index 0000000000000..b8e51f7cf97ab --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.30 +PackageLocale: en-US +Publisher: Filamental +PublisherUrl: https://filamental.space +PublisherSupportUrl: https://github.com/Scottnine/filamental/issues +Author: Scott Turnbull +PackageName: Filamental +PackageUrl: https://filamental.space +License: Proprietary +Copyright: Copyright (C) 2025 Filamental +ShortDescription: A local-first 3D knowledge graph desktop application +Description: |- + Filamental is a local-first 3D knowledge graph for Windows. Build and + navigate connected knowledge as a living visual network — nodes, edges, + and relationships rendered in interactive 3D space. Write Markdown notes + directly on nodes, attach files, filter by type, and connect Filamental + to Claude via MCP for live AI access to your vault. All data stays on + your machine as plain Markdown files. +Tags: +- graph +- knowledge +- knowledge-graph +- markdown +- notes +- productivity +- visualization +ReleaseNotesUrl: https://github.com/Scottnine/filamental/releases/tag/v0.3.30 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Scottnine/filamental/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.yaml b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.yaml new file mode 100644 index 0000000000000..7836ed713092b --- /dev/null +++ b/manifests/f/Filamental/Filamental/0.3.30/Filamental.Filamental.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Filamental.Filamental +PackageVersion: 0.3.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.installer.yaml b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.installer.yaml new file mode 100644 index 0000000000000..fd832983842ec --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1035.54592 +InstallerType: inno +Installers: +- Architecture: x64 + InstallerUrl: https://installer.filedini.app/Filedini-0.7.1035.54592-Installer.exe + InstallerSha256: AA8A37465094FB22B8A2CCA7F873FD4CDD355273224FC5B0BD9FFACD943CECAB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.locale.en-US.yaml b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.locale.en-US.yaml new file mode 100644 index 0000000000000..ec44db892785a --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1035.54592 +PackageLocale: en-US +Publisher: Filedini +PackageName: Filedini +License: Proprietary +ShortDescription: A fast, keyboard-first file manager for Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.yaml b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.yaml new file mode 100644 index 0000000000000..78769ddb3a156 --- /dev/null +++ b/manifests/f/Filedini/Filedini/0.7.1035.54592/Filedini.Filedini.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Filedini.Filedini +PackageVersion: 0.7.1035.54592 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.installer.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.installer.yaml new file mode 100644 index 0000000000000..cb627c67f1e01 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.2 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: fb4850cb-f98d-5a6d-8287-16734ebbc07c +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Fioooooooo/FylloCode/releases/download/v0.15.2/FylloCode-0.15.2-win-x64-setup.exe + InstallerSha256: 8523A30A410E451B51403FFF795A1A78E38A6332CF5036B423C50EBC429B4EB7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.en-US.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.en-US.yaml new file mode 100644 index 0000000000000..1ff7c1bfe8df4 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.en-US.yaml @@ -0,0 +1,103 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.2 +PackageLocale: en-US +Publisher: Fio +PublisherUrl: https://github.com/Fioooooooo +PublisherSupportUrl: https://github.com/Fioooooooo/FylloCode/issues +PackageName: FylloCode +PackageUrl: https://github.com/Fioooooooo/FylloCode +License: AGPL-3.0 +LicenseUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/LICENSE +ShortDescription: A desktop app that turns Coding Agents into reliable teammates — by splitting every change into Task → Proposal → Apply → Archive, with you reviewing the plan before any code is written. +Description: |- + In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business → think through the architecture → write a Proposal → review the Proposal → let the Agent implement it automatically, then move on to the next Proposal. + That thinking led me to build FylloCode — a step from Vibe Coding toward Agentic Coding. + + How FylloCode Solves It + FylloCode enforces a structured workflow that separates thinking from doing: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ Task │ ──→ │ Chat/Proposal │ ──→ │ Apply │ ──→ │ Archive │ + │ │ │ │ │ │ │ │ + │ What to │ │ Agent explores │ │ Agent │ │ Specs │ + │ work on │ │ codebase and │ │ implements│ │ updated, │ + │ │ │ writes a plan │ │ the plan │ │ change │ + │ │ │ │ │ │ │ recorded │ + │ │ │ ➜ YOU REVIEW │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + Task — Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat. + Chat / Proposal — The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens. + Apply — A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts — not the Chat history — so every decision must be captured in writing, not left in context-window memory. + Archive — Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change. + Why Separating Thinking from Execution Matters + Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text — and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff. + + Features + + Agent Protocol (ACP) + FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent — one protocol, one interface, without juggling a pile of terminal windows. + There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs. + + System Reminders + Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion — it's a hard boundary enforced at session start. + + Task Panel + View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow — select a task, start a Chat, and the Agent begins with full context. + + Integration with Development Platforms + Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level — one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned. + Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning. + + Workflow Editor + Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process. + + OpenSpec-Driven Proposals + Proposals are structured artifacts — not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore → create-proposal → apply-change → archive-change. + + Streaming Rendering Engine + FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect. + Engineering Guardrails + FylloCode provides two layers of engineering guardrails: + - Soft constraints — Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep. + - Hard constraints — Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + This release lets each Chat session choose between FylloCode collaboration and the Agent's native behavior, and adds cross-Agent delegation with background execution and read-only inspection. Proposal Apply and Archive entry points now return to Chat: the user message expresses intent, while actual task and archive state drive the interface. + Added + - New Chat sessions can select FylloCode or Native before the first message. FylloCode mode continues to inject project specs, guidelines, knowledge, and built-in MCP servers; Native mode keeps the fixed Workspace scope and Agent Session configuration without FylloCode reminders or bundled MCP. Historical sessions default to FylloCode mode + - Added the fyllo-spawn MCP server. An Agent in FylloCode mode can delegate focused work synchronously or in the background to another installed ACP Agent, then query status, continue the owner-scoped Session, and read long responses in bounded chunks + - Chat can inspect spawned Sessions. A new delegation can render a clickable spawn.session Signal, and the detail Slideover shows trusted status, the original prompt, Activity, Transcript, and response IDs. The composer also summarizes background tasks running for the current parent Session + - Added a Session Actions menu to the Chat header for copying the current FylloCode Session ID, with success and failure feedback from the clipboard operation + Changed + - The Proposal detail Slideover is now for review and status inspection; it no longer starts Apply, Archive, or run history directly. Start Applying and Archive in the Chat Event Rail send owner-qualified user messages so the current Chat drives the next stage + - Proposal archive readiness now comes from the actual completion state in tasks.md. Main watches task and status changes and keeps tracking the same linked Proposal as it moves into archive, merges into the main worktree, and loses its linked worktree + - Draft attachments remain local previews until the first message is submitted instead of creating a Session early. First submission persists attachments and the message under one Session, and a failure removes the uncommitted Session while preserving the draft for retry + - Context usage now moves through yellow, orange, and red guidance at 75%, 90%, and 95%. The tooltip focuses on current Context use and recommends starting a new session or summarizing the conversation when risk increases + - The static startup page, the first renderer frame, and the Vue startup overlay now share the dot-matrix logo, wordmark, and startup status, reducing white flashes and visual jumps while preserving light, dark, and reduced-motion behavior + - Production dependency classification now avoids copying renderer-bundled libraries into app.asar/node_modules; the verified macOS arm64 package size dropped from 364 MiB to 284 MiB + Fixed + - Fixed draft attachment selection creating multiple empty Sessions, leaving a New Session title, and later causing cross-Session attachment rejection + - Fixed races that could access an already-destroyed Renderer or clean Chat probes twice during startup cleanup, Workspace cleanup, or shutdown + - Fixed internal FylloCode system reminders appearing as ordinary messages in Chat history + - Fixed completed Proposal tasks still displaying Applying, and linked Proposal archive relocation being misreported as removal after the worktree moved back to main + Notes + - The application version is now 0.15.2. + - The fyllo-spawn MCP server makes its first stable-app release at 0.1.1. It exposes four HTTP-only tools; Agents without HTTP MCP support and Native-mode Sessions do not receive this server. + - The fyllo-specs MCP server is now 0.11.0, adding archive-metadata persistence and a partial-success recovery state. Tool names and inputs remain compatible, while callers that inspect failed results must accept the new archive-metadata-update recovery kind. + - The fyllo-cortex MCP server remains at 0.7.0; that server did not change in this release range. + - Compatibility: Every Chat user message must now contain text that remains non-empty after trimming; attachments cannot be sent alone. Historical Session, message, and attachment formats require no migration. + - Background spawned turns do not continue across application processes. A normal exit records APP_SHUTDOWN, while leftover work after an unexpected restart records APP_RESTARTED. A long task with continuing ACP activity has no absolute time limit, but ten minutes without activity triggers cancellation. +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.en.md#0152---2026-08-10 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.zh-CN.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43aaba99c5b6d --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.locale.zh-CN.yaml @@ -0,0 +1,93 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.2 +PackageLocale: zh-CN +ShortDescription: 一款桌面应用,通过将每个更改拆分为任务 → 提案 → 应用 → 归档的流程,将编程智能体转变为可靠的团队成员,并在编写任何代码之前由您审查计划。 +Description: |- + 在这个新时代,真正需要我们处理的不再是重复性的编码工作,而是更高层面的业务理解和架构设计。我设想的未来工作方式是:接触业务 → 想清楚架构 → 写 Proposal → 审查 Proposal → Agent 自动编码落地,然后接着搞下一个 Proposal。 + 基于这些思考,我开发了 FylloCode——从 Vibe Coding 走向 Agentic Coding。 + + FylloCode 怎么解决 + FylloCode 用一套结构化的工作流,把 思考 和 执行 物理隔离: + ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ + │ 任务 │ ──→ │ 对话 / 提案 │ ──→ │ 执行 │ ──→ │ 归档 │ + │ │ │ │ │ │ │ │ + │ 做什么 │ │ Agent 探索代码 │ │ Agent 按 │ │ 规格更新 │ + │ │ │ 库,写出方案 │ │ 方案逐条 │ │ 变更留档 │ + │ │ │ │ │ 实现 │ │ │ + │ │ │ ➜ 你来审查 │ │ │ │ │ + └──────────┘ └────────────────┘ └───────────┘ └───────────┘ + 任务 — 从本地任务列表或云效等平台同步过来的工作项中选一个,一键发起对话创建提案。 + 对话 / 提案 — Agent 探索你的代码库,提出澄清问题,然后生成结构化的提案(改什么、改哪些文件、验收标准)。在这个阶段,Agent 被禁止写代码。你审查、修改、确认提案后,流程才会继续。 + 执行 — 一个全新的 Agent session 按提案逐条实现。它只读提案产物,看不到对话历史——所以所有决策必须写进提案,不能留在上下文窗口的记忆里,同时以这种方式将决策产物持久化留存。 + 归档 — 规格文档更新,变更完整归档。你的项目知识库随着每次交付不断增长。 + 为什么把思考和执行分开很重要 + 大多数 Coding Agent 在同一个 session 里理解任务并写代码。任何误解都会直接变成代码,而代码的审查成本很高。 FylloCode 把理解和执行物理隔离了。误解只能变成提案文字——文字的审查成本极低。花 2 分钟审一遍提案,能拦住你在 diff 里要花 20 分钟才能发现的问题。 + + 功能特性 + + Agent 协议(ACP) + FylloCode 通过 ACP(Agent Client Protocol)连接任意 Coding Agent。Claude Code、Codex 或任何 ACP 兼容的 Agent——一个协议,一个界面,不用再开一堆终端来回切换了。 + 目前 ACP Registry 中已有 35 款 Agent 可用,同时支持多聊天并行和多 Proposal 的 Apply 并行。 + + System Reminders + 每个工作流阶段会注入 system reminder,约束 Agent 能做和不能做的事。对话阶段,Agent 被指示去探索和提案,而不是写代码;执行阶段,它只按已批准的任务列表走。这不是建议——是在 session 启动时强制执行的硬边界。 + + 任务面板 + 查看和管理本地任务,或展示从外部平台同步的工作项。任务是整个工作流的入口——选中任务,发起对话,Agent 带着完整上下文开始工作。 + + 开发平台集成 + 以 Provider 为单位连接平台(如云效)——一次认证,任务管理、源码管理、CI/CD 等多个工具全部可用。更多平台集成(GitHub、TAPD、Jira 等)在路线图中。 + 任务集成走的是 API 而不是 Agent Skill——这是有意为之。API 调用速度快而且不消耗 Token,好钢要用在刀刃上。 + + 工作流编辑器 + 定义和自定义多阶段工作流。内置模板开箱即用,也可以编辑 YAML 适配你的团队流程。 + + OpenSpec 驱动的提案 + 提案是结构化的产物,不是聊天消息。每个提案包含设计文档、规格变更和具体的任务列表(文件路径、验收标准)。内置的 fyllo-specs MCP server 管理完整的生命周期:explore → create-proposal → apply-change → archive-change。 + + 流式渲染引擎 + FylloCode 采用 markstream-vue 作为流式渲染引擎,速度快、效果丝滑。内置集成了 Monaco Editor、KaTeX 和 Mermaid,在做 Proposal 时可以实时渲染出流程图和格式化的规格说明,架构流程、业务逻辑一目了然。 + 工程规范保障 + FylloCode 提供两个层面的规范保障: + - 软约束 — 把工程规范沉淀为 Guidelines,通过内置的 fyllo-skills MCP server 在工作流中自动持续维护,无需人工干预。 + - 硬约束 — Agent 不一定完全遵守 Guidelines,FylloCode 的健康检查会在工程层面建立硬约束(lint、test runner、git hooks、CI),从根上把质量卡住。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 这个版本让 Chat 可以在 FylloCode 协作与 Agent 原生行为之间选择,并新增跨 ACP Agent 的任务委派、后台执行和只读检查能力。Proposal 的 Apply 与 Archive 入口也统一回到 Chat,由用户消息表达意图,再以实际任务和归档状态更新界面。 + 新增 + - 新 Chat 会话可在首条消息前选择 FylloCode 或 原生 模式;前者继续注入项目 specs、guidelines、knowledge 与内置 MCP,后者保留固定 Workspace scope 和 Agent Session 配置,但不注入 FylloCode reminder 或 bundled MCP。历史会话默认按 FylloCode 模式读取 + - 新增 fyllo-spawn MCP server,FylloCode 模式中的 Agent 可以把聚焦任务同步或后台委派给其他已安装的 ACP Agent,并按可信父 Session 作用域查询状态、续聊和分段读取长响应 + - Chat 支持查看 spawned Session:新建委派可显示可点击的 spawn.session Signal,详情 Slideover 展示可信状态、原始 Prompt、Activity、Transcript 与 response ID;输入区会汇总当前父 Session 中正在运行的后台任务 + - Chat Header 新增“会话操作”菜单,可复制当前 FylloCode Session ID,并在剪贴板写入成功或失败时给出反馈 + 调整 + - Proposal 详情 Slideover 改为浏览与状态查看入口,不再直接提供 Apply、Archive 或运行历史按钮;Chat Event Rail 的“开始实现”和“归档”会发送包含完整 Project owner 的用户消息,由当前 Chat 推进后续阶段 + - Proposal 的“可归档”状态改为依据 tasks.md 的真实完成度派生;Main 同时监听任务与状态变化,并能在 linked Proposal 归档、合并到主工作区和删除 worktree 后继续定位同一 Proposal + - 草稿附件在首条消息提交前只保留本地预览,不再提前创建 Session;首次提交会在唯一 Session 中依次持久化附件与消息,任一步失败都会清理未提交 Session 并保留草稿以便重试 + - Context 使用率从 75%、90% 和 95% 三个阈值逐级显示黄色、橙色和红色提示;Tooltip 聚焦当前 Context 用量,并在风险区间给出新建会话或总结对话的建议 + - 静态启动页、正式 renderer 首帧和 Vue 启动覆盖层统一使用点阵 Logo、字标与“正在启动…”状态,减少同一窗口交接时的白闪和视觉跳变,并保留浅色、深色与 reduced-motion 支持 + - 调整生产依赖分类,macOS arm64 包验证体积从 364 MiB 降至 284 MiB;renderer 已打包依赖不再重复进入 app.asar/node_modules + 修复 + - 修复草稿态多次或批量选择附件可能创建多个空 Session、保留 New Session 标题,并在发送时触发跨 Session attachment 拒绝的问题 + - 修复窗口在启动清理、Workspace cleanup 或 shutdown 期间已经销毁时仍继续访问 Renderer 或重复清理 Chat probe 的竞态 + - 修复 FylloCode 内部 system reminder 可能作为普通消息出现在 Chat 历史中的问题 + - 修复 Proposal 任务全部完成后仍显示“实现中”,以及 linked Proposal 归档迁移到主工作区后 watcher 可能误报移除的问题 + 备注 + - 应用版本升级到 0.15.2。 + - fyllo-spawn MCP server 首次随稳定版发布为 0.1.1。它提供四个 HTTP-only tool;不支持 HTTP MCP 的 Agent 和原生模式 Session 不会获得该 server。 + - fyllo-specs MCP server 升级到 0.11.0,新增归档 metadata 写回和部分成功恢复状态;tool 名称与输入保持兼容,读取失败结果的调用方需要接受新的 archive-metadata-update recovery kind。 + - fyllo-cortex MCP server 保持 0.7.0;本次发布范围没有修改该 server。 + - 兼容性:Chat 用户消息现在必须包含 trim 后非空的 text;附件不能单独发送。历史 Session、消息和附件格式不需要迁移。 + - 后台 spawned turn 不会跨应用进程继续运行;正常退出记录为 APP_SHUTDOWN,异常重启后的遗留任务记录为 APP_RESTARTED。持续有 ACP activity 的长任务没有绝对时长限制,但连续 10 分钟无活动会触发取消。 +ReleaseNotesUrl: https://github.com/Fioooooooo/FylloCode/blob/HEAD/CHANGELOG.md#0152---2026-08-10 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.yaml b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.yaml new file mode 100644 index 0000000000000..77f17f1098be6 --- /dev/null +++ b/manifests/f/Fioooooooo/FylloCode/0.15.2/Fioooooooo.FylloCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Fioooooooo.FylloCode +PackageVersion: 0.15.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.installer.yaml b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.installer.yaml new file mode 100644 index 0000000000000..f8f7b3148adc1 --- /dev/null +++ b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.installer.yaml @@ -0,0 +1,23 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-host-application +PackageVersion: 1.2.22 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: example-host-application.exe +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-08-10 +ElevationRequirement: elevationProhibited +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/flowscripter/example-host-application/releases/download/v1.2.22/example-host-application_Windows_x64.zip + InstallerSha256: FF43FC031EE7ACA98E33093999E26A4817D3A7049770351B7891EE0EE7608F4B +- Architecture: arm64 + InstallerUrl: https://github.com/flowscripter/example-host-application/releases/download/v1.2.22/example-host-application_Windows_arm64.zip + InstallerSha256: 0929C5A0F130A4792F9FB253F9C2BAE09E75CC595814E458DE4CDA1309114AA0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.locale.en-US.yaml b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.locale.en-US.yaml new file mode 100644 index 0000000000000..e302b08452b05 --- /dev/null +++ b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.locale.en-US.yaml @@ -0,0 +1,20 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-host-application +PackageVersion: 1.2.22 +PackageLocale: en-US +Publisher: Flowscripter +PublisherUrl: https://github.com/flowscripter +PublisherSupportUrl: https://github.com/flowscripter/example-host-application/issues +Author: Vectronic +PackageName: Example Host Application +PackageUrl: https://github.com/flowscripter/example-host-application +License: MIT +LicenseUrl: https://github.com/flowscripter/example-host-application/blob/HEAD/LICENSE +Copyright: MIT (c) Flowscripter +ShortDescription: Example host application executable for the dynamic-plugin-framework +ReleaseNotes: 1.2.22 (2026-08-10) +ReleaseNotesUrl: https://github.com/flowscripter/example-host-application/releases/tag/v1.2.22 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.yaml b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.yaml new file mode 100644 index 0000000000000..cfbc641732670 --- /dev/null +++ b/manifests/f/Flowscripter/example-host-application/1.2.22/Flowscripter.example-host-application.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Flowscripter.example-host-application +PackageVersion: 1.2.22 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.installer.yaml b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.installer.yaml new file mode 100644 index 0000000000000..df7cb014a6e52 --- /dev/null +++ b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.installer.yaml @@ -0,0 +1,21 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Hoornet.Vega +PackageVersion: 0.14.3 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: nullsoft +Scope: user +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/hoornet/vega/releases/download/v0.14.3/Vega_0.14.3_x64-setup.exe + InstallerSha256: 9CBBE6923B0A8F88F14C0A89DEF47822589C167967721A7F93731CB94E3D330C +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.locale.en-US.yaml b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.locale.en-US.yaml new file mode 100644 index 0000000000000..94517aa0df120 --- /dev/null +++ b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Hoornet.Vega +PackageVersion: 0.14.3 +PackageLocale: en-US +Publisher: Hoornet +PublisherUrl: https://veganostr.com +PublisherSupportUrl: https://github.com/hoornet/vega/issues +Author: Hoornet +PackageName: Vega +PackageUrl: https://veganostr.com +License: MIT +LicenseUrl: https://raw.githubusercontent.com/hoornet/vega/main/LICENSE +Copyright: Copyright (c) 2026 Jure Sršen +ShortDescription: A cross-platform desktop client for Nostr +Description: |- + Vega is a desktop client for Nostr, a decentralized social network protocol. + It is built with Tauri and React, and treats long-form writing and reading + (NIP-23) as a first-class feature rather than an afterthought. + + Features: + - Long-form article editor and reader (NIP-23) + - Lightning zaps via Nostr Wallet Connect (NIP-47, NIP-57) + - Value-for-value podcast streaming + - Web of trust filtering + - Optional built-in relay, so your notes stay available locally + - Encrypted direct messages + - Private keys stored in the operating system keychain +Tags: +- nostr +- social-network +- decentralized +- lightning +- bitcoin +- desktop-client +ReleaseNotesUrl: https://github.com/hoornet/vega/releases/tag/v0.14.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/hoornet/vega/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.yaml b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.yaml new file mode 100644 index 0000000000000..90a95d4700091 --- /dev/null +++ b/manifests/h/Hoornet/Vega/0.14.3/Hoornet.Vega.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Hoornet.Vega +PackageVersion: 0.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.installer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.installer.yaml new file mode 100644 index 0000000000000..710f295ce3f90 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IcyHotY2K.QuickImageViewer +PackageVersion: 2.252.0.327 +InstallerType: portable +Commands: +- qiv +ReleaseDate: 2026-08-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/download/v2.252.0.327/QuickImageViewer.exe + InstallerSha256: 750D7CC507B058D139FF30B1C01CC5A6776C258166FD1BD8489846ED659BF402 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.locale.en-US.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..543420aaa50a6 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IcyHotY2K.QuickImageViewer +PackageVersion: 2.252.0.327 +PackageLocale: en-US +Publisher: IcyHotY2K +PublisherUrl: https://github.com/icyhoty2k +PublisherSupportUrl: https://github.com/icyhoty2k/QuickImageViewer/issues +PackageName: QuickImageViewer +PackageUrl: https://github.com/icyhoty2k/QuickImageViewer +License: AGPL-3.0 +LicenseUrl: https://github.com/icyhoty2k/QuickImageViewer/blob/HEAD/LICENSE +Copyright: Copyright © 2026 All rights reserved, Ivan Hristov Yanev +ShortDescription: Fast native Windows image viewer. +Tags: +- cpp +- fast-image-viewer +- image-viewer +- lightweight-app +- native-cpp +- no-install +- performance-optimized +- portable-exe +- webp +- win32 +ReleaseNotes: tcp/ip protocol additions and fixes +ReleaseNotesUrl: https://github.com/icyhoty2k/QuickImageViewer/releases/tag/v2.252.0.327 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/icyhoty2k/QuickImageViewer/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.yaml b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.yaml new file mode 100644 index 0000000000000..2f1eda5759a99 --- /dev/null +++ b/manifests/i/IcyHotY2K/QuickImageViewer/2.252.0.327/IcyHotY2K.QuickImageViewer.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IcyHotY2K.QuickImageViewer +PackageVersion: 2.252.0.327 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.installer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.installer.yaml new file mode 100644 index 0000000000000..894f159052e9d --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.16 +UpgradeBehavior: install +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.16/Sessions.Viewer_0.3.16_x64-setup.exe + InstallerSha256: BDCC623F4488F91ACD41344B44BAC885D0C9E3655F206A2CA5D507E45084FFC8 + ProductCode: Sessions Viewer +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.3.16/Sessions.Viewer_0.3.16_x64_en-US.msi + InstallerSha256: 40BDD8227AD7BC00DD16D3E498458A291B6C7799C57B40638FDF14EB3EEAFB48 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{60AED5E6-1B52-4ECF-91C2-2C10A430BE9C}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8E2574C0-969D-515B-A3BA-FA3339E97BD2}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.en-US.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.en-US.yaml new file mode 100644 index 0000000000000..f79766a6b4a1b --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.16 +PackageLocale: en-US +Publisher: wuchao +PublisherUrl: https://github.com/jerrywu001 +PublisherSupportUrl: https://github.com/jerrywu001/cc-sessions-viewer/issues +PackageName: cc-sessions-viewer +PackageUrl: https://github.com/jerrywu001/cc-sessions-viewer +License: Freeware +ShortDescription: Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html +Description: |- + A native desktop browser for Claude Code, Codex, and Gemini CLI — read, search, and manage local session transcripts from all three in one place. + Faithful replay — thinking chains, tool-call pairings, structured diffs, inline screenshots. + Fast search — cross-project global hit (⌘⇧F) jumps to the exact message; one-click resume in Terminal. + Deep stats — aggregate token spend and cost; slice by project, model, or tool. + Read-only safety — original JSONL is never touched; delete is a move to shared trash, never rm. + Flexible export — single session or batches to offline-readable Markdown or HTML. + + Features + - 🗂 Unified project view — group sessions by working directory across both CLIs + - 💬 Faithful chat replay — text, thinking blocks, tool calls, structured diffs, inline images + - 🔎 In-session search with scope — search across the whole conversation or scope to user messages, agent replies (incl. edits), or tool noise; prev / next jump + match counter + - 🌐 Global search (⌘⇧F / Ctrl+Shift+F) — Algolia-style overlay over the current agent, scoped to session titles and your own messages; click a hit to jump straight to that message with a flash highlight; recent queries with single-item removal + - 🔃 Session list search & sort — keyword search runs on the Rust side, matching session titles and your message text (cancellable mid-typing); sort by recency / size / message count, or show only ones with an ID + - 🪗 Collapse / expand all tool calls — one click to hide tool-call clutter and focus on the conversation + - 📤 Export session — save a single session to Markdown or HTML (native Save-As, offline-renderable HTML with inlined avatars / styles) + - 🧰 Multi-select & batch ops — pick sessions in bulk to move them to the trash or export them into a single export-YYYYMMDD-HHMMSS-{md,html}/ folder + - 🔄 Resume or start fresh — open Terminal in a project to resume an existing session (claude --resume / codex resume ) or start a brand-new one + - 📡 Live tail — opened session auto-refreshes as the CLI appends new messages; an "● Live" indicator shows the watcher is active, and a "N new ↓" pill surfaces additions when you've scrolled up + - 🗑 Shared trash — soft-delete, preview a deleted session's transcript, restore one or many (multi-select); survives across both agents + - 🏠 Welcome screen — recently opened projects per agent with one-click reopen + per-entry removal + - 📌 Pin / sink projects — color-coded pins on the sidebar; sunk projects go to the bottom + - ✏️ Rename sessions — your new title syncs back to the CLI, so claude / codex resume pickers show it too + - 🌗 Light / dark / system theme — Codex-inspired neutral palette with brand-color accents + - 🌐 i18n with auto-detect — English / 简体中文 / 繁體中文 / 日本語;first launch matches the OS language, falls back to English + - ⚡️ Custom tooltip & agent brand icons — no out-of-place native chrome + - 🖼 Image lightbox for screenshots embedded in transcripts +Tags: +- antigravity-cli +- claude-code +- codex +- gemini-cli +ReleaseNotes: |- + 🐞 Bug Fixes + - Release codex writers and soften user bubbles - by @KodeChicken (f857d) + - Improve custom background media display - by wuchao (3cb33) + - chat: Wait for app server readiness before sending - by @KodeChicken (2d588) + View changes on GitHub +ReleaseNotesUrl: https://github.com/jerrywu001/cc-sessions-viewer/releases/tag/v0.3.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..910fd4d6f1467 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.16 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 支持 cc/codex/gemini 会话查看器、令牌使用统计、全局搜索、恢复和导出为 html +Description: |- + 一个适用于 Claude Code、Codex 和 Gemini CLI 的原生桌面浏览器——在一个地方读取、搜索和管理这三个工具的本地会话记录。 + 忠实回放——思维链、工具调用配对、结构化差异、内联截图。 + 快速搜索——跨项目的全局查找(⌘⇧F)直接跳转到确切消息;一键在终端中恢复。 + 深度统计——汇总 token 消耗与成本;按项目、模型或工具进行细分。 + 只读安全——原始 JSONL 文件永不被修改;删除操作是移至共享回收站,而非 rm 命令。 + 灵活导出——单个会话或批量导出为可离线阅读的 Markdown 或 HTML 格式。 + + 功能 + - 🗂 统一项目视图 —— 按工作目录对两个 CLI 中的会话进行分组 + - 💬 忠实聊天回放 —— 文本、思考块、工具调用、结构化差异、内联图像 + - 🔎 会话内搜索并支持范围筛选 —— 可在整个对话中搜索,或限定于用户消息、智能体回复(包含编辑内容)或工具输出;支持上一项/下一项跳转及匹配计数 + - 🌐 全局搜索(⌘⇧F / Ctrl+Shift+F)—— 类似 Algolia 的覆盖层,作用于当前智能体,搜索范围包括会话标题和你自己的消息;点击结果可直接跳转至对应消息,并高亮闪烁提示;支持最近查询历史,可单项删除 + - 🔃 会话列表搜索与排序 —— 关键词搜索运行于 Rust 端,匹配会话标题和你的消息文本(输入过程中可取消);支持按时间新旧/大小/消息数量排序,或仅显示带有 ID 的会话 + - 🪗 展开 / 折叠全部工具调用 —— 一键隐藏工具调用杂项,专注于对话内容 + - 📤 导出会话 —— 将单个会话保存为 Markdown 或 HTML 格式(原生“另存为”对话框,HTML 支持内联头像和样式,可离线渲染) + - 🧰 多选与批量操作 —— 批量选择会话,将其移至回收站或导出到单个 export-YYYYMMDD-HHMMSS-{md,html}/ 文件夹中 + - 🔁 恢复或新建会话 —— 在项目中打开终端以恢复现有会话(claude --resume / codex resume ),或启动全新会话 + - 📡 实时尾随 —— 已打开的会话会在 CLI 追加新消息时自动刷新;“● Live”指示器显示监听器处于活动状态,当你向上滚动时,“N 新 ↓”标签会提示新增内容 + - 🗑 共享回收站 —— 软删除机制,可预览已删除会话的内容,支持恢复一个或多个(支持多选);在两个智能体之间共享 + - 🏠 欢迎界面 —— 按智能体列出最近打开的项目,支持一键重新打开及逐条删除 + - 📌 固定 / 沉底项目 —— 侧边栏支持颜色编码的固定标记;沉底项目将排列到底部 + - ✏️ 重命名会话 —— 你的新标题将同步回 CLI,使 claude / codex 的恢复选择器也能显示该名称 + - 🌗 浅色 / 深色 / 系统主题 —— 采用 Codex 风格的中性配色方案,辅以品牌色彩点缀 + - 🌐 多语言支持并自动检测 —— 英语 / 简体中文 / 繁體中文 / 日本語;首次启动时匹配操作系统语言,否则默认为英语 + - ⚡️ 自定义工具提示与智能体品牌图标 —— 无违和感的原生界面元素 + - 🖼 内嵌截图的图片灯箱查看功能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.yaml b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.yaml new file mode 100644 index 0000000000000..25b70a1c70c65 --- /dev/null +++ b/manifests/j/jerrywu001/cc-sessions-viewer/0.3.16/jerrywu001.cc-sessions-viewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: jerrywu001.cc-sessions-viewer +PackageVersion: 0.3.16 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lean/Lean/4.33.0/Lean.Lean.installer.yaml b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.installer.yaml new file mode 100644 index 0000000000000..830bedbbd135f --- /dev/null +++ b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Lean.Lean +PackageVersion: 4.33.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lean-4.33.0-windows\bin\lake.exe +- RelativeFilePath: lean-4.33.0-windows\bin\lean.exe +- RelativeFilePath: lean-4.33.0-windows\bin\leanc.exe +Commands: +- lean +- leanc +ReleaseDate: 2026-08-10 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/leanprover/lean4/releases/download/v4.33.0/lean-4.33.0-windows.zip + InstallerSha256: 301EDC4CF03571C839CD7BF73EC850921F36D9451DBEC68DA557969A845726D9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.en-US.yaml b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.en-US.yaml new file mode 100644 index 0000000000000..35f9a5e7db40d --- /dev/null +++ b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Lean.Lean +PackageVersion: 4.33.0 +PackageLocale: en-US +Publisher: Lean FRO +PublisherUrl: https://lean-fro.org/ +PublisherSupportUrl: https://github.com/leanprover/lean4/issues +PrivacyUrl: https://lean-lang.org/about/privacy-policy +Author: Lean FRO +PackageName: Lean +PackageUrl: https://lean-lang.org/ +License: Apache-2.0 +LicenseUrl: https://github.com/leanprover/lean4/blob/HEAD/LICENSE +ShortDescription: Programming Language and Theorem Prover +Description: |- + Lean is a functional programming language that makes it easy to write correct and maintainable code. You can also use Lean as an interactive theorem prover. Lean programming primarily involves defining types and functions. This allows your focus to remain on the problem domain and manipulating its data, rather than the details of programming. Lean has numerous features, including: + - Type inference + - First-class functions + - Powerful data types + - Pattern matching + - Type classes + - Extensible syntax + - Hygienic macros + - Dependent types + - Metaprogramming framework + - Multithreading + - Verification: you can prove properties of your functions using Lean itself +Tags: +- language +- programming +- programming-language +- theorem-prover +ReleaseNotes: This is the v4.33.0 release of Lean. View the release notes for more information. +ReleaseNotesUrl: https://github.com/leanprover/lean4/releases/tag/v4.33.0 +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://lean-lang.org/documentation/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.zh-CN.yaml b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.zh-CN.yaml new file mode 100644 index 0000000000000..43c51270de304 --- /dev/null +++ b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Lean.Lean +PackageVersion: 4.33.0 +PackageLocale: zh-CN +ShortDescription: 编程语言和定理证明器 +Description: |- + Lean 是一门函数式编程语言,它能帮助开发者轻松编写正确且可维护的代码。您也可以将 Lean 作为交互式定理证明器使用。Lean 编程的核心在于定义类型与函数,这种方式能让您专注于问题领域及其数据操作,而非编程细节。Lean 拥有丰富的特性,包括: + - 类型推断 + - 头等函数 + - 强大的数据类型 + - 模式匹配 + - Type 类 + - 可扩展语法 + - 卫生宏 + - 依值类型 + - 元编程框架 + - 多线程支持 + - 验证功能:您可以直接使用 Lean 证明函数的属性 +Tags: +- 定理证明 +- 编程 +- 编程语言 +- 语言 +ReleaseNotesUrl: https://github.com/leanprover/lean4/releases/tag/v4.33.0 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://lean-lang.org/documentation/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lean/Lean/4.33.0/Lean.Lean.yaml b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.yaml new file mode 100644 index 0000000000000..c54d5cebde65b --- /dev/null +++ b/manifests/l/Lean/Lean/4.33.0/Lean.Lean.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Lean.Lean +PackageVersion: 4.33.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.installer.yaml b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.installer.yaml new file mode 100644 index 0000000000000..283923767492c --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.installer.yaml @@ -0,0 +1,22 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.10.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: libredb-studio.exe + PortableCommandAlias: libredb-studio +Commands: +- libredb-studio +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/libredb/libredb-studio/releases/download/0.10.0/libredb-studio-standalone-0.10.0-win32-x64.zip + InstallerSha256: 7FE0FA9CEFC234A9051E789AB0A00351FD0E9C99535E78F3A2BE46CC2F440D89 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.locale.en-US.yaml b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.locale.en-US.yaml new file mode 100644 index 0000000000000..5b9031175d62b --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.10.0 +PackageLocale: en-US +Publisher: LibreDB +PublisherUrl: https://libredb.org +PublisherSupportUrl: https://github.com/libredb/libredb-studio/issues +PackageName: LibreDB Studio +PackageUrl: https://github.com/libredb/libredb-studio +License: MIT +LicenseUrl: https://github.com/libredb/libredb-studio/blob/main/LICENSE +Copyright: Copyright (c) 2025 LibreDB +ShortDescription: Web-based SQL IDE for PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and Redis with AI query assistance. +Description: |- + LibreDB Studio is an open-source, web-based SQL IDE for cloud-native teams. + It connects to PostgreSQL, MySQL, SQLite, Oracle, SQL Server, MongoDB, and + Redis, and ships a Monaco-powered editor with AI query assistance, schema + browsing, ER diagrams, charts, and import/export tooling. This package + installs the standalone server with a bundled Node.js runtime; run + `libredb-studio` and open http://127.0.0.1:3000 - the first run prints + generated admin credentials to the terminal (zero-config bootstrap). +Moniker: libredb-studio +Tags: +- database +- db +- ide +- mongodb +- mysql +- oracle +- postgres +- postgresql +- redis +- sql +- sqlite +ReleaseNotesUrl: https://github.com/libredb/libredb-studio/releases/tag/0.10.0 +Documentations: +- DocumentLabel: Distribution & Install Guide + DocumentUrl: https://github.com/libredb/libredb-studio/blob/main/docs/DISTRIBUTION.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.yaml b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.yaml new file mode 100644 index 0000000000000..c7cb3031f6061 --- /dev/null +++ b/manifests/l/LibreDB/Studio/0.10.0/LibreDB.Studio.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LibreDB.Studio +PackageVersion: 0.10.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.installer.yaml similarity index 81% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.installer.yaml index 6e3e924d12bb3..50c7ed78e4874 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.installer.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.81 +PackageVersion: 1.3.91 InstallerType: exe Scope: machine InstallModes: @@ -17,9 +17,10 @@ Protocols: FileExtensions: - easyclaw ProductCode: easyclawcn +ReleaseDate: 2026-08-10 Installers: - Architecture: x64 InstallerUrl: https://aibot-install-cdn.easyclaw.cn/public/package/easyclawcnsetup.exe - InstallerSha256: 19F433CE8323E68142817B54451920DC8D1373C4E30B3DFC9F137081EEA074A0 + InstallerSha256: 9C7629B1329D0604B9EB2F74DDB0C81CD1527E9F12634DE6BD609CD640FA7F61 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.en-US.yaml similarity index 95% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.en-US.yaml index e5d46d3be6b78..8a7f800d3c7d2 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.en-US.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.81 +PackageVersion: 1.3.91 PackageLocale: en-US Author: Beijing Lingbao Intelligent Technology Co., Ltd. License: Proprietary diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.zh-CN.yaml similarity index 97% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.zh-CN.yaml index 7a4406456fc23..242e77f115b0e 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.locale.zh-CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.81 +PackageVersion: 1.3.91 PackageLocale: zh-CN Publisher: EasyClaw Team PublisherUrl: https://easyclaw.cn/ diff --git a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.yaml similarity index 91% rename from manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml rename to manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.yaml index c85075c52a036..9a732faa04392 100644 --- a/manifests/l/Lingbao/EasyClaw/CN/1.3.81/Lingbao.EasyClaw.CN.yaml +++ b/manifests/l/Lingbao/EasyClaw/CN/1.3.91/Lingbao.EasyClaw.CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Lingbao.EasyClaw.CN -PackageVersion: 1.3.81 +PackageVersion: 1.3.91 DefaultLocale: zh-CN ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.installer.yaml b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.installer.yaml new file mode 100644 index 0000000000000..deaf634f20007 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.installer.yaml @@ -0,0 +1,18 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.58.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.17763.0 +InstallerType: portable +Commands: +- SysManager +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/laurentiu021/SystemManager/releases/download/v1.58.1/SysManager-v1.58.1.exe + InstallerSha256: 8095E6C2E98BA5BE3DB3EF0D1345554952EBCD37F1C6C8F2A842F547EC77E07E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.locale.en-US.yaml b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.locale.en-US.yaml new file mode 100644 index 0000000000000..e3f4c52915d98 --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.locale.en-US.yaml @@ -0,0 +1,56 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.58.1 +PackageLocale: en-US +Publisher: laurentiu021 +PublisherUrl: https://github.com/laurentiu021 +PublisherSupportUrl: https://github.com/laurentiu021/SystemManager/issues +PackageName: SysManager +PackageUrl: https://github.com/laurentiu021/SystemManager +License: MIT +LicenseUrl: https://github.com/laurentiu021/SystemManager/blob/HEAD/LICENSE +ShortDescription: Modern Windows system toolkit — network monitor, performance tuning, cleanup, battery health, process manager, and more. +Description: |- + SysManager is a modern Windows system toolkit built with WPF and .NET 10. + It provides a comprehensive set of tools in a single application including + live network monitoring, ping and traceroute, speed tests, performance tuning + with power plan management, deep disk cleanup, duplicate file finder, disk + analyzer, battery health monitoring, process manager, app uninstaller, + startup control, Windows services manager, Windows features manager, driver + information, and system health overview. +Tags: +- battery +- cleanup +- dotnet +- network-monitor +- open-source +- performance +- process-manager +- system-utility +- uninstaller +- windows +- wpf +ReleaseNotes: |- + [1.58.1] - 2026-08-10 + Fixed + - A file SysManager is not allowed to read no longer breaks the job it was part of. Six places treated "the disk had a problem" and "Windows would not let me read this" as different things and only handled the first — so a single locked-down file could stop the whole operation instead of being skipped. The clearest case: exporting your settings gave up entirely if one of the files could not be read, losing the ones that could. Now the unreadable file is skipped and the rest still export. The same applies to checking a downloaded update, saving the Settings Watchdog baseline, reading the gaming-profile store, loading an app icon, and adding a file to the shredder list. + Verify the download + Get-FileHash .\SysManager-v1.58.1.exe -Algorithm SHA256 + Expected SHA256: 8095E6C2E98BA5BE3DB3EF0D1345554952EBCD37F1C6C8F2A842F547EC77E07E + This build is not code-signed, so Windows will warn on first launch. That is + expected for a small independent app: see what the warning says and what to + click. + Verify where this binary came from + This exe was built by GitHub Actions from this public source, and the build is + recorded in the Sigstore public transparency log. With the + GitHub CLI: + gh attestation verify .\SysManager-v1.58.1.exe --repo laurentiu021/SystemManager + That proves which commit and workflow produced this exact binary, something the + SHA256 file cannot show, since it is published alongside the exe it describes. + Each release also ships SysManager-v1.58.1.sbom.json, a CycloneDX inventory of + every dependency resolved for this build. +ReleaseNotesUrl: https://github.com/laurentiu021/SystemManager/releases/tag/v1.58.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.yaml b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.yaml new file mode 100644 index 0000000000000..ae24c944318bf --- /dev/null +++ b/manifests/l/laurentiu021/SysManager/1.58.1/laurentiu021.SysManager.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: laurentiu021.SysManager +PackageVersion: 1.58.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..e46790e175e48 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.93.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.93.0&arch=x86 + InstallerSha256: 93C7619D29AE16AD922D975E8FC4F20BA8E79207E91C3250EAAE0B4FB59472EF +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.457.93.0&arch=amd64 + InstallerSha256: 65FDB45142AA9C9133F4746E5CB6B7722E3FA80BCF4ECD63AC50070A6752738F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..be221421fc98f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.93.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..e8c3e11af9587 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.457.93.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.457.93.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.installer.yaml b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.installer.yaml new file mode 100644 index 0000000000000..3508266188730 --- /dev/null +++ b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: Microsoft.WindowsBatteryLifeTool +PackageVersion: 2.0.19 +InstallerType: msi +Scope: machine +InstallModes: +- silent +- silentWithProgress +- interactive +ElevationRequirement: elevationRequired +UpgradeBehavior: install +ReleaseDate: 2026-08-10 +AppsAndFeaturesEntries: +- DisplayName: WindowsBatteryLifeTool + Publisher: Microsoft Corporation + ProductCode: '{A0CEE8A7-E3D7-4CB5-BAD1-551B3599481A}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/microsoft/WebBrowsingPowerRelease/releases/download/v2.0.19/WindowsBatteryLifeTool-2.0.19.msi + InstallerSha256: 6F7BE23D321187F5A4178F714C47E6B0207C3C5C8CF300057E2C38822F634A35 + ProductCode: '{A0CEE8A7-E3D7-4CB5-BAD1-551B3599481A}' +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.locale.en-US.yaml b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.locale.en-US.yaml new file mode 100644 index 0000000000000..3aec7a9b61b3e --- /dev/null +++ b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.locale.en-US.yaml @@ -0,0 +1,26 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: Microsoft.WindowsBatteryLifeTool +PackageVersion: 2.0.19 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/ +PublisherSupportUrl: https://github.com/microsoft/WebBrowsingPowerRelease/issues +PrivacyUrl: https://privacy.microsoft.com/privacystatement +Author: Microsoft Corporation +PackageName: Windows Battery Life Tool +PackageUrl: https://github.com/microsoft/WebBrowsingPowerRelease +License: Microsoft Software License Terms +Copyright: Copyright (c) Microsoft Corporation +ShortDescription: Setup utility for the Windows Battery Life Tool Edge Browsing Power deployment package. +Description: Windows Battery Life Tool installs the Edge Browsing Power deployment package and Getting Started & User Guide for Windows battery life assessments. +Moniker: windows-battery-life-tool +Tags: +- assessment +- battery +- battery-life +- edge +- power +ReleaseNotes: Update to use EdgeBrowsingPowerV2.0.19 package. +ReleaseNotesUrl: https://github.com/microsoft/WebBrowsingPowerRelease/releases/tag/v2.0.19 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.yaml b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.yaml new file mode 100644 index 0000000000000..16b08012e9010 --- /dev/null +++ b/manifests/m/Microsoft/WindowsBatteryLifeTool/2.0.19/Microsoft.WindowsBatteryLifeTool.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: Microsoft.WindowsBatteryLifeTool +PackageVersion: 2.0.19 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.installer.yaml b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.installer.yaml new file mode 100644 index 0000000000000..c6da627f64b84 --- /dev/null +++ b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.installer.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OpenTubeX.OpenTubeX +PackageVersion: 0.31.0 +InstallerLocale: en-US +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +Protocols: +- opentubex +ProductCode: a38f022d-fec2-5f80-a7fe-620ccf1a2767 +ReleaseDate: 2026-08-09 +AppsAndFeaturesEntries: +- DisplayName: OpenTubeX 0.31.0 + ProductCode: a38f022d-fec2-5f80-a7fe-620ccf1a2767 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/OpenTubeX/OpenTubeX/releases/download/v0.31.0-beta/opentubex-0.31.0-beta-setup-x64.exe + InstallerSha256: 6590ACDA56AD5C8DD0ADCE122219A01DA490D5417BF418C74D891FF1AF8CB127 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/OpenTubeX/OpenTubeX/releases/download/v0.31.0-beta/opentubex-0.31.0-beta-setup-x64.exe + InstallerSha256: 6590ACDA56AD5C8DD0ADCE122219A01DA490D5417BF418C74D891FF1AF8CB127 + InstallerSwitches: + Custom: /ALLUSERS +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/OpenTubeX/OpenTubeX/releases/download/v0.31.0-beta/opentubex-0.31.0-beta-setup-arm64.exe + InstallerSha256: ABEF61840A8A730A6E4B65F14A64C5B03EA8B38ACC80064DAE7C8B2DB0A30DAC + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/OpenTubeX/OpenTubeX/releases/download/v0.31.0-beta/opentubex-0.31.0-beta-setup-arm64.exe + InstallerSha256: ABEF61840A8A730A6E4B65F14A64C5B03EA8B38ACC80064DAE7C8B2DB0A30DAC + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.locale.en-US.yaml b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.locale.en-US.yaml new file mode 100644 index 0000000000000..332477a0001cf --- /dev/null +++ b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.locale.en-US.yaml @@ -0,0 +1,95 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OpenTubeX.OpenTubeX +PackageVersion: 0.31.0 +PackageLocale: en-US +Publisher: OpenTubeX contributors +PublisherUrl: https://github.com/OpenTubeX +PublisherSupportUrl: https://github.com/OpenTubeX/OpenTubeX/issues +Author: OpenTubeX contributors +PackageName: OpenTubeX +PackageUrl: https://opentubex.org/ +License: AGPL-3.0 +LicenseUrl: https://github.com/OpenTubeX/OpenTubeX/blob/HEAD/LICENSE +Copyright: Copyleft © 2020-2026 +CopyrightUrl: https://github.com/OpenTubeX/OpenTubeX/blob/HEAD/LICENSE +ShortDescription: A private YouTube client +Description: OpenTubeX is a private YouTube client for desktop. +Moniker: opentubex +Tags: +- cross-platform +- electron +- privacy +- private-youtube +- sponsorblock +- subscriptions +- tabbed-browsing +- tabs +- video +- videos +- youtube +- youtube-client +- youtube-player +ReleaseNotes: |- + Highlights + - Upcoming premieres now refresh automatically, comments appear during premieres, and live chat supports improved scrolling, optional timestamps, chat selection, fullscreen docks, and replays (#490) + - Settings now opens in a draggable, resizable window with integrated subpages and cross-category search (#555, #570) + - Added advanced video and playlist download options plus a page for managing active and completed downloads (#351, #568) + + More improvements + - Show managed tool download progress in persistent notifications (#487) + - Show translation completion percentages and theme select menus (#420, #482) + - Videos about a game now show its box art, title, and release year in the description (#456, #486) + - Subscription feed tabs move beside the page title when space permits (#483) + - yt-dlp is now the default stream extraction method and can be selected from General settings (#501) + - yt-dlp downloads, playback, and managed tool downloads now use the configured proxy (#413, #507) + - Show YouTube's paid-promotion disclosure, with an option to disable it (#494) + - Added an animation speed control to Theme settings (#491) + - Hashtags and handles in video titles and descriptions are now clickable (#485) + - Previous and next player buttons are shown only when the playlist has a video to skip to (#481) + - Refreshed per-channel playback speed, video quality, subtitle, and volume settings (#536) + - Added a setting to disable automatic Shorts looping (#538) + - Improved SponsorBlock labels, submission controls, and default skip prompts (#541) + - Chapters sidebars and fullscreen docks keep the current chapter centered (#542) + - The Ctrl+Tab switcher wraps into multiple rows and shows enabled tab icons (#554) + - Show an on-screen indicator when toggling Fast-Forward Through Silence with a keyboard shortcut (#528, #553) + - Removed the separator line when using horizontal tabs (#574) + - Video tags are shown at the bottom of descriptions, which can now be copied (#558, #573) + - Video thumbnails morph into newly opened tabs (#572) + - Individual subscription videos can be marked as seen from their overflow menu (#575) + + Fixed bugs + - Fixed GitHub-style alerts and collapsible details in the in-app update changelog (#459) + - Show release notes for every update skipped since the installed version (#443) + - Fixed channel icons disappearing from restored tabs after restarting the app (#493) + - Fixed video quality remaining at 360p after switching back from legacy formats (#497) + - Show the video thumbnail while switching playback formats (#505) + - Fixed fullscreen comments appearing empty after reloading or re-sorting while scrolled down (#499) + - Keep the thumbnail and normal player size visible when video stream recovery fails (#508) + - Progress notifications no longer cover fullscreen video (#511) + - Fixed Picture-in-Picture state after restoring the window with multiple automatic triggers enabled (#492, #496) + - Fixed the scroll mini player position after resizing the window (#498) + - Comment sections correctly report disabled comments and hide unavailable reply controls (#502) + - Avoid running IP block recovery when a changed IP address invalidates streaming URLs (#523) + - Improved the update prompt and changelog rendering (#509) + - Fixed fullscreen Share and Add to playlist popovers appearing behind SponsorBlock notifications (#510) + - Improved Shorts controls, seekbar behavior, tab switching, and loading feedback (#495) + - Captions scale with the player and support sizes up to 400% (#527, #532) + - Fixed long context menu entries being cut off (#533, #535) + - Upcoming premieres cannot be marked as watched before airing (#534) + - Videos reload once when the YouTube watch session expires during playback (#540) + - Fixed horizontal tab previews being cropped (#549) + - Fixed tab bar clipping on macOS and the hamburger remaining visible with bottom navigation (#551) + - Channels and suggested videos on Shorts are now links (#556) + - Fixed stretched and soft-looking images in community posts (#561) + - Improved live chat layout and scrolling, including Super Chat presentation (#559) + - Long select options are no longer unnecessarily truncated (#567) + - Fixed pinned tab close button alignment in the vertical tab layout (#571) + - Fixed the scroll mini player replaying its entrance animation when returning to a tab (#569) + - Video information appears immediately while yt-dlp extracts streams (#580) + - SponsorBlock hover labels now match overlapping seekbar segments (#581) + - Fixed subscribed channels failing to load without a usable thumbnail and blank tabs after failed loads (#578) +ReleaseNotesUrl: https://github.com/OpenTubeX/OpenTubeX/releases/tag/v0.31.0-beta +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.yaml b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.yaml new file mode 100644 index 0000000000000..6aef4e092dd4f --- /dev/null +++ b/manifests/o/OpenTubeX/OpenTubeX/0.31.0/OpenTubeX.OpenTubeX.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OpenTubeX.OpenTubeX +PackageVersion: 0.31.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.installer.yaml b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.installer.yaml new file mode 100644 index 0000000000000..7d2647d1c297a --- /dev/null +++ b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.installer.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Aug/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PassMark.OSFMount +PackageVersion: 3.2.1001.0 +Installers: +- Architecture: x64 + InstallerType: inno + InstallerUrl: https://www.osforensics.com/downloads/osfmount.exe + InstallerSha256: DAA0B03A049725F1002DF5F2B52A876BCF025E90C287535F4003B59E3AEFD820 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.locale.en-US.yaml b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.locale.en-US.yaml new file mode 100644 index 0000000000000..bb4cd8565d209 --- /dev/null +++ b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Automatically updated by the winget bot at 2026/Aug/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PassMark.OSFMount +PackageVersion: 3.2.1001.0 +PackageLocale: en-US +Publisher: Passmark Software +PackageName: OSFMount +License: Copyright © 2010-2021 Passmark Software, Inc. +ShortDescription: OSFMount allows you to mount local disk image files (bit-for-bit copies of an entire disk or disk partition) in Windows as a physical disk or a logical drive letter. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.yaml b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.yaml new file mode 100644 index 0000000000000..01db439d803ff --- /dev/null +++ b/manifests/p/PassMark/OSFMount/3.2.1001.0/PassMark.OSFMount.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Aug/10 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PassMark.OSFMount +PackageVersion: 3.2.1001.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.installer.yaml b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.installer.yaml new file mode 100644 index 0000000000000..6b812e004f1b7 --- /dev/null +++ b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Reqable.Reqable +PackageVersion: 3.2.23 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- chls +- chlsj +- har +ProductCode: '{64920BD9-D19F-4537-84AA-42BF46FEB27E}_is1' +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/reqable/reqable-app/releases/download/3.2.23/reqable-app-windows-x86_64.exe + InstallerSha256: F94DCFE0853F2377D34D3E48793E35090E1635E82E1E77B99F68F355D82C997C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.en-US.yaml b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.en-US.yaml new file mode 100644 index 0000000000000..01fa7afca7b2f --- /dev/null +++ b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Reqable.Reqable +PackageVersion: 3.2.23 +PackageLocale: en-US +Publisher: Reqqable Inc. +PublisherUrl: https://reqable.com/ +PublisherSupportUrl: https://github.com/reqable/reqable-app/issues +PrivacyUrl: https://reqable.com/policy +Author: Reqqable Inc. +PackageName: Reqable +PackageUrl: https://reqable.com/ +License: Proprietary +LicenseUrl: https://reqable.com/policy +Copyright: Copyright (C) 2026 Reqable All rights reserved. +ShortDescription: Advanced API Debugging Proxy. +Description: Reqable is a flutter-based, cross-platform app, which enables developers to capture, inspect, and manipulate HTTP(s) requests/responses with ease. Support Windows, macOS, linux, iOS and Android devices. +Tags: +- capture +- china +- debug +- network +- prc +- proxy +- request +- response +- traffic +- web +ReleaseNotes: |- + 💪 [OPT] Improved the performance of the log console. + 🐞 [FIX] A bug where the content of HTTP plaintext requests might be displayed incorrectly. + 🐞 [FIX] A bug where custom request headers were not populated when creating WebSocket from the traffic list. + 🐞 [FIX] A bug where SSL handshake `group_list` parameter was not set correctly. + 🐞 [FIX] A bug where WebSocket requests could not be moved in the API collection. +ReleaseNotesUrl: https://reqable.com/docs/changelogs/windows/ +PurchaseUrl: https://reqable.com/pricing/ +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://reqable.com/docs/introduction +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.zh-CN.yaml b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.zh-CN.yaml new file mode 100644 index 0000000000000..79d0d36d0166b --- /dev/null +++ b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Reqable.Reqable +PackageVersion: 3.2.23 +PackageLocale: zh-CN +Publisher: Reqqable Inc. +PublisherUrl: https://reqable.com/zh-CN/ +PublisherSupportUrl: https://github.com/reqable/reqable-app/issues +PrivacyUrl: https://reqable.com/zh-CN/policy +Author: 上海日夸宝信息技术有限公司 +PackageName: Reqable +PackageUrl: https://reqable.com/zh-CN/ +License: 专有软件 +LicenseUrl: https://reqable.com/zh-CN/policy +Copyright: Copyright (C) 2026 Reqable All rights reserved. +ShortDescription: 先进 API 生产力工具 +Description: Reqable = Fiddler + Charles + Postman,网络抓包和 API 测试一站化国产解决方案,全平台支持 HTTP1、HTTP2 和 HTTP3(QUIC)。 +Tags: +- 代理 +- 响应 +- 抓包 +- 流量 +- 网络 +- 网页 +- 请求 +- 调试 +ReleaseNotes: |- + 💪【优化】提高日志控制台性能。 + 🐞【修复】HTTP 明文请求显示内容可能不正确的 bug。 + 🐞【修复】从调试列表创建 WebSocket 时未填充自定义请求头的 bug。 + 🐞【修复】SSL 握手 group_list 参数未正确设置的 bug。 + 🐞【修复】API 集合中可能无法移动 WebSocket 请求的 bug。 +ReleaseNotesUrl: https://reqable.com/zh-CN/docs/changelogs/windows/ +PurchaseUrl: https://reqable.com/zh-CN/pricing/ +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://reqable.com/zh-CN/docs/introduction +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.yaml b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.yaml new file mode 100644 index 0000000000000..ac3a346114b08 --- /dev/null +++ b/manifests/r/Reqable/Reqable/3.2.23/Reqable.Reqable.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Reqable.Reqable +PackageVersion: 3.2.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.installer.yaml b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.installer.yaml similarity index 77% rename from manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.installer.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.installer.yaml index d356e7855ff7e..26522a193308e 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.installer.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.66" +PackageVersion: "12.71" InstallerType: zip NestedInstallerType: exe InstallModes: @@ -15,33 +15,33 @@ InstallerSuccessCodes: - 1 UpgradeBehavior: install ProductCode: DesktopOK -ReleaseDate: 2026-07-16 +ReleaseDate: 2026-08-10 Installers: - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer.zip - InstallerSha256: 5AC2CC28B76B771E4B947A0E6E1937BE37A283D0D1AC861DBC3968EFC5C5FA50 + InstallerSha256: 197EF3CC8C998A8023EACDA4DC8C94C044394035781116049D359A89336B4DB0 - Architecture: x86 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer.zip - InstallerSha256: 5AC2CC28B76B771E4B947A0E6E1937BE37A283D0D1AC861DBC3968EFC5C5FA50 + InstallerSha256: 197EF3CC8C998A8023EACDA4DC8C94C044394035781116049D359A89336B4DB0 ElevationRequirement: elevationRequired - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer_x64.exe Scope: user InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer_x64.zip - InstallerSha256: F1951AC78B9686045EAAC1F8C6944C589E9AF6D950AA1BA9EA4D1AB1909C6A9F + InstallerSha256: 344D46BF9C8CF24E61FA7FB94F5E08865D15FDB4CF1F3F4BFED104FE17041EC2 - Architecture: x64 NestedInstallerFiles: - RelativeFilePath: DesktopOK_Installer_x64.exe Scope: machine InstallerUrl: https://www.softwareok.com/Download/DesktopOK_Installer_x64.zip - InstallerSha256: F1951AC78B9686045EAAC1F8C6944C589E9AF6D950AA1BA9EA4D1AB1909C6A9F + InstallerSha256: 344D46BF9C8CF24E61FA7FB94F5E08865D15FDB4CF1F3F4BFED104FE17041EC2 ElevationRequirement: elevationRequired ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.en-US.yaml b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.en-US.yaml similarity index 91% rename from manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.en-US.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.en-US.yaml index 343a65ff294ac..2158c241e7423 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.en-US.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.66" +PackageVersion: "12.71" PackageLocale: en-US Publisher: SoftwareOK PublisherUrl: https://www.softwareok.com/ @@ -19,9 +19,8 @@ Description: DesktopOK is a small but effective solution for user that have to c Tags: - desktop ReleaseNotes: |- - - Important update to language files - - Minor fixes in DesktopOK - - Optimization and various fixes + - Update of language files in DesktopOK for MS Windows + - Optimization and various fixes under Windows 11 and 10 ReleaseNotesUrl: https://www.softwareok.com/?seite=Freeware/DesktopOK/History Documentations: - DocumentLabel: Manual diff --git a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.zh-CN.yaml b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.zh-CN.yaml similarity index 97% rename from manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.zh-CN.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.zh-CN.yaml index ef15093d918dd..1934ec9ce78bf 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.locale.zh-CN.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.66" +PackageVersion: "12.71" PackageLocale: zh-CN License: 免费软件 ShortDescription: 保存并还原 Windows 11、10、……的桌面图标 diff --git a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.yaml b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.yaml similarity index 90% rename from manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.yaml rename to manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.yaml index 4ebf55a9ad310..7b7dc36b25631 100644 --- a/manifests/s/SoftwareOK/DesktopOK/12.66/SoftwareOK.DesktopOK.yaml +++ b/manifests/s/SoftwareOK/DesktopOK/12.71/SoftwareOK.DesktopOK.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: SoftwareOK.DesktopOK -PackageVersion: "12.66" +PackageVersion: "12.71" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.installer.yaml b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.installer.yaml new file mode 100644 index 0000000000000..bef0f1359cae1 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.installer.yaml @@ -0,0 +1,75 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.2.0 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /S + SilentWithProgress: /S + InstallLocation: /D="" + Custom: /Nrun +UpgradeBehavior: install +Protocols: +- shplayer +FileExtensions: +- 3gp +- 3gpp +- arw +- asf +- avi +- bmp +- cr2 +- crw +- difox +- dng +- f4v +- flc +- fli +- flv +- gif +- heic +- ico +- ifox +- jpeg +- jpg +- m2p +- m2t +- m2ts +- m2v +- m4v +- mkv +- mov +- mp4 +- mpeg +- mpg +- mrw +- nef +- pcx +- png +- psd +- qt +- ram +- rm +- rmvb +- svg +- tga +- tif +- tiff +- ts +- vob +- webm +- webp +- wmv +ProductCode: 搜狐影音 +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x86 + InstallerUrl: https://data.vod.itc.cn/foxd/gz?file=SoHuVA_7.3.2.0-c1000-x.exe&new=/189/65/We1PnKYLTaayc9F1SjKnlH.exe + InstallerSha256: C80DFC210CF814A6C500897D86D87B8DAF6C3ADB5C63ED8269E9B875F4C97F04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.en-US.yaml b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.en-US.yaml new file mode 100644 index 0000000000000..592c3d2002589 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.2.0 +PackageLocale: en-US +Publisher: 搜狐公司 +PublisherUrl: https://tv.sohu.com/ +PublisherSupportUrl: https://help.tv.sohu.com/index.do +PrivacyUrl: https://tv.sohu.com/s/ifox/v6/privacy.html +Author: Beijing Sohu New Media Information Technology Co., Ltd. +PackageName: 搜狐影音 +PackageUrl: https://tv.sohu.com/down/index.shtml?downLoad=windows +License: Proprietary +LicenseUrl: https://tv.sohu.com/upload/ifox/v4/argument/index.html +Copyright: Copyright(c) 2026 Sohu.com Inc. All Rights Reserved. +ShortDescription: Versatile media player by Sohu Video. +Description: Sohu Player is a media player by Sohu Video with new experience and streaming acceleration, supporting local media files in mainstream formats and online videos on demand. +Tags: +- animation +- anime +- cartoon +- china +- film +- media +- movie +- multimedia +- player +- prc +- serial +- series +- show +- video +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.zh-CN.yaml b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7b45940f351e2 --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.2.0 +PackageLocale: zh-CN +Publisher: 搜狐公司 +PublisherUrl: https://tv.sohu.com/ +PublisherSupportUrl: https://help.tv.sohu.com/index.do +PrivacyUrl: https://tv.sohu.com/s/ifox/v6/privacy.html +Author: 北京搜狐新媒体信息技术有限公司 +PackageName: 搜狐影音 +PackageUrl: https://tv.sohu.com/down/index.shtml?downLoad=windows +License: 专有软件 +LicenseUrl: https://tv.sohu.com/upload/ifox/v4/argument/index.html +Copyright: Copyright(c) 2024 Sohu.com Inc. All Rights Reserved. 搜狐公司2026版权所有 +ShortDescription: 本地万能播放器 +Description: 搜狐影音是搜狐视频强势推出的一款全新体验视频加速播放器。支持本地主流音视频媒体格式播放、支持在线视频点播。 +Tags: +- 动漫 +- 动画 +- 多媒体 +- 媒体 +- 少儿 +- 影音 +- 播放器 +- 电影 +- 电视剧 +- 视频 +- 综艺 +- 连续剧 +ReleaseNotes: |- + 1. 增加 AI 小狐入口。 + 2. 增加桌面挂件。 + 3. 优化播放体验 。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.yaml b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.yaml new file mode 100644 index 0000000000000..b5e36b3894a1a --- /dev/null +++ b/manifests/s/Sohu/SHPlayer/7.3.2.0/Sohu.SHPlayer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sohu.SHPlayer +PackageVersion: 7.3.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.installer.yaml index 2998886f04a2a..e4c21fb507ed1 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786320433-geeee54 +PackageVersion: 0.0.1786350568-g45006e InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-08-10 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1786320433-geeee54/amp-windows-x64-baseline.exe - InstallerSha256: 5EFA6380988E1D5E69C23F3C0FF3B76B6C5A2B94235EE06DF213F0B3BB18E03B + InstallerUrl: https://static.ampcode.com/cli/0.0.1786350568-g45006e/amp-windows-x64-baseline.exe + InstallerSha256: 37C0C20F756DC1D59EDCAB07ED741AA401F2396EBCC1242A6B81442BAD47DAB6 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.en-US.yaml index a7dea45fd04a4..445301bcf5ecd 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786320433-geeee54 +PackageVersion: 0.0.1786350568-g45006e PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.zh-CN.yaml index 3e0c590fb23ac..ab82c1527c19f 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786320433-geeee54 +PackageVersion: 0.0.1786350568-g45006e PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.yaml index 8d3e22cda7625..dc73ef6b9de99 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1786320433-geeee54/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1786350568-g45006e/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1786320433-geeee54 +PackageVersion: 0.0.1786350568-g45006e DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.42.1/stacklok.thv.installer.yaml b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.installer.yaml new file mode 100644 index 0000000000000..83b3657b348f1 --- /dev/null +++ b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.42.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-08-10" +Installers: + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.42.1/toolhive_0.42.1_windows_arm64.zip + InstallerSha256: 5c12095a6155fefde45011ce7d3d5f584ae119fc55b3b5652778b7c149e59acd + UpgradeBehavior: uninstallPrevious + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: thv.exe + PortableCommandAlias: thv + InstallerUrl: https://github.com/stacklok/toolhive/releases/download/v0.42.1/toolhive_0.42.1_windows_amd64.zip + InstallerSha256: 7979ae5bef0d8eb92c40ebfbcf5b6bc8ac34c78491e1d3a9eea061a2f95bd1c5 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.42.1/stacklok.thv.locale.en-US.yaml b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.locale.en-US.yaml new file mode 100644 index 0000000000000..e8cc38202da94 --- /dev/null +++ b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.locale.en-US.yaml @@ -0,0 +1,46 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.42.1 +PackageLocale: en-US +Publisher: stacklok +PublisherSupportUrl: https://github.com/stacklok/toolhive/issues/new/choose +PackageName: thv +PackageUrl: https://stacklok.com +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/toolhive/blob/main/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: ToolHive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers +Moniker: thv +Tags: + - golang + - cli + - mcp + - toolhive + - stacklok + - model-context-protocol + - mcp-server +ReleaseNotes: | + ## Changelog + * acc6df345826bf0ae4fe31f4f5a3be205f47cf3e: Add a consent model for external OIDC subject tokens (#6149) (@jhrozek) + * 7544632f877c76912c5d70ad296450875ae66a1a: Add deny-by-default visibility to vMCP aggregation (#6163) (@jerm-dro) + * d29e0d515c7dda24a876d01a85e6e707829030ad: Block only repository moves, not tag moves, on upgrade (#6225) (@samuv) + * 3e5e65fbde0a4eecd61353aa75ca78a582599f90: Clean up deny-visibility validator and CRD docs (#6233) (@jerm-dro) + * 39f38cec9e70d1f7d19e1d4c168d483d66b7988a: Delegate images keychain to toolhive-core (#6147) (@JAORMX) + * 8863eb019a74d3362a7d1398cb6dc452783d5102: Handle non-fatal httprc errors in JWKS registration (#6221) (@danbarr) + * f3a2818424de73e5f3d287e6f4c29fb554ba0b24: Keep the OIDC callback listener alive when an LLM proxy client disconnects (#6229) (@jhrozek) + * e7a995b4d42956ce82a0bd574a9f036360d06350: Pass CA-aware HTTP client to JWKS registration (#6220) (@danbarr) + * 04198d41c211b3511dcbbd00c68ad2c6d4d54a8c: Reject tools/call for tools hidden from tools/list (#6216) (@jerm-dro) + * 06940e81da347135584a4222e963b4e9324e129e: Release v0.42.1 (#6247) (@toolhive-release-app[bot]) + * 12ffd7a5b7356cb84e64c165078a7b4fa61dbf73: Resolve relative --project-root before the API call (#6223) (@samuv) + * e91586abd19294d40e8262c1078ba1f2c7e796be: Resolve relative --project-root for ai-plugin too (#6226) (@samuv) + * ee293aa10d5ca046962d29534cb7d739fd38ef80: Skip known-bad backends when opening vMCP sessions (#6162) (@jerm-dro) + * f178d9ebe3b26b267cee37d01a9dab78e901d8d5: Skip logging/setLevel on a Modern-negotiated session (#6184) (@amirejaz) + * 2e83cd197abf6ee2fe07fda40d6a1a7d8ddaad09: Stop severing plugin artifact pulls at fixed timeouts (#6228) (@samuv) + * 127cc88d81990b59bd6d3bd1809c630de2e11513: Stop severing skill artifact pulls at fixed timeouts (#6224) (@samuv) + * 91d6a79e24e3ddeef8e67bff109738a902dd62bf: Support MCP tool annotations for composite tools (#6208) (@JAORMX) + * 32086362cc0d7059ba0c48f972f84aa968700389: Update module github.com/go-git/go-git/v5 to v5.19.2 [SECURITY] (#6244) (@renovate[bot]) + * 3cb828f3b8d9d3119cde8ce1ea7af0803e68471a: Validate MCPOIDCConfig inline issuer and JWKS URLs (#5936) (@lopster568) + * 8a05eddd5cca1a34c5f96dc83c83d41cf7eb899b: fix(authz): reject non-JSON POSTs instead of skipping authorization (#6234) (@SashaMIT) +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/thv/0.42.1/stacklok.thv.yaml b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.yaml new file mode 100644 index 0000000000000..c4a626021e827 --- /dev/null +++ b/manifests/s/stacklok/thv/0.42.1/stacklok.thv.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: stacklok.thv +PackageVersion: 0.42.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.installer.yaml b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.installer.yaml new file mode 100644 index 0000000000000..da2d712c4a5b6 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.installer.yaml @@ -0,0 +1,22 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.13.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: discrawl.exe + PortableCommandAlias: discrawl +Commands: +- discrawl +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.13.1/discrawl_0.13.1_windows_amd64.zip + InstallerSha256: ECEB72B19E4A20236454D3D6FACA036C1D87E846CCE60C721AAF97F7E41F37A9 +- Architecture: arm64 + InstallerUrl: https://github.com/openclaw/discrawl/releases/download/v0.13.1/discrawl_0.13.1_windows_arm64.zip + InstallerSha256: FFFDE57DEB9D821216CAC15C915EB6E354D06722FC5ED948CDF3DA45602FA3C4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.locale.en-US.yaml b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.locale.en-US.yaml new file mode 100644 index 0000000000000..0fd4a9f75b834 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.13.1 +PackageLocale: en-US +Publisher: Peter Steinberger +PublisherUrl: https://steipete.me/ +PublisherSupportUrl: https://github.com/steipete/discrawl/issues +Author: Peter Steinberger +PackageName: discrawl +PackageUrl: https://github.com/steipete/discrawl +License: MIT +LicenseUrl: https://github.com/openclaw/discrawl/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Peter Steinberger +CopyrightUrl: https://github.com/steipete/discrawl/blob/HEAD/LICENSE +ShortDescription: CLI for Discord with SQLite backend +Description: |- + discrawl mirrors Discord guild data into local SQLite so you can search, inspect, and query server history without depending on Discord search. + + It is a bot-token crawler. No user-token hacks. Data stays local. + + What It Does + - discovers every guild the configured bot can access + - syncs channels, threads, members, and message history into SQLite + - maintains FTS5 search indexes for fast local text search + - builds an offline member directory from archived profile payloads + - extracts small text-like attachments into the local search index + - records structured user and role mentions for direct querying + - tails Gateway events for live updates, with periodic repair syncs + - exposes read-only SQL for ad hoc analysis + - keeps schema multi-guild ready while preserving a simple single-guild default UX +Moniker: discrawl +ReleaseNotes: |- + 0.13.1 - 2026-08-09 + Highlight: tail --verbose now tells you why a message was not archived. + + Fixes + - Trace live Discord message receipt, handling, scope filtering, and archive completion in verbose tail logs. Each event reports gateway_received, handler_started, ignored with a reason, or archived, so an out-of-scope message is no longer indistinguishable from one the Gateway never delivered. archived is emitted only after the canonical write, event append and cursor update all succeed. Traces carry event type, stage and IDs only — never message content or author metadata. + + Maintenance + - Update Crawlkit to v0.14.6, Kong to v1.16.1, the modernc SQLite stack to v1.56.0, and refresh Go analysis tooling. +ReleaseNotesUrl: https://github.com/openclaw/discrawl/releases/tag/v0.13.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.yaml b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.yaml new file mode 100644 index 0000000000000..1ae80dec17921 --- /dev/null +++ b/manifests/s/steipete/discrawl/0.13.1/steipete.discrawl.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: steipete.discrawl +PackageVersion: 0.13.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.installer.yaml b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.installer.yaml new file mode 100644 index 0000000000000..c3bff1b14bc97 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.2.2 +InstallerLocale: zh-CN +InstallerType: exe +Scope: machine +InstallerSwitches: + Silent: /s + SilentWithProgress: /s +UpgradeBehavior: deny +ProductCode: WeType +ReleaseDate: 2026-08-05 +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.2.2_3.exe + InstallerSha256: 8CB602A4C07EAF21E188BB91C5209B6A9CDA4B1E537456D147965EDF4EF047AC +- Architecture: arm64 + InstallerUrl: https://download.z.weixin.qq.com/app/win/WeTypeSetup_2.1.2.2_3.exe + InstallerSha256: 8CB602A4C07EAF21E188BB91C5209B6A9CDA4B1E537456D147965EDF4EF047AC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.locale.zh-CN.yaml b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.locale.zh-CN.yaml new file mode 100644 index 0000000000000..efd259f825545 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.2.2 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://z.weixin.qq.com/ +PrivacyUrl: https://wetype.wxqcloud.qq.com/page/article/index/13.html +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 微信输入法 +PackageUrl: https://z.weixin.qq.com/ +License: 免费软件 +LicenseUrl: https://wetype.wxqcloud.qq.com/page/article/index/14.html +Copyright: 腾讯公司 版权所有 Copyright © 1998-2024 Tencent. All Rights Reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 微信输入法是微信官方出品的中文输入法,提供高效的输入体验、精准的推荐策略、多元的创新玩法。 +Tags: +- 中文 +- 拼音 +- 汉语 +- 输入法 +InstallationNotes: |- + 请尽量使用输入法自带的更新功能。如果必须使用 WinGet 来更新,请运行: + winget install Tencent.WeType --interactive --force + 或者 + winget install Tencent.WeType -i --force + 不指定 -i 或 --interactive 会导致更新需要重启系统后才能生效。 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.yaml b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.yaml new file mode 100644 index 0000000000000..937e1fdd85204 --- /dev/null +++ b/manifests/t/Tencent/WeType/2.1.2.2/Tencent.WeType.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.WeType +PackageVersion: 2.1.2.2 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.installer.yaml b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.installer.yaml new file mode 100644 index 0000000000000..aab7e87d9564c --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.80.0 +InstallerType: nullsoft +Scope: machine +Protocols: +- yuanbao +ProductCode: Yuanbao +ReleaseDate: 2026-08-06 +Installers: +- Architecture: x64 + InstallerUrl: https://cdn-hybrid-prod.hunyuan.tencent.com/Desktop/official/ff7966288c185dcf2123341f067183fb/yuanbao_2.80.0.611_x64.exe + InstallerSha256: 60E5B20129AFC99C088FCA9E8D1B0BFE632E5CF0A008830DFEB78396CD56698D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.en-US.yaml b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.en-US.yaml new file mode 100644 index 0000000000000..9509ad4bc7f6e --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.80.0 +PackageLocale: en-US +Publisher: Tencent Technology (Shenzhen) Co., Ltd. +PublisherUrl: https://www.tencent.com/en-us/ +PublisherSupportUrl: https://support.qq.com/product/705132 +PrivacyUrl: https://privacy.qq.com/document/preview/4d27c22b2e9f47958197aa5ec32f7d6e +Author: Shenzhen Tencent Computer Systems Company Limited +PackageName: Tencent Yuanbao +PackageUrl: https://yuanbao.tencent.com/ +License: Proprietary +LicenseUrl: https://rule.tencent.com/rule/202403110001 +Copyright: Copyright © 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/en-us/statement.html +ShortDescription: Your personal smart assistant, here to answer questions and unleash creativity. +Tags: +- ai +- chatbot +- deepseek +- hunyuan +- large-language-model +- llm +Documentations: +- DocumentLabel: Help + DocumentUrl: https://kf.qq.com/product/tengxunyuanbao.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.zh-CN.yaml b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ee40c92f5fc4e --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.locale.zh-CN.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.80.0 +PackageLocale: zh-CN +Publisher: 腾讯科技(深圳)有限公司 +PublisherUrl: https://www.tencent.com/zh-cn/ +PublisherSupportUrl: https://support.qq.com/product/705132 +PrivacyUrl: https://privacy.qq.com/document/preview/4d27c22b2e9f47958197aa5ec32f7d6e +Author: 深圳市腾讯计算机系统有限公司 +PackageName: 腾讯元宝 +PackageUrl: https://yuanbao.tencent.com/ +License: 专有软件 +LicenseUrl: https://rule.tencent.com/rule/202403110001 +Copyright: Copyright © 2026 Tencent. All rights reserved. +CopyrightUrl: https://www.tencent.com/zh-cn/statement.html +ShortDescription: 你身边的智能助手,可以为你答疑解惑、尽情创作。 +Tags: +- 人工智能 +- 大语言模型 +- 深度求索 +- 混元 +- 聊天机器人 +ReleaseNotes: |- + 1. AI 图片编辑升级,一句话帮你轻松 P 图 + 2. 语音播报支持一键开启,自由调节语速 + 3. 优化了若干使用体验 +Documentations: +- DocumentLabel: 帮助 + DocumentUrl: https://kf.qq.com/product/tengxunyuanbao.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.yaml b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.yaml new file mode 100644 index 0000000000000..688b44643b66c --- /dev/null +++ b/manifests/t/Tencent/Yuanbao/2.80.0/Tencent.Yuanbao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tencent.Yuanbao +PackageVersion: 2.80.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.installer.yaml b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.installer.yaml new file mode 100644 index 0000000000000..55e505fd2456f --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.installer.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 16.4.65 +InstallerType: wix +Scope: user +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{739D59C3-DA44-4F16-9FCD-3F334B250FEC}' +AppsAndFeaturesEntries: +- DisplayName: GestureSign V2 + Publisher: TransposonY / WinUI rebuild + ProductCode: '{739D59C3-DA44-4F16-9FCD-3F334B250FEC}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/Tomclanc/GestureSignv2/releases/download/v16.4.65/GestureSign-V2-16.4.65-x64.msi + InstallerSha256: 83D7F933F76E619839B8D351A51A7AAABD54D6392FB2468606D7F99A14B49EEE +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-08-10 diff --git a/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.en-US.yaml b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.en-US.yaml new file mode 100644 index 0000000000000..fa632f62aa7d9 --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 16.4.65 +PackageLocale: en-US +Publisher: Tomclanc +PublisherUrl: https://github.com/Tomclanc +PublisherSupportUrl: https://github.com/Tomclanc/GestureSignv2/issues +Author: Tomclanc +PackageName: GestureSign V2 +PackageUrl: https://github.com/Tomclanc/GestureSignv2 +License: GPL-2.0 +LicenseUrl: https://github.com/Tomclanc/GestureSignv2/blob/main/LICENSE +Copyright: Copyright (C) 2026 Tomclanc +ShortDescription: A Windows 11 focused rebuild of GestureSign for touchpad and mouse gestures. +Description: GestureSign V2 is a Windows 11 focused rebuild of the classic open-source GestureSign project. It supports touchpad gestures, mouse gestures, gesture trails, per-app actions, ignore rules, tray controls, Smart Close, and bundled Kando radial menu quick actions. +Moniker: gesturesignv2 +Tags: +- gesture +- gestures +- mouse +- touchpad +- windows-11 +ReleaseNotesUrl: https://github.com/Tomclanc/GestureSignv2/releases/tag/v16.4.65 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Tomclanc/GestureSignv2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.zh-CN.yaml b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d2a59916058bb --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 16.4.65 +PackageLocale: zh-CN +Publisher: Tomclanc +PublisherUrl: https://github.com/Tomclanc +PublisherSupportUrl: https://github.com/Tomclanc/GestureSignv2/issues +Author: Tomclanc +PackageName: GestureSign V2 +PackageUrl: https://github.com/Tomclanc/GestureSignv2 +License: GPL-2.0 +LicenseUrl: https://github.com/Tomclanc/GestureSignv2/blob/main/LICENSE +Copyright: Copyright (C) 2026 Tomclanc +ShortDescription: 面向 Windows 11 重构的 GestureSign,支持触控板和鼠标手势。 +Description: GestureSign V2 是经典开源项目 GestureSign 的 Windows 11 重构版本,支持触控板手势、鼠标手势、手势轨迹、按应用设置动作、忽略规则、托盘控制、智能关闭,以及内置的 Kando 径向菜单快捷动作。 +Tags: +- 手势 +- 鼠标 +- 触控板 +- Windows 11 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/Tomclanc/GestureSignv2/wiki +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.yaml b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.yaml new file mode 100644 index 0000000000000..1d8d31a83cca0 --- /dev/null +++ b/manifests/t/Tomclanc/GestureSignV2/16.4.65/Tomclanc.GestureSignV2.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tomclanc.GestureSignV2 +PackageVersion: 16.4.65 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.installer.yaml b/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.installer.yaml deleted file mode 100644 index 185eb7d480c04..0000000000000 --- a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.installer.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.0.0 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: AgentIsland.exe - PortableCommandAlias: agentisland -ReleaseDate: 2026-07-04 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/tristan666666/agent-island/releases/download/v1.4.1/AgentIsland-1.0.0-win-x64.zip - InstallerSha256: 105ECDEB6CF7D6B8D910CB508D260ACC2D6BC670BC6B6E61EDCDAD0119ECDA4A -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.locale.en-US.yaml b/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.locale.en-US.yaml deleted file mode 100644 index 9549ed61b765f..0000000000000 --- a/manifests/t/TristanTang/AgentIsland/1.0.0/TristanTang.AgentIsland.locale.en-US.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.0.0 -PackageLocale: en-US -Publisher: Tristan Tang -PublisherUrl: https://github.com/tristan666666 -PublisherSupportUrl: https://github.com/tristan666666/agent-island/issues -Author: Tristan Tang -PackageName: Agent Island -PackageUrl: https://agent-island.dev -License: MIT -LicenseUrl: https://github.com/tristan666666/agent-island/blob/HEAD/LICENSE -ShortDescription: Status companion for Claude Code and Codex — live agent status, turn alarms, auto-resume after usage resets. -Moniker: agent-island -Tags: -- claude -- claude-code -- codex -- agent -ReleaseNotesUrl: https://github.com/tristan666666/agent-island/releases/tag/v1.4.1 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.installer.yaml b/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.installer.yaml deleted file mode 100644 index a7efa63bd299d..0000000000000 --- a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created by Anthelion using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.5.7 -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: AgentIsland.exe - PortableCommandAlias: agentisland -ReleaseDate: 2026-07-11 -Installers: -- Architecture: x64 - InstallerUrl: https://github.com/tristan666666/agent-island/releases/download/v1.5.7/AgentIsland-1.5.7-win-x64.zip - InstallerSha256: EB02245DC37F61B98C7DE6FB0EB880A8606C6816E9A706B384228EE77677B1D6 -ManifestType: installer -ManifestVersion: 1.12.0 diff --git a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.locale.en-US.yaml b/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.locale.en-US.yaml deleted file mode 100644 index 7c00e07572d83..0000000000000 --- a/manifests/t/TristanTang/AgentIsland/1.5.7/TristanTang.AgentIsland.locale.en-US.yaml +++ /dev/null @@ -1,35 +0,0 @@ -# Created by Anthelion using komac v2.16.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: TristanTang.AgentIsland -PackageVersion: 1.5.7 -PackageLocale: en-US -Publisher: Tristan Tang -PublisherUrl: https://github.com/tristan666666 -PublisherSupportUrl: https://github.com/tristan666666/agent-island/issues -Author: Tristan Tang -PackageName: Agent Island -PackageUrl: https://agent-island.dev/ -License: MIT -LicenseUrl: https://github.com/tristan666666/agent-island/blob/HEAD/LICENSE -ShortDescription: Status companion for Claude Code and Codex — live agent status, turn alarms, auto-resume after usage resets. -Moniker: agent-island -Tags: -- agent -- claude -- claude-code -- codex -ReleaseNotes: |- - [1.5.7] - 2026-07-12 - - Added - - Windows: a switch to turn the out-of-quota alarm off (Settings → Alarms), matching macOS — for people who only want auto-resume and not the "you're out" panel. - - Fixed - - Both platforms: the out-of-quota alarm no longer re-fires every few minutes while a window stays maxed out. Anthropic's rolling 5-hour reset time drifts by seconds on each refresh; the alarm's dedup was keyed on the exact reset timestamp, so the drift made it forget it had already fired. It now re-arms only when the reset boundary jumps to a genuinely new cycle. (1.5.6 only stopped the same-refresh duplicates, not this cross-refresh repeat.) - - macOS: much lower idle CPU. The island's rotating glow was re-shading its conic gradient on the CPU 30 times a second whenever the island was visible — the app's dominant background cost. It's now shaded once and spun on the GPU: identical look, a large drop in CPU and energy use. - - macOS: the every-few-seconds session scan stopped re-reading every file's metadata O(n·log n) times while sorting — it now reads each modification time once, via a direct syscall — trimming a periodic CPU spike. - - Windows: softer, cleaner island glow, and the Settings copy was trimmed to match the leaner macOS layout. -ReleaseNotesUrl: https://github.com/tristan666666/agent-island/releases/tag/v1.5.7 -ManifestType: defaultLocale -ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.installer.yaml b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.installer.yaml new file mode 100644 index 0000000000000..25c860f96c479 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.5f1 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +FileExtensions: +- unity +- unitypackage +ProductCode: Unity 6000.5.5f1 +ReleaseDate: 2026-07-23 +Installers: +- Architecture: x64 + InstallerUrl: https://download.unity3d.com/download_unity/d16e074b49fd/Windows64EditorInstaller/UnitySetup64-6000.5.5f1.exe + InstallerSha256: 61A1FBE0E9022AC01B185423B86C80E3E65B0FE6B05702493A8E008A3B8652B8 +- Architecture: arm64 + InstallerUrl: https://download.unity3d.com/download_unity/d16e074b49fd/WindowsArm64EditorInstaller/UnitySetupArm64-6000.5.5f1.exe + InstallerSha256: EBA1D2A3050D8A5A8AABD490F4764BD909F386A0F488DEBFE7E639578A38A6ED +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.en-US.yaml b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.en-US.yaml new file mode 100644 index 0000000000000..e3e37f95cb34f --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.en-US.yaml @@ -0,0 +1,109 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.5f1 +PackageLocale: en-US +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/download +License: Proprietary +LicenseUrl: https://unity.com/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/legal/trademarks +ShortDescription: The world’s leading platform for real-time content creation +Description: |- + Unity is the ultimate game development platform. + Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers. +Tags: +- develop +- development +- game +- unity +- unity3d +ReleaseNotes: |- + Known Issues in 6000.5.5f1 + - 6000.0.23f1: Crash on Animator::OnPlayableUnbind when exiting Play mode after RigBuilder rebinds during Animator evaluation (UUM-146750) + - 6000.0.67f1: [iOS] Audio is cut out when accessing iOS Control Center (UUM-145522) + - 6000.3.0a5: [Android][IL2CPP] Native SIGSEGV in libunity.so Curl_splaygetbest / curl_multi_perform under concurrent UnityWebRequest churn (UUM-146860) + - 6000.4.0a2: Windows Player silently crashes when using Application.Quit() after loading Addressables asset (UUM-147746) + - 6000.6.0a2,6000.5.0b2: GPU Occlusion Culling fails to cull obstructed instances when GPU Resident Drawer is enabled (UUM-146214) + - 6000.6.0a7: [Universal 3D Sample] NullReferenceException is thrown when opening GardenScene in URP 17.3.0 sample (UUM-145743) + - Asset Importers: Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode (UUM-112617) + - : 2022 trees are not affected by wind in Unity 6 (UUM-147077) + - : Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773) + - : Crash with multiple stack traces when generating a Font Atlas (UUM-141061) + 6000.5.5f1 Release Notes + Improvements + - Accessibility: Added support for AccessibilityState.Expanded on Android. + - Asset Pipeline: Added clarification detail to + - Build Pipeline: Improve inspector warnings and build errors related to texture build usage. (UUM-146697) + - Editor: Refactored Physics Debug Inspector UI so it uses common Inspector window patterns. + - Unity Physics: Improved query performance for Collector Types (Any, Closest, All) for query types: Raycast, ColliderCast, Point Distance and Collider Distance, when casting against a MeshCollider. Improvement is particularly observable with Burst enabled. (UUM-146273) + Fixes + - 2D: Fixed an issue where Open Reference for the Sprite Atlas Importer button in thee Inspector window redirected to an outdated version of the Manual. (UUM-133073) + - 2D: Fixed exception when creating new Tile asset when doing a drag and drop on a Tile Palette that is open for edit. (UUM-143122) + - 2D: Fixed Tilemap not updating in the Scene view when the Sprite property of an assigned Tile asset is changed in the Inspector. (UUM-144070) + - Accessibility: Fixed double state announcement for AccessibilityRole.Toggle nodes on Android. (UUM-146950) + - Accessibility: Fixed the main application window also being provided for secondary windows for UI Automation clients. + - Accessibility: Fixed the screen reader being slow to navigate away from AccessibilityRole.Dropdown nodes on Android. (UUM-146949) + - Accessibility: Fixed the Windows player crashing at shutdown once a UI Automation client (e.g. a screen reader) has interacted with the application. (UUM-146676) + - Animation: Animator.ResetControllerState(true) didn't reset non-float parameters. (UUM-146636) + - Animation: Fixed a Model Importer visual issue where reverting import settings didn't update the root motion node selector. (UUM-133710) + - Animation: Fixed an error thrown when applying changed avatar settings on Linux. (UUM-138170) + - Animation: Fixed the Animation Window staying in preview mode after undoing a clip creation. (UUM-136815) + - Asset Pipeline: Fixed asset previews staying white after a referenced texture is deleted and restored with the same GUID. (UUM-138622) + - Audio: Fixed an error that occurred when deleting a snapshot in the Audio Mixer. (UUM-119443) + - DX12: Fixed crash in GfxDeviceD3D12Base::CreateGraphicsPipelineAsync when warming up PSOs via GraphicsStateCollection.WarmUpProgressively. (UUM-145607) + - DX12: Hardware Dynamic Resolution on D3D12 no longer produces a bright-pixel corruption artifact on AMD GPUs caused by uninitialised placed-resource compression metadata after a resolution-scale switch. (UUM-108671) + - DX12: HDRP Sample projects no longer spam D3D12 validation error (category 9, id 1422) on startup. (UUM-133610) + - DX12: Placed-resource aliasing on D3D12 no longer emits repeated D3D12 validation errors (category 9, id 1422) during Hardware DRS operation. (UUM-143015) + - Editor: Added a warning message that appears when setting a camera to orthographic if it supports XR rendering in URP and HDRP. (UUM-63527) + - Editor: Asset Import Workers no longer crash and Player builds no longer fail when building after deleting and recreating an active Build Profile. (UUM-141610) + - Editor: Color space sync deferred until after initial asset DB refresh to avoid crash on startup. (UUM-141297) + - Editor: Editor: Fixed: The Assemblies/Areas selection window no longer disappears when docked as a tab and you switch to or close another tab. (UUM-142406) + - Editor: Fixed a crash on SerializableManagedRef::CallMethod when multi-selecting GameObjects with different MonoBehaviour scripts using [SerializeReference] fields. (UUM-142019) + - Editor: Fixed an issue where the Sprite asset Inspector window was misaligned. (UUM-145514) + - Editor: Fixed an issue with Handles.SnapValue and Snapping.Snap methods to only snap on positive values as described in Handles.SnapValue api documentation. (UUM-143716) + - Editor: Fixed MSAA textures not rendering in the editor when OpenGLES is the active graphics API. (UUM-143867) + - Editor: Fixed text overflowing inconsistently. (UUM-145644) + - Editor: Fixed the Project window navigating back to the Assets root folder when using "Add Sorting Layer..." and the other Tags and Layers dropdown shortcuts. (UUM-144578) + - Editor: Fixed various issues with Sprite Assets used in ATG. (UUM-145506) + - Editor: Multiplayer: Play Mode Input Behavior setting sync from main to clone. (UUM-147064) + - Editor: Updated UI of ProjectSettings/Diagnostics to respect Unity margin guidelines. (UUM-134643) + - iOS: Fixed depth camera crash when created a second time. (UUM-141173) + - iOS: Fixed false "Touch was already deallocated" error on iOS during app backgrounding. (UUM-145381) + - Netcode for Entities: Fixed a regression in the handling of partial sends. In rare cases, the same dynamic ghost chunk hits the partial boundary at roughly the same entity index every tick. This indefinitely causes a subset of its ghosts to no longer be added to the snapshot. (UUM-145646) + - Netcode for Entities: Fixed a spurious "JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old" warning that appeared when baking a ghost prefab set to Owner Predicted mode without a GhostOwner component. + - Package Manager: Fixed the issue where invalid package will be generated if Unity account name include quotes. (UUM-133956) + - Package Manager: Packages with entitlement issues are properly shown as not installed in the Package Manager window. (UUM-134515) + - Physics: Fixed an issue where ConfigurableJoint setups would jitter once they reached their distance constraint maximum, due to their contact distance not being handled correctly. (UUM-146852) + - Search: Fixed Search LMDB crash during domain reload where background threads were not properly cancelled. (UUM-141720) + - Search: Fixed Search LMDB crash during domain reload where some background threads were orphaned and could not be stopped. (UUM-143640) + - Shaders: Fixed preprocessor incorrectly skipping include files with multiple independent ifndef/endif guard blocks. (UUM-145788) + - SRP Core: Removed a rare managed allocation during HDR output rendering that could intermittently occur when .NET reclaimed pooled array buffers between frames. (UUM-145447) + - UI Toolkit: Exposed the method VectorUtils.BuildVectorImage(SceneInfo, Rect). (UUM-146278) + - UI Toolkit: Fixed "Accessing invalid property" errors when entering Play mode after modifying a UXML asset. (UUM-146179) + - UI Toolkit: Fixed unqualified Style and AttributeOverrides tags being flagged as not allowed when validating a UXML file against the generated schema. (UUM-145780) + - UI Toolkit: Fixed UXML asset corruption and import errors when selecting a built-in resource as a binding Data Source. (UUM-137273) + - UI Toolkit: Fixed VisualElements styled with -unity-material (and other asset-backed style properties such as background-image and -unity-font) rendering with the default shader (solid white) after the referenced asset's Addressables content was unloaded and reloaded. (UUM-144652) + - URP: Fixed shader resolve for XR is not enabled properly in on-tile postprocessing. (UUM-143511) + - WebGL: Fixed an issue where the winding order was incorrect in scenes without a camera in WebGPU. (UUM-133894) + Package changes in 6000.5.5f1 + Packages updated + - com.unity.collab-proxy: 2.12.4 to 2.13.3 + - com.unity.formats.alembic: 2.4.5 to 2.4.7 + - com.unity.services.authentication: 3.7.1 to 3.7.3 + - com.unity.services.cloudcode: 2.10.3 to 2.10.4 + - com.unity.ai.navigation: 2.0.13 to 2.0.14 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.5.5 +PurchaseUrl: https://store.unity.com/ +Documentations: +- DocumentLabel: Unity User Manual + DocumentUrl: https://docs.unity3d.com/6000.5/Documentation/Manual/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.zh-CN.yaml b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4cda7bddd576a --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.5f1 +PackageLocale: zh-CN +Publisher: Unity Technologies ApS +PublisherUrl: https://unity.com/cn +PublisherSupportUrl: https://support.unity.com +PrivacyUrl: https://unity.com/cn/legal/privacy-policy +Author: Unity Technologies ApS +PackageName: Unity 6000 +PackageUrl: https://unity.com/cn/download +License: 专有软件 +LicenseUrl: https://unity.com/cn/legal/terms-of-service +Copyright: © 2026 Unity Technologies ApS. All rights reserved. +CopyrightUrl: https://unity.com/cn/legal/trademarks +ShortDescription: 全球领先的实时内容创作平台 +Description: Unity 是旗舰游戏开发平台。使用 Unity 构建高质量的 3D 和 2D 游戏,将其部署至手机、桌面、VR/AR、游戏机或网页,并连接忠实热情的玩家与客户。 +Tags: +- unity +- unity3d +- 开发 +- 游戏 +ReleaseNotesUrl: https://unity.com/releases/editor/whats-new/6000.5.5 +PurchaseUrl: https://store.unity.com/cn +Documentations: +- DocumentLabel: Unity 用户手册 + DocumentUrl: https://docs.unity3d.com/6000.5/Documentation/Manual/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.yaml b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.yaml new file mode 100644 index 0000000000000..adcb88996de78 --- /dev/null +++ b/manifests/u/Unity/Unity/6000/6000.5.5f1/Unity.Unity.6000.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Unity.Unity.6000 +PackageVersion: 6000.5.5f1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.installer.yaml b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.installer.yaml new file mode 100644 index 0000000000000..a7f3242836235 --- /dev/null +++ b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.installer.yaml @@ -0,0 +1,30 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VibeBrains.VibeIDE +PackageVersion: 1.12.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /VERYSILENT /NORESTART /MERGETASKS=!runcode + SilentWithProgress: /SILENT /NORESTART /MERGETASKS=!runcode +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VibeBrains/VibeIDE/releases/download/v1.12.0/VibeIDESetup.exe + InstallerSha256: E44D2C0BCE77A2CF2926A41C2A39AECED992095E6B5EC364B9C8D5C0E7539919 + ProductCode: '{C2A6E4B8-9012-4F5A-9C3D-7E1B0A8F6D42}_is1' + AppsAndFeaturesEntries: + - DisplayName: VibeIDE + Publisher: VibeBrains + ProductCode: '{C2A6E4B8-9012-4F5A-9C3D-7E1B0A8F6D42}_is1' + InstallerType: inno +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.locale.en-US.yaml b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..657faf5db089b --- /dev/null +++ b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VibeBrains.VibeIDE +PackageVersion: 1.12.0 +PackageLocale: en-US +Publisher: VibeBrains +PublisherUrl: https://github.com/VibeBrains/VibeIDE +PublisherSupportUrl: https://github.com/VibeBrains/VibeIDE/issues +PackageName: VibeIDE +PackageUrl: https://github.com/VibeBrains/VibeIDE +License: MIT +LicenseUrl: https://github.com/VibeBrains/VibeIDE/blob/main/LICENSE.txt +ShortDescription: AI-first IDE — a Visual Studio Code fork with custom LLM providers, a coding agent and autopilot. No subscriptions, no telemetry, bring your own API key. +Moniker: vibeide +Tags: +- ai +- agent +- editor +- ide +- llm +- vscode +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.yaml b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.yaml new file mode 100644 index 0000000000000..75abb19d3d3ed --- /dev/null +++ b/manifests/v/VibeBrains/VibeIDE/1.12.0/VibeBrains.VibeIDE.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VibeBrains.VibeIDE +PackageVersion: 1.12.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.installer.yaml b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.installer.yaml new file mode 100644 index 0000000000000..0c10b7a78f732 --- /dev/null +++ b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.installer.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: wkjarosz.hdrview +PackageVersion: 2.8.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: HDRView.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-01-20 +ArchiveBinariesDependOnPath: true +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/wkjarosz/hdrview/releases/download/v2.8.2/HDRView-2.8.2-windows.zip + InstallerSha256: 05B0E9F1BFE1362CE949EB39B5430D72E67D56A3ECB18090ECE143D8102B6A65 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.locale.en-US.yaml b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.locale.en-US.yaml new file mode 100644 index 0000000000000..05bb110af2a88 --- /dev/null +++ b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.locale.en-US.yaml @@ -0,0 +1,31 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: wkjarosz.hdrview +PackageVersion: 2.8.2 +PackageLocale: en-US +Publisher: wkjarosz +PublisherUrl: https://github.com/wkjarosz +PublisherSupportUrl: https://github.com/wkjarosz/hdrview/issues +PackageName: hdrview +PackageUrl: https://github.com/wkjarosz/hdrview +License: Custom +LicenseUrl: https://github.com/wkjarosz/hdrview/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) Wojciech Jarosz +ShortDescription: simple image viewer for examining and comparing HDR images +Description: A simple research-oriented image viewer with an emphasis on examining and comparing high-dynamic range (HDR) images. +Tags: +- comparison-tool +- exr +- hdr +- hdr-images +- high-dynamic-range +- image +- image-processing +- macos +- openexr +- pfm +ReleaseNotes: "What's changed\nThis release focuses on refinements to the UI and improvements to metadata extraction and display.\n• XMP parsing (via the TinyXML2 library)\n • In addition to displaying the raw XMP text, the parsed XMP data is now displayed in a tree structure much like EXIF data\n• Since the amount of metadata that HDRView extracts from images has increased, the Info panel now has a dropdown for which metadata to look at (General, Header, EXIF, XMP, Raw XMP data)\n• HDRView now extracts metadata and colorspace/ICC profile information for PSD images\n• Fixed an issue where PNG EXIF and XMP metadata wasn't being extracted properly\n• XMP metadata is now extracted from TIFF files\n• Minor layout/sizing tweaks to Help/About dialog\nPrecompiled binaries for macOS, Windows, and Linux available below.\nFull Changelog:v2.7.1...v2.8.0" +ReleaseNotesUrl: https://github.com/wkjarosz/hdrview/releases/tag/v2.8.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.yaml b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.yaml new file mode 100644 index 0000000000000..f707e70b8820b --- /dev/null +++ b/manifests/w/wkjarosz/hdrview/2.8.2/wkjarosz.hdrview.yaml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +# Created with winmatsch + +PackageIdentifier: wkjarosz.hdrview +PackageVersion: 2.8.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.installer.yaml b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.installer.yaml new file mode 100644 index 0000000000000..797ff8c6ad786 --- /dev/null +++ b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Xiaomi.MiMoCode.Baseline +PackageVersion: 0.1.11 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: mimo.exe +Commands: +- mimo +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XiaomiMiMo/MiMo-Code/releases/download/v0.1.11/mimocode-windows-x64-baseline.zip + InstallerSha256: 3EA83DB9CC0645A4A20B0A6B8EF9A41D5F65BA736D48E3C7F9B2C2C89E1A6F05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.en-US.yaml b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.en-US.yaml new file mode 100644 index 0000000000000..96d88822b47f8 --- /dev/null +++ b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.en-US.yaml @@ -0,0 +1,63 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Xiaomi.MiMoCode.Baseline +PackageVersion: 0.1.11 +PackageLocale: en-US +Publisher: Beijing Xiaomi Mobile Software Co., Ltd. +PublisherUrl: https://mimo.xiaomi.com/ +PublisherSupportUrl: https://github.com/XiaomiMiMo/MiMo-Code/issues +Author: Beijing Xiaomi Mobile Software Co., Ltd. +PackageName: MiMoCode (Baseline) +PackageUrl: https://mimo.xiaomi.com/mimocode +License: MIT +LicenseUrl: https://github.com/XiaomiMiMo/MiMo-Code/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2026 MiMo Code, Xiaomi Corporation + Copyright (c) 2025 opencode +CopyrightUrl: https://platform.xiaomimimo.com/docs/terms/user-agreement +ShortDescription: A next-generation AI coding assistant for developers. Unlimited context lets you understand, build, and collaborate more efficiently. +Description: |- + MiMoCode is a terminal-native AI coding assistant. It can read and write code, run commands, manage Git, and use a persistent memory system to keep a deep understanding of your project across sessions while continuously improving itself. + MiMo Auto is built in as a free-for-limited-time channel, so you can start with zero configuration. MiMoCode also supports connecting to any mainstream LLM provider API. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- mimo +- programming +ReleaseNotes: |- + Summary + The headline of this release is memory.disable_write — a switch that stops MiMoCode from writing memory while leaving reads intact. With it on, no checkpoints, MEMORY.md, notes.md or task progress.md are written and dream/distill stop running automatically; nothing is ever deleted and the builtin memory search tool keeps working. One caveat we corrected in the same release: existing memory is not auto-loaded while writing is off — the dumps normally reach context through a checkpoint rebuild, which is short-circuited by design when no new checkpoint can be written, so the switch's wording no longer promises automatic availability. + Also notable: a patched @ai-sdk/openai-compatible fixes MCP tools with more than two parameters silently losing their arguments — the stream parser finalized a tool call as soon as the accumulated arguments first parsed as valid JSON, so providers that emit complete-JSON snapshots (e.g. OpenRouter) had all later fragments dropped. Plus a new memory-search builtin skill (querying the SQLite trajectory DB) and an MCP refactor that makes the single-client-per-process property structural instead of relying on layer memoisation. + + 本次发布的主角是 memory.disable_write —— 一个只停写、不停读的记忆开关。开启后不再写入 checkpoint、MEMORY.md、notes.md 和任务 progress.md,dream/distill 也不再自动运行;任何文件都不会被删除,内置 memory 检索工具照常可用。同一版本里我们同时修正了一处措辞:停写期间既有记忆不会自动加载——记忆内容平时是靠 checkpoint 重建进入上下文的,而停写时无法写新 checkpoint,重建会按设计短路并降级为压缩,因此开关文案不再承诺"自动可用"。 + 另一个重点:通过给 @ai-sdk/openai-compatible 打补丁,修复了参数多于两个的 MCP 工具静默丢参数的问题——流解析器一旦发现累积的 arguments 首次能解析为合法 JSON 就提前完结该工具调用,导致以完整 JSON 快照方式推流的 provider(如 OpenRouter)后续片段全部被丢弃。此外还新增 memory-search 内置技能(查询 SQLite 轨迹库),以及一次 MCP 重构:把"每进程单一 client"从依赖 layer memo 的巧合变成图上可见的结构性保证。 + Features + - memory: add the memory.disable_write switch — stop memory writes, keep reads by @wqymi in #2040 + - skill: add memory-search builtin skill — SQLite trajectory DB query guide by @JinyuXiang-Mimo in #2046, #2053 + Bug Fixes + - mcp: patch @ai-sdk/openai-compatible to stop dropping multi-arg tool calls by @YOMXXX in #2054 + - memory: stop promising memory loads itself while writing is off by @wqymi in #2071 + - agent: align subagent prompts with runtime tool schemas by @MiMoHardFather in #2039 + - session: scope diffs to requested message by @MiMoHardFather in #2055 + - tui: hide runtime-spawned agent hosts from the Sessions list by @wqymi in #2035 + - cli: normalize command output newlines by @yanyihan-xiaomi in #2041 + Refactor + - mcp: share one process-wide client layer by @wqymi in #2044 + Docs + - remove free MiMo Auto API mentions from READMEs by @MiMoHardFather in #2075 + New Contributors + - @YOMXXX made their first contribution in https://github.com/XiaomiMiMo/MiMo-Code/pull/2054 + Full Changelog: https://github.com/XiaomiMiMo/MiMo-Code/compare/v0.1.10...v0.1.11 +ReleaseNotesUrl: https://github.com/XiaomiMiMo/MiMo-Code/releases/tag/v0.1.11 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://mimo.xiaomi.com/mimocode/start +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.zh-CN.yaml b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f3acb8338a508 --- /dev/null +++ b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.locale.zh-CN.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Xiaomi.MiMoCode.Baseline +PackageVersion: 0.1.11 +PackageLocale: zh-CN +Publisher: 北京小米移动软件有限公司 +PrivacyUrl: https://privacy.mi.com/XiaomiMiMoPlatform/zh_CN/ +Author: 北京小米移动软件有限公司 +ShortDescription: 面向开发者的新一代 AI 编程助手,支持无限上下文,帮助你更高效地理解、构建与协作。 +Description: |- + MiMoCode 是一个终端原生的 AI 编程助手。它能读写代码、执行命令、管理 Git,通过持久化记忆系统,在多次会话间保持对你项目的深度理解,并自我进化。 + 内置 MiMo Auto 限时免费通道——零配置即可开始使用。也支持接入各家主流 LLM 厂商 API。 +Tags: +- mimo +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://mimo.xiaomi.com/zh/mimocode/start +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.yaml b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.yaml new file mode 100644 index 0000000000000..66d607af39dd8 --- /dev/null +++ b/manifests/x/Xiaomi/MiMoCode/Baseline/0.1.11/Xiaomi.MiMoCode.Baseline.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Xiaomi.MiMoCode.Baseline +PackageVersion: 0.1.11 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.installer.yaml b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.installer.yaml new file mode 100644 index 0000000000000..11ddede4f2180 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.18.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 58e103f9-7c07-5ccc-9a52-ce8faf14c36b +ReleaseDate: 2026-08-08 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.18.0/FlyEnv-Setup-4.18.0.exe + InstallerSha256: 695DC5747F3A1987BA28DE62112F787A0BBBEEDFA583DB127D1FAB25CEA7EC1D + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/xpf0000/FlyEnv/releases/download/v4.18.0/FlyEnv-Setup-4.18.0.exe + InstallerSha256: 695DC5747F3A1987BA28DE62112F787A0BBBEEDFA583DB127D1FAB25CEA7EC1D + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.en-US.yaml b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.en-US.yaml new file mode 100644 index 0000000000000..7dc3eb102ae2e --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.en-US.yaml @@ -0,0 +1,62 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.18.0 +PackageLocale: en-US +Publisher: pengfei xu +PublisherUrl: https://github.com/xpf0000 +PublisherSupportUrl: https://github.com/xpf0000/FlyEnv/issues +Author: Xu Pengfei +PackageName: FlyEnv +PackageUrl: https://www.macphpstudy.com/ +License: BSD-3-Clause +LicenseUrl: https://github.com/xpf0000/FlyEnv/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026, Xu Pengfei +ShortDescription: Powerful Web Server and Environment Manager +Description: |- + FlyEnv is an all-in-one Web Server / Database Server / Development environment management GUI App + In short, FlyEnv provides a complete set of operating environments. Help users develop and debug PHP/NodeJS/Java/Go/Python applications such as laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask... +Tags: +- server +ReleaseNotes: |- + FlyEnv v4.18.0 Update Release Notes + 🚀 New Features + 1. Added Neo4j Support + FlyEnv now includes a dedicated Neo4j module for installing and managing local Neo4j graph database servers. + This integration provides: + - Version Management: Download and manage Neo4j versions directly from FlyEnv + - Java Compatibility: Select and persist a compatible Java runtime for each installed Neo4j version + - Service Controls: Start and stop Neo4j instances through the standard FlyEnv service workflow + - Configuration and Logs: Edit the Neo4j configuration and inspect service startup and runtime logs + - Neo4j Browser Access: Open the local Neo4j Browser for a running instance + Issue #719 + + 2. Added PostgreSQL pgAdmin 4 Panel + PostgreSQL now includes a built-in pgAdmin 4 web management panel. When PostgreSQL is running, open the panel from the service toolbar to manage the active local database in a browser. + FlyEnv installs pgAdmin 4 on demand with the selected Python runtime, keeps its data and logs in the PostgreSQL workspace, registers the active FlyEnv PostgreSQL server, and stops the companion process together with PostgreSQL. + Issue #680 + + 3. Added MongoDB DbGate Panel + MongoDB now provides an on-demand DbGate web management panel for working with local MongoDB databases. FlyEnv installs the DbGate runtime with the selected Node.js version, stores its workspace under FlyEnv data, protects the local panel with generated credentials, reuses healthy instances, and stops DbGate with MongoDB. + + 4. Added Redis Commander Panel + Redis now includes an on-demand Redis Commander web management panel. FlyEnv installs it with the selected Node.js runtime, connects it to the running Redis instance, opens an authenticated local URL, reuses healthy instances, and cleans up the companion process when Redis stops. + + 🛠️ Improvements & Bug Fixes + 5. Fixed Site QR Code URLs + Site QR codes now encode the complete site URL, including the http:// or https:// protocol and any configured port. Scanning a code from the Hosts or Tomcat site list now opens the site as a link instead of treating the hostname as plain text. + Issue #815 + + 📦 Build & Transparency + All FlyEnv installation packages are built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links: + - Global Build History: GitHub Actions + + We welcome your continued feedback and bug reports via GitHub Issues + Enjoy the update! +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.18.0 +Documentations: +- DocumentLabel: Guide + DocumentUrl: https://www.macphpstudy.com/guide/what-is-flyenv.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.zh-CN.yaml b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e30bcd25de2f2 --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.18.0 +PackageLocale: zh-CN +Author: 徐鹏飞 +PackageUrl: https://www.macphpstudy.com/zh/ +Copyright: Copyright (c) 2026, 徐鹏飞 +ShortDescription: 功能强大的 Web 服务器和环境管理器 +Description: |- + FlyEnv 是一个集 Web 服务器/数据库服务器/开发环境管理于一体的 GUI 应用程序 + 简而言之,FlyEnv 提供了一套完整的运行环境。帮助用户开发和调试 PHP/NodeJS/Java/Go/Python 程序,如 laravel/wordpress/yii2/thinkphp/fastadmin/NestJS/SpringBoot/Gin/Beego/Django/Flask…… +Tags: +- 服务器 +ReleaseNotesUrl: https://github.com/xpf0000/FlyEnv/releases/tag/v4.18.0 +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://www.macphpstudy.com/zh/guide/what-is-flyenv.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.yaml b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.yaml new file mode 100644 index 0000000000000..e7487794fad0b --- /dev/null +++ b/manifests/x/xpf0000/FlyEnv/4.18.0/xpf0000.FlyEnv.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: xpf0000.FlyEnv +PackageVersion: 4.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.installer.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.installer.yaml new file mode 100644 index 0000000000000..8962b8df274d2 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.28.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- tutor-electron-student +ProductCode: tutor-electron-student +ReleaseDate: 2026-08-03 +Installers: +- Architecture: x86 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.28.0.22485-installer-ia32.exe + InstallerSha256: 7957A2892F4973C40DD29D7C79EA6DE26F36449A1523FE77C56D5537E921F645 +- Architecture: x64 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.28.0.22483-installer-x64.exe + InstallerSha256: 7A191BBB8C22F88EB9D08AE75BF87A50A8ECB4A8855E51DBB49762B5D7A31E3E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.en-US.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.en-US.yaml new file mode 100644 index 0000000000000..1d34f16c0dfbb --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.28.0 +PackageLocale: en-US +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: Beijing Yuanli Science and Technology Co., Ltd. +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: Proprietary +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 Yuanfudao +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: Live streaming tutoring for elementary and middle school students +Description: Yuanfudao, the core product of Yuanfudao Online Education Organisation, provides online interactive teaching of elementary and junior secondary subjects. With immersive experience, it aims to boost education with technology. Through the Yuanfudao client, primary and middle school students can receive remote tutoring. With the technical support of the Yuanfudao client, students can participate in real-time interactions, take tests, and receive assistance in reading and answering questions from assistant tutors. +Tags: +- broadcasting +- class +- classroom +- course +- education +- learn +- lecture +- lesson +- live-streaming +- livestreaming +- prc +- screencasting +- streaming +- study +- teach +- teaching +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ea26ab01e92e2 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.28.0 +PackageLocale: zh-CN +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: 北京猿力科技有限公司 +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: 专有软件 +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 猿辅导 +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: 中小学生全科在线辅导直播课 +Description: 猿辅导网课,猿辅导在线教育旗下核心产品,提供小学、初中多科在线互动教学,沉浸体验,以科技助力教育。通过猿辅导客户端,中小学生可以在家享受教师直播在线辅导。基于猿辅导客户端提供的技术支持,学生可以参与实时互动、完成题目测试以及享受助教伴读答疑服务。 +Tags: +- 公开课 +- 学习 +- 授课 +- 推流 +- 教学 +- 教室 +- 教育 +- 直播 +- 讲堂 +- 讲座 +- 讲授 +- 讲课 +- 课堂 +- 课程 +ReleaseNotes: '- 优化了一些细节' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.yaml new file mode 100644 index 0000000000000..b76c959eba971 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.28.0/Yuanfudao.Yuanfudao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.28.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.installer.yaml b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.installer.yaml new file mode 100644 index 0000000000000..0fb0bc1344a74 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.7.5 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- zcode +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: 268ce9e6-a30b-5890-ad18-d4b3ebba5377 +ReleaseDate: 2026-08-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.7.5/windows-x64/ZCode-3.7.5-win-x64.exe + InstallerSha256: C32B7DEA061E511C2D3136FBA20E6D9291FB08B717D538A2BC1ADEB6FEE30527 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://cdn-zcode.z.ai/zcode/electron/releases/3.7.5/windows-x64/ZCode-3.7.5-win-x64.exe + InstallerSha256: C32B7DEA061E511C2D3136FBA20E6D9291FB08B717D538A2BC1ADEB6FEE30527 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.en-US.yaml b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.en-US.yaml new file mode 100644 index 0000000000000..669360b27055f --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.7.5 +PackageLocale: en-US +Publisher: Z.AI +PublisherUrl: https://z.ai/ +Author: Beijing Zhipu Huazhang Technology Co., Ltd. +PackageName: Z Code +PackageUrl: https://zcode-ai.com/ +License: Proprietary +Copyright: © 2026 Z Code. All rights reserved. +ShortDescription: Z Code combines the best AI agents with your existing tools so you can plan, code, review, and deploy without friction. +Description: Z Code is a lightweight AI code editor designed to address the high operational barrier of command-line AI programming tools (such as Claude Code, Codex, Gemini, etc.). By providing a unified and user-friendly visual desktop interface, it seamlessly integrates the capabilities of these Agents, allowing smooth switching and experience across multiple Agent programming tools with just one API key. Additionally, it offers a series of features including secure file version management, efficient code review, task agents, MCP protocol management, and more, delivering you an all-in-one AI-assisted development experience. +Tags: +- agent +- agentic +- ai +- chatbot +- claude-code +- code +- codex +- coding +- gemini-cli +- large-language-model +- llm +- programming +Documentations: +- DocumentLabel: Document + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.zh-CN.yaml b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d488693ebc136 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.locale.zh-CN.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.7.5 +PackageLocale: zh-CN +Author: 北京智谱华章科技有限公司 +License: 专有软件 +ShortDescription: Z Code 将最佳的 AI 代理与您现有的工具相结合,让您能够顺畅地进行规划、编码、审查和部署。 +Description: Z Code 是一款轻量级的 AI 代码编辑器,旨在解决命令行 AI 编程工具(如 Claude Code、Codex、Gemini 等)操作门槛高的问题。它通过提供一个统一、友好的可视化桌面,将这些 Agent 的能力无缝集成,仅使用一个 api key 就能丝滑切换体验多个 Agent 编程工具。此外,还提供安全的文件版本管理、高效代码审查、任务 Agent、MCP 协议管理等一系列特性,为你打造一站式的 AI 辅助开发体验。 +Tags: +- claude-code +- codex +- gemini-cli +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + 新功能 + - 记忆页支持按项目浏览,并可在设置中查看项目记忆。 + - 任务工作台支持按分组拆分。 + - 支持通过 @ 引用插件、文件和会话。 + - 闲时任务支持使用配置了自定义模型的子智能体。 + - 自动化任务支持自定义分钟间隔。 + - 子智能体新增思考强度设置。 + 问题修复 + - 优化记忆页导航、图标、操作布局和预览稳定性。 + - 修复对话跳转在历史变化后的定位问题。 + - 修复项目任务分组拖拽的预览和定位问题。 + - 优化状态面板、对话区和长标题在不同窗口尺寸下的显示。 + - 提升搜索历史、时间戳、工作时长和提示文字的可读性。 + - 优化文档、演示文稿和文件预览的显示与刷新。 + - 修复图片附件缓存导致预览异常的问题。 + - 修复自动化任务模型和目标显示异常。 + - 修复排队消息可能乱序或提前发送的问题。 + - 修复切换运行环境后模型选择丢失的问题。 + - 修复远程工作区重连时会话空白或丢失。 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://zhipu-ai.feishu.cn/wiki/VpgrwtBcyiU59zk9fMEcm2sFnee +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.yaml b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.yaml new file mode 100644 index 0000000000000..acdd408cdffd9 --- /dev/null +++ b/manifests/z/ZhipuAI/ZCode/3.7.5/ZhipuAI.ZCode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: ZhipuAI.ZCode +PackageVersion: 3.7.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0