We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0abaeb + bb29bf5 commit 3950d82Copy full SHA for 3950d82
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.243 (2026-04-19)</small>
2
+
3
+* fix(judge): tighten creation-review rubric to eliminate false rejects ([9cd8765](https://github.com/framersai/agentos/commit/9cd8765))
4
5
## <small>0.1.242 (2026-04-19)</small>
6
7
* fix(openai): use max_completion_tokens for gpt-5 + o-series models ([675c004](https://github.com/framersai/agentos/commit/675c004))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.242",
+ "version": "0.1.243",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments