v0.1.6
Features
- Auto-reload router config on direct file edits. Editing
~/.agentic/config.yamlby hand now applies to running sessions within ~2s — no restart, no manual/agentic/reload. Previously onlyagentic config sethot-reloaded; a hand edit left the leader serving stale config (this caused aglm52model-id 404 storm in the field). The leader polls the file mtime; followers are covered by proxying to the leader. A bad/half-typed edit is skipped and retried on the next change, so it can never take the router down.
Full diff: #3
Running sessions keep the old router in-process — run agentic update and restart agentic sessions to pick this up.