Skip to content

v0.1.6

Choose a tag to compare

@MaorBril MaorBril released this 21 Jul 20:16
358eadc

Features

  • Auto-reload router config on direct file edits. Editing ~/.agentic/config.yaml by hand now applies to running sessions within ~2s — no restart, no manual /agentic/reload. Previously only agentic config set hot-reloaded; a hand edit left the leader serving stale config (this caused a glm52 model-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.