We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb602a1 commit ff19daeCopy full SHA for ff19dae
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.242 (2026-04-19)</small>
2
+
3
+* fix(openai): use max_completion_tokens for gpt-5 + o-series models ([675c004](https://github.com/framersai/agentos/commit/675c004))
4
5
## <small>0.1.241 (2026-04-18)</small>
6
7
* fix(replicate-image): editImage now routes unpinned models to modern endpoint ([5099f31](https://github.com/framersai/agentos/commit/5099f31))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.241",
+ "version": "0.1.242",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments