|
| 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 |
0 commit comments