From 02c14acddbe104d034fd244872fb99fc8a932b0e Mon Sep 17 00:00:00 2001 From: phernandez Date: Mon, 29 Dec 2025 16:46:26 -0600 Subject: [PATCH] docs: add CHANGELOG entry for v0.17.2 Signed-off-by: phernandez --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678a16fe..a5f34c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## v0.17.2 (2025-12-29) + +### Bug Fixes + +- Allow recent_activity discovery mode in cloud mode + ([`0bcda4a`](https://github.com/basicmachines-co/basic-memory/commit/0bcda4a)) + - Add `allow_discovery` parameter to `resolve_project_parameter()` + - Tools like `recent_activity` can now work across all projects in cloud mode + - Fix circular import in project_context module + +### Internal + +- Optimize release workflow by running lint/typecheck only (skip full tests) + ([`0b5425f`](https://github.com/basicmachines-co/basic-memory/commit/0b5425f)) + ## v0.17.1 (2025-12-29) ### Bug Fixes