Skip to content

Commit b797db9

Browse files
authored
New version: RightNow-AI.OpenFang version 0.6.3 (microsoft#367452)
1 parent ff484f2 commit b797db9

4 files changed

Lines changed: 107 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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: RightNow-AI.OpenFang
5+
PackageVersion: 0.6.3
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: openfang.exe
10+
Commands:
11+
- openfang
12+
ReleaseDate: 2026-05-01
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.6.3/openfang-x86_64-pc-windows-msvc.zip
16+
InstallerSha256: F170A667DE7C2C7B1F901EC7C09F96F35A6F2A4EDE536E9E55ADA7FDC732DF29
17+
Dependencies:
18+
PackageDependencies:
19+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
20+
- Architecture: arm64
21+
InstallerUrl: https://github.com/RightNow-AI/openfang/releases/download/v0.6.3/openfang-aarch64-pc-windows-msvc.zip
22+
InstallerSha256: 5C8CE4E146B0EB79C7E403BEA3D06E300F3B8BA1F242BC5C9E05936FAD63EC8F
23+
Dependencies:
24+
PackageDependencies:
25+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
26+
ManifestType: installer
27+
ManifestVersion: 1.12.0
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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: RightNow-AI.OpenFang
5+
PackageVersion: 0.6.3
6+
PackageLocale: en-US
7+
Publisher: RightNow AI, Inc.
8+
PublisherUrl: https://www.rightnowai.co/
9+
PublisherSupportUrl: https://github.com/RightNow-AI/openfang/issues
10+
PrivacyUrl: https://www.rightnowai.co/privacy-policy
11+
Author: RightNow AI, Inc.
12+
PackageName: OpenFang
13+
PackageUrl: https://www.openfang.sh/
14+
License: MIT
15+
LicenseUrl: https://github.com/RightNow-AI/openfang/blob/HEAD/LICENSE-MIT
16+
Copyright: Copyright (c) 2026 OpenFang Contributors
17+
ShortDescription: Open-source Agent Operating System
18+
Description: |-
19+
OpenFang is an open-source Agent Operating System — not a chatbot framework, not a Python wrapper around an LLM, not a "multi-agent orchestrator." It is a full operating system for autonomous agents, built from scratch in Rust.
20+
Traditional agent frameworks wait for you to type something. OpenFang runs autonomous agents that work for you — on schedules, 24/7, building knowledge graphs, monitoring targets, generating leads, managing your social media, and reporting results to your dashboard.
21+
Tags:
22+
- agent
23+
- agentic
24+
- ai
25+
- chatbot
26+
- claw
27+
- large-language-model
28+
- llm
29+
ReleaseNotes: |-
30+
This release resolves 4 bugs across LLM drivers, channels, and kernel hot-reload, plus a CI tooling bump. 2540 tests passing, zero clippy warnings, zero regressions.
31+
LLM Drivers
32+
- #1098 Reasoning models retain state across turns. Thinking blocks are now parsed, persisted, and replayed across all three drivers (Anthropic with thinking_signature, Gemini reasoning, OpenAI o1/o3). Round-trip tests added. Models like Claude Sonnet extended thinking, Gemini 2.5 Flash, DeepSeek R1, Qwen, GPT o1 no longer lose reasoning state between turns.
33+
Channels
34+
- #1103 Slack envelope_id deduplication. Socket Mode events now dedup against a 60s TTL cache (10000-entry soft cap). Connection rotation no longer causes double-processing of the same event.
35+
- #1133 Telegram REACTION_TOO_MANY removed from terminal-error list. The transient rate-limit reaction error is no longer cached as permanent rejection. Future reactions land once the cap clears.
36+
Kernel
37+
- #1129 Subprocess timeout hot-reload. Edits to subprocess_timeout_secs in default_model and fallback_providers now propagate without restart. Follow-up to #1128 in v0.6.1.
38+
CI
39+
- #1061 softprops/action-gh-release bumped from v2 to v3 (Node 24 runtime).
40+
Stats
41+
- 2540 tests passing (+23 from v0.6.2)
42+
- Zero clippy warnings (--workspace --all-targets)
43+
- Zero regressions
44+
Full Changelog: https://github.com/RightNow-AI/openfang/compare/v0.6.2...v0.6.3
45+
ReleaseNotesUrl: https://github.com/RightNow-AI/openfang/releases/tag/v0.6.3
46+
Documentations:
47+
- DocumentLabel: Documentation
48+
DocumentUrl: https://www.openfang.sh/docs
49+
ManifestType: defaultLocale
50+
ManifestVersion: 1.12.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: RightNow-AI.OpenFang
5+
PackageVersion: 0.6.3
6+
PackageLocale: zh-CN
7+
ShortDescription: 开源智能体操作系统
8+
Description: |-
9+
OpenFang 是一个开源的智能体操作系统——不是聊天机器人框架,不是围绕大语言模型的 Python 包装器,也不是“多智能体协调器”。它是一个从零开始用 Rust 构建的完整自主智能体操作系统。
10+
传统的智能体框架需要等待你输入指令。而 OpenFang 运行的自主智能体可以持续为你工作——按计划全天候运行,构建知识图谱、监控目标、生成线索、管理社交媒体,并将结果汇报到你的仪表盘。
11+
Tags:
12+
- 人工智能
13+
- 大语言模型
14+
- 智能体
15+
- 聊天机器人
16+
- 自主智能
17+
- 龙虾
18+
Documentations:
19+
- DocumentLabel: 文档
20+
DocumentUrl: https://www.openfang.sh/docs
21+
ManifestType: locale
22+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: RightNow-AI.OpenFang
5+
PackageVersion: 0.6.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)