Skip to content

v0.2.0 — MPL-2.0 open source

Choose a tag to compare

@jozer-rami jozer-rami released this 13 Jul 05:43
· 31 commits to e805f4706a3465e45646e35508826931d69835f5 since this release

evenfire is now open source under MPL-2.0 🎉

The provisional "Apache-2.0 + additional use grant" license is replaced by the Mozilla Public License 2.0 — OSI-approved, file-level copyleft, no additional restrictions. Use it, modify it, self-host it, build commercial products on it. (This supersedes v0.1.0, whose tarball still carried the old license text.)

Getting started, rebuilt

  • minikube-first onboarding: make minikube-setup stands up the full platform — operators, deny-all NetworkPolicies, JWT chain, seeded agent — in one idempotent command. The Docker Compose quickstart is gone.
  • Provider auto-inference: setup now infers CLERUM_MODEL_PROVIDER from your single *_API_KEY, fails loudly on ambiguity, and defaults the model per provider — the #1 "my agent won't reply" footgun is fixed in code.
  • Capability tour in the README: everything agents can do — shell/HTTP/browser/desktop tools with approval flags, PDF/Office/chart generation, MCP connectors, memory and recall, cron scheduling, workflows — each claim tied to the code that ships it, including the exact approval-flow wire format.

Docs & trust

  • Diátaxis docs tree (get-started / how-to / concepts / FAQ / llms.txt)
  • All six mcp-servers/ connectors documented with an honest status column
  • Deep architecture: services & ports, token flows, L0–L3 NetworkPolicy layers
  • Public claims-guardrails and a committed docs roadmap
  • 10,000+ unit test cases across ~880 files; 268 E2E tests on real minikube + Calico

🤖 Generated with Claude Code