OpenFang v0.1.3
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 (
kindinstead ofaction), 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", removedimport.meta.url) openfang stop— now waits for daemon to exit, force-kills if needed, cleans up daemon.json
Community
- Closed 6 issues (#2, #13, #14, #15, #16, #18)
- Reviewed and rebuilt 4 community PR ideas in-house (#9, #17, #20, #21)
Installation
CLI (Linux/macOS):
curl -sSf https://openfang.sh/install | shDocker (build from source):
git clone https://github.com/RightNow-AI/openfang.git
cd openfang && docker compose up --build