Skip to content

Commit d525d44

Browse files
committed
release: v0.5.1 — bug fixes for copilot FK, install path, CI caching
1 parent 8846aee commit d525d44

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.5.1] - 2026-03-09
2+
3+
### Fixed
4+
5+
- fix: add missing cline and copilot to default agents seed
6+
- fix(install): remove temp HOME isolation breaking PATH dependencies
7+
8+
### Performance
9+
10+
- perf: add caching and optimize Bun install for faster CI workflows
11+
12+
---
13+
114
## [0.5.0] - 2026-03-09
215

316
### Added

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.0",
3+
"version": "0.5.1",
44
"description": "Smriti - Unified memory layer across all AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)