v0.1.3

RightNow-AI/openfangv0.1.3Feb 26, 2026by jaberjaber23

AI Summary

Initial release featuring dashboard theming, Windows ARM64 support, and comprehensive cron delivery system fixes.

Key Highlights

  • Dashboard theme switcher (Light/System/Dark with OS sync)
  • Windows ARM64 release target for Snapdragon X Elite
  • Cron delivery system now has full kernel tool access
  • Cron response delivery to Channel, LastChannel, or Webhook
  • Closed 6 community issues

New Features

  • 3-mode dashboard theme switcher with localStorage persistence
  • Windows ARM64 native builds
  • Cron delivery system with full tool access
  • Cron response routing to multiple targets

Full Release Notes

## 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
- 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)**:
```bash
curl -sSf https://openfang.sh/install | sh
```

**Docker (build from source)**:
```bash
git clone https://github.com/RightNow-AI/openfang.git
cd openfang && docker compose up --build
```