We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8149f commit 4cf4cf2Copy full SHA for 4cf4cf2
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.189 (2026-04-08)</small>
2
+
3
+* fix: resolve CI lint failures (unused imports, require() style) ([a52a73f](https://github.com/framersai/agentos/commit/a52a73f))
4
5
## <small>0.1.188 (2026-04-08)</small>
6
7
* feat: add optional reranker stage to CognitiveMemoryManager.retrieve() ([ee11490](https://github.com/framersai/agentos/commit/ee11490))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.188",
+ "version": "0.1.189",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments