v0.27.0
·
606 commits
to fd04695aa66366efee23bc2059b762fc00214904
since this release
0.27.0 (2026-06-17)
Features
- add remove-repo CLI command and daemon RPC (f9f0bac)
- cli: add remove-project and prune-stale commands (cc7682a)
- cli: add remove-repo command (f0ad081)
- client: add remove_project and prune_stale methods (0555361)
- client: add remove_repo method (1e1d8db)
- daemon: implement RemoveProject and PruneStale handlers (7723612)
- daemon: implement RemoveRepo RPC handler (29c3fdc)
- mcp: add brain_remove_source and prune_stale tools (f46ca49)
- proto: add RemoveProject and PruneStale RPCs (71a4126)
- proto: add RemoveRepo RPC message and service method (5f72262)
Bug Fixes
- clippy/fmt fixes + docs for remove-project, prune-stale, brain_remove_source (020254b)