File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.6.0 ] - 2026-01-22
99
1010### Added
11+ - ** Knowledge Memory Service** (` packages/memory ` ) - A lightweight MCP-based memory service for AI agents
12+ - Store and retrieve actionable knowledge using SQLite with FTS5 full-text search
13+ - ** Core Features** :
14+ - 🔍 ** Full-Text Search** - FTS5 with BM25 ranking
15+ - 🏷️ ** Tag-Based Filtering** - Boost results by contextTags
16+ - 📁 ** Scoped Knowledge** - global, project, or repo-specific rules
17+ - 🔄 ** Deduplication** - Prevents duplicate content
18+ - ** CLI Integration** : New ` memory ` command family
19+ - ` ai-devkit memory store ` - Store new knowledge items
20+ - ` ai-devkit memory search ` - Search for relevant knowledge
1121- ** Global Setup Command** - New ` ai-devkit setup --global ` command for installing commands globally
1222 - Copy AI DevKit commands to global environment folders
1323 - Support for Antigravity (` ~/.gemini/antigravity/global_workflows/ ` ) and Codex (` ~/.codex/prompts/ ` )
You can’t perform that action at this time.
0 commit comments