๐ claude-hooks v1.8.3 โ highlights since v1.1.0.
๐ง /consultants v2 โ agentic council, matured.
๐ tool_executor โ PLANโREPORT lane runs read_file / grep / glob over the codebase before the researcher speaks; claims grounded in tool output, not vibes.
โ๏ธโ coder โ sandboxed write_file role with per-language model routing (50KB/file, 1MB/lane caps).
๐ก๏ธ CitationLinter โ three-layer verifier at the researcher boundary; every
path:line claim checked against an mtime-cached code_graph. Catches fabricated filenames before they launder through critics + synthesizer.๐พ M14 cross-session memory (default on).
LangGraph BaseStore wired across four namespaces: research / tool_results / project / user. Per-namespace TTL: research=30d, tool_results=24h, project+user=forever. Hourly Caliber-style distillation reaper summarizes
expiring research into the durable project namespace BEFORE deletion โ episodic โ semantic, like human consolidation. Originals only dropped after a successful summary write.
๐ sqlite_vec โ full pgvector parity (v1.7).
Hybrid recall via RRF over vector cosine + BM25 (FTS5). KG surface: kg_create_entities / kg_add_observations / kg_create_relations / kg_search_nodes. Bundled sqlite-vec-mcp launcher went 3โ8 tools so Cursor / Codex /
OpenWebUI / Claude Desktop share the same .db. Lazy schema migration carries v1.6.x dbs in place, non-destructive.
๐งฉ llamafile chat + embed (v1.4 + v1.5).
HyDE / reflect / consolidate / get-advice / consultants route to a daemon-supervised local llamafile via the
llamafile:// model prefix. Multi-instance LRU, per-label idle reap, sticky CPU fallback. Stack runsoffline now.
๐ง Linux / macOS / Windows. PostgreSQL OR SQLite. Local OR cloud LLMs.
๐ github.com/mann1x/claude-hooks