Download Latest Version v1.8 source code.tar.gz (10.5 MB)
Email in envelope

Get an email when there's a new version of Agent Zero

Home / v1.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-08 1.2 kB
v1.8 source code.tar.gz 2026-04-08 10.5 MB
v1.8 source code.zip 2026-04-08 11.4 MB
Totals: 3 Items   21.9 MB 13

Agent Zero – Release Notes

Key highlights: skill selector UI, memory hardening, and tool-arg validation fixes.

  • Built-in Skills Selector – A new plugin accessible from the chat input + menu lets you browse and activate available skills directly in the current context or project. Default configs now allow skills to be active from the start, saving time and tokens on setup.

  • Memory hardening – FAISS index integrity is now verified via a SHA-256 sidecar file (index.faiss.sha256), written on every save. Filter evaluation in memory_load is hardened with an allowlist, length cap, and restricted simple_eval execution. Consolidation scoring now uses real relevance scores with best-score deduplication by memory ID. Input history is truncated before sending to the utility model to prevent context overflows.

  • Tool argument validation fixvalidate_tool_request previously crashed on any tool call that passed an empty tool_args dict (e.g. scheduler list_tasks, health checks) because an empty dict is falsy. The check is now a proper key-existence test, restoring correct behaviour for all no-argument tool calls.

Source: README.md, updated 2026-04-08