We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8846aee commit d525d44Copy full SHA for d525d44
2 files changed
CHANGELOG.md
@@ -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
14
## [0.5.0] - 2026-03-09
15
16
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "smriti",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Smriti - Unified memory layer across all AI agents",
"type": "module",
"bin": {
0 commit comments