You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: exclude archived learnings from free tier search and log (v1.3.1)
- keywordSearch now filters is_active !== false before BM25 scoring
- log free tier path now includes is_active: eq.true filter
- Removed uninstall line from init success footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.3.1] - 2026-02-22
11
+
12
+
### Fixed
13
+
-**Archived learnings excluded from free tier search/log**: `keywordSearch` and `log` on the free tier (local JSON storage) now filter out `is_active === false` learnings, matching pro tier behavior.
14
+
15
+
### Changed
16
+
-**Removed uninstall line from init success footer**: Cleaner post-install output.
0 commit comments