Release v0.18.0#1055
Merged
Merged
Conversation
itomek-amd
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this matters
v0.18.0 ships agent memory v2 (hybrid-search second brain with LLM extraction and observability dashboard), ChatAgent split into three composable agents (Chat/FileIO/DocumentQA), parallel tool calls, and a Telegram adapter scaffold — plus fixes the RAG-on-PDF timeout with Gemma 4 that broke document Q&A since v0.17.6 and adds CI gates that enforce RAG quality baselines on every future PR.
Full notes:
docs/releases/v0.18.0.mdx.What's New
ChatAgent,FileIOAgent, andDocumentQAAgentreplace the monolithic class; each composable viatools=. Backward-compatible shim preserved.tool_callsfrom a single LLM turn are executed concurrently, cutting round-trips for multi-tool workflows.gaia telegram start|stop|status, per-user session isolation,[telegram]extras. Phase 1 (message handling + allowed-users gate) tracked in #889.FileSearchToolsMixin, web browsing tool, and scratchpad mixin inKNOWN_TOOLS; write tools checkallowed_pathsbefore dispatch.Bug Fixes
send_commandhung (#1026, closes #1022) — Read timeout applied to persistent-connection servers.gaia chat initin post-install banner (#1029, closes #1024) — Replaced with the correctgaia init.keyring.Tooling & Docs
allowed_non_write_users: "*"with prompt-injection mitigations documented.CLAUDE.mdrequiresgaia eval agentfor LLM-affecting changes.Release checklist
util/validate_release_notes.py docs/releases/v0.18.0.mdx --tag v0.18.0passessrc/gaia/version.py→0.18.0src/gaia/apps/webui/package.json→0.18.0docs/docs.json→v0.18.0 · Lemonade 10.2.0