v0.28.0
·
625 commits
to 6655cd26c334131d51bee7d5d4fec23702bc9b0f
since this release
0.28.0 (2026-06-18)
Features
- daemon: eliminate all stop_daemon_if_running calls (ec6d2c2)
- enrich brain_guide/admin instructions with tool-routing table, add staleness warnings and token hints (f5db6f7)
Bug Fixes
- bump gRPC message size limit from 64MB to 256MB (fixes export cypher) (6306a48)
- ci: set NESTWEAVER_NO_DAEMON=1 for E2E tests (2cb77a4)
- cli: add daemon RPCs for list-repos/services/projects/search/symbol (55f2b50)
- cli: graceful daemon fallback for ui/watch, fix collapsible-if clippy warnings (9790a5e)
- cli: guard --no-daemon for testing, route brain-remove/snapshot through daemon (6450281)
- cli: guard --no-daemon in MCP server command consistently (32f8472)
- cli: route 10 read commands through daemon, improve lock error message (5486618), closes #63
- cli: route all 5 json-gated commands through daemon unconditionally (8cb5152)
- cli: route context/cross-repo-refs/generate-guide/cluster through daemon (7f8377a)
- cli: route export and ui commands through daemon stop/restart (9063194)
- cli: route remove-repo/remove-project resolution through daemon RPCs (800f549)
- cli: route repo-map/suggest-links/detect-implicit-projects/pr-impact through daemon (8a57a4c)
- cli: route watch/export/ui through daemon (zero bypasses remaining) (4bda18b)
- route CLI read commands through daemon (fixes #63) (d71c53f)
- web: commit AppState Arc<TantivyIndex> refactor (fixes CI build) (6274f31)