Skip to content

Commit 3710e7e

Browse files
authored
New version: ZeroClawLabs.ZeroClaw version 0.5.2 (microsoft#350337)
1 parent 9a48334 commit 3710e7e

File tree

4 files changed

+141
-0
lines changed

4 files changed

+141
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: ZeroClawLabs.ZeroClaw
5+
PackageVersion: 0.5.2
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: zeroclaw.exe
10+
Commands:
11+
- zeroclaw
12+
Dependencies:
13+
PackageDependencies:
14+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
15+
ReleaseDate: 2026-03-20
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.5.2/zeroclaw-x86_64-pc-windows-msvc.zip
19+
InstallerSha256: D4039550037B99956E02484580F37951BBE3C5C04C4F11B14ECA6D28C5989AC1
20+
ManifestType: installer
21+
ManifestVersion: 1.12.0
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: ZeroClawLabs.ZeroClaw
5+
PackageVersion: 0.5.2
6+
PackageLocale: en-US
7+
Publisher: ZeroClaw Labs
8+
PublisherUrl: https://www.zeroclawlabs.ai/
9+
PublisherSupportUrl: https://github.com/zeroclaw-labs/zeroclaw/issues
10+
PackageName: ZeroClaw
11+
PackageUrl: https://www.zeroclawlabs.ai/
12+
License: MIT or Apache-2.0
13+
LicenseUrl: https://github.com/zeroclaw-labs/zeroclaw#license
14+
Copyright: © 2026 ZeroClaw Labs. All rights reserved.
15+
ShortDescription: "Fast, small, and fully autonomous AI assistant framework — deploy anywhere, swap anything \U0001F980"
16+
Description: |-
17+
ZeroClaw is the runtime framework for agentic workflows — infrastructure that abstracts models, tools, memory, and execution so agents can be built once and run anywhere.
18+
✨ Features
19+
- 🏎️ Lean Runtime by Default: Common CLI and status workflows run in a few-megabyte memory envelope on release builds.
20+
- 💰 Cost-Efficient Deployment: Designed for low-cost boards and small cloud instances without heavyweight runtime dependencies.
21+
- ⚡ Fast Cold Starts: Single-binary Rust runtime keeps command and daemon startup near-instant for daily operations.
22+
- 🌍 Portable Architecture: One binary-first workflow across ARM, x86, and RISC-V with swappable providers/channels/tools.
23+
- 🔍 Research Phase: Proactive information gathering through tools before response generation — reduces hallucinations by fact-checking first.
24+
Why teams pick ZeroClaw
25+
- Lean by default: small Rust binary, fast startup, low memory footprint.
26+
- Secure by design: pairing, strict sandboxing, explicit allowlists, workspace scoping.
27+
- Fully swappable: core systems are traits (providers, channels, tools, memory, tunnels).
28+
- No lock-in: OpenAI-compatible provider support + pluggable custom endpoints.
29+
Tags:
30+
- agent
31+
- agentic
32+
- ai
33+
- chatbot
34+
- claw
35+
- large-language-model
36+
- llm
37+
ReleaseNotes: |-
38+
What's New
39+
- channel: add /stop command to cancel in-flight tasks
40+
- channel: add interrupt_on_new_message support for Discord
41+
- channel: add interrupt_on_new_message support for Mattermost
42+
- channels: add TTS voice reply support to Telegram channel
43+
- security: inject security policy summary into LLM system prompt
44+
- skills: add read_skill for compact mode
45+
- slack: add thread_replies channel option
46+
- tools: add calculator tool with arithmetic and statistical functions
47+
- upgrade MiniMax default model to M2.7
48+
Contributors
49+
- Alix-007
50+
- Anatolii
51+
- Argenis
52+
- argenis de la rosa
53+
- Claude
54+
- Claude Opus 4.6
55+
- Claude Opus 4.6 (1M context)
56+
- Darren.Zeng
57+
- Dmitrii Mukhutdinov
58+
- Eddie's AI Agent
59+
- Giulio V
60+
- guoraymon
61+
- linyibin
62+
- Martin
63+
- Nim G
64+
- Octopus
65+
- Reaster
66+
- RoomWithOutRoof
67+
- SpaceLobster
68+
- Tim
69+
- Tim Stewart
70+
- vincent067
71+
- wangyingtao.10
72+
- 李龙 0668001470
73+
74+
Full changelog: v0.5.1...v0.5.2
75+
ReleaseNotesUrl: https://github.com/zeroclaw-labs/zeroclaw/releases/tag/v0.5.2
76+
Documentations:
77+
- DocumentLabel: Documentation
78+
DocumentUrl: https://www.zeroclawlabs.ai/docs
79+
ManifestType: defaultLocale
80+
ManifestVersion: 1.12.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: ZeroClawLabs.ZeroClaw
5+
PackageVersion: 0.5.2
6+
PackageLocale: zh-CN
7+
ShortDescription: "快速、小巧且完全自主的 AI 助手框架——可部署于任意位置,随意替换任何组件 \U0001F980"
8+
Description: |-
9+
ZeroClaw 是用于智能体工作流的运行时框架——一种抽象了模型、工具、记忆和执行的基础设施,使智能体能够一次构建,随处运行。
10+
✨ 特性
11+
- 🏎️ 默认轻量运行时:常见的 CLI 和状态工作流在发布版本中仅占用几兆内存。
12+
- 💰 成本高效的部署:专为低成本开发板和小型云实例设计,无需沉重的运行时依赖。
13+
- ⚡ 极快的冷启动:单一二进制的 Rust 运行时,使命令和守护进程的启动接近瞬间完成,适合日常操作。
14+
- 🌍 可移植架构:支持 ARM、x86 和 RISC-V 的单一二进制优先工作流,支持可替换的供应商/通道/工具。
15+
- 🔍 研究阶段:在生成响应之前,通过工具主动收集信息——通过先行事实核查减少幻觉。
16+
团队选择 ZeroClaw 的原因
17+
- 默认轻量:小巧的 Rust 二进制文件,快速启动,低内存占用。
18+
- 设计安全:配对机制、严格沙箱、明确的允许列表、工作区范围限制。
19+
- 完全可替换:核心系统均为 trait(供应商、通道、工具、记忆、隧道)。
20+
- 无厂商锁定:支持兼容 OpenAI 的供应商,以及可插拔的自定义端点。
21+
Tags:
22+
- 人工智能
23+
- 大语言模型
24+
- 智能体
25+
- 聊天机器人
26+
- 自主智能
27+
- 龙虾
28+
Documentations:
29+
- DocumentLabel: 文档
30+
DocumentUrl: https://www.zeroclawlabs.ai/docs
31+
ManifestType: locale
32+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: ZeroClawLabs.ZeroClaw
5+
PackageVersion: 0.5.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)