Skip to content

Commit f58bb33

Browse files
committed
Update changelog
1 parent 25fda38 commit f58bb33

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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/`)

0 commit comments

Comments
 (0)