You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 history — DELETE /api/agents/{id}/history clears all sessions + canonical memory (#159)
Model prefix normalization — openrouter/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 API — PUT /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 set — openfang 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 command — openfang uninstall with --keep-config, Windows PATH cleanup, deferred self-delete