We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f132f commit 0aa71ecCopy full SHA for 0aa71ec
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.5.8 (2026-04-29)</small>
2
+
3
+* feat(memory): inject persistent markdown into prompt assembly + normalize Postgres DDL ([0d27268](https://github.com/framersai/agentos/commit/0d27268))
4
5
## <small>0.5.7 (2026-04-29)</small>
6
7
* feat(memory-router): productionize ReaderRouter primitive ([162d7ab](https://github.com/framersai/agentos/commit/162d7ab))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.5.7",
+ "version": "0.5.8",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments