Skip to content

OpenFang v0.1.3

Choose a tag to compare

@jaberjaber23 jaberjaber23 released this 26 Feb 23:17
· 412 commits to main since this release

What's New

Features

  • Dashboard theme switcher — 3-mode pill (Light / System / Dark) with OS preference sync and localStorage persistence
  • Windows ARM64 release target — native builds for Snapdragon X Elite devices

Fixes

  • Cron delivery system — agent turns triggered by cron/channels/events now have full kernel tool access (cron_create, agent_send, etc.)
  • Cron tool schema — action tag now matches serde (kind instead of action), so LLMs generate correct JSON
  • Cron response delivery — routes agent responses to Channel, LastChannel (KV-persisted), or Webhook targets
  • WhatsApp gateway — Node 25 compat ("type": "commonjs", removed import.meta.url)
  • openfang stop — now waits for daemon to exit, force-kills if needed, cleans up daemon.json

Community

Installation

CLI (Linux/macOS):

curl -sSf https://openfang.sh/install | sh

Docker (build from source):

git clone https://github.com/RightNow-AI/openfang.git
cd openfang && docker compose up --build