Skip to content

Commit 0f6bc53

Browse files
committed
release: v0.6.0 — ingest force, sidecar search, cost & insights
1 parent a41dcd2 commit 0f6bc53

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.6.0] - 2026-03-09
2+
3+
### Added
4+
5+
- feat(ingest): `--force` flag for re-ingesting sessions (deletes sidecars, re-extracts)
6+
- feat(db): sidecar content searchable via unified FTS — artifacts, thinking blocks, attachments, voice notes
7+
- feat(insights): cost & usage analytics module with CLI commands (`smriti insights`)
8+
9+
### Database
10+
11+
- New tables: `smriti_artifacts`, `smriti_thinking`, `smriti_attachments`, `smriti_voice_notes`
12+
- FTS migration to v2 includes sidecar content
13+
14+
---
15+
116
## [0.5.1] - 2026-03-09
217

318
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smriti",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Smriti - Unified memory layer across all AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)