We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73cb557 + d3498ae commit 1dceecdCopy full SHA for 1dceecd
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## <small>0.5.2 (2026-04-26)</small>
2
+
3
+* Merge remote-tracking branch 'origin/master' ([297ec9e](https://github.com/framersai/agentos/commit/297ec9e))
4
+* fix(memory/typed-network): tolerant observer parsing for gpt-5-mini extraction ([7ee0ff5](https://github.com/framersai/agentos/commit/7ee0ff5))
5
6
## <small>0.5.1 (2026-04-26)</small>
7
8
* feat(memory): re-export typed-network primitives from memory barrel ([f597978](https://github.com/framersai/agentos/commit/f597978))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments