github RightNow-AI/openfang v0.2.5

latest releases: v0.2.7, v0.2.6
9 hours ago

Fixes

  • Rate limit fallback — rate-limited/overloaded providers now fall through to next model in the fallback chain instead of retrying the same provider 3 times (#160)
  • Clear agent historyDELETE /api/agents/{id}/history clears all sessions + canonical memory (#159)
  • Model prefix normalizationopenrouter/deepseek/deepseek-chat stored as model=deepseek/deepseek-chat, provider=openrouter (#108)
  • Budget config override — global [budget] in config.toml now overrides default per-agent limits on spawn/restore (#150)
  • Per-agent budget APIPUT /api/budget/agents/{id} for runtime budget limit updates
  • default_model on restart — changing [default_model] in config.toml now applies to existing agents on daemon restart (#151)
  • CLI agent setopenfang agent set <id> model <value> command (#86)

Features

  • Agent Comms UI — topology tree, live event feed (SSE), send message + post task modals in dashboard and TUI
  • Peer awareness — agents see sibling agents in system prompt and can use agent_send/agent_list
  • Uninstall commandopenfang uninstall with --keep-config, Windows PATH cleanup, deferred self-delete

Stats

  • 1,828 tests passing
  • 0 clippy warnings
  • 12 files changed, 807 insertions

Don't miss a new openfang release

NewReleases is sending notifications on new releases.