We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a5f5e + b771f43 commit a50ed76Copy full SHA for a50ed76
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## <small>0.1.225 (2026-04-16)</small>
2
+
3
+* merge: integrate remote 0.1.224 release tag ([b8be2bf](https://github.com/framersai/agentos/commit/b8be2bf))
4
+* feat(anthropic): cache-aware estimateCost + surface cacheRead/CreationInputTokens ([ae63c16](https://github.com/framersai/agentos/commit/ae63c16))
5
6
## <small>0.1.224 (2026-04-16)</small>
7
8
* fix(api): correct ILogger signature on fallback telemetry calls ([8898c0c](https://github.com/framersai/agentos/commit/8898c0c))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.224",
+ "version": "0.1.225",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments