Skip to content

Commit b6b4737

Browse files
chore(release): 0.9.37 [skip ci]
## <small>0.9.37 (2026-06-04)</small> * fix(agent): stop double-counting session/agent usage when the ledger is enabled; repair knowledge-corpus paths + generate it for tests; fix voice-pipeline mock constructor ([6622d45](6622d45)) * test: correct generateText vi.mock paths so the mock applies (query/vision/emergent/video) ([829f989](829f989)) * test: fix stale audio exclude paths and guard monorepo-root docs-alignment tests for standalone CI ([b7cf9dd](b7cf9dd)) * test: fix stale io-reorg vi.mock paths (media/video, hearing, voice-pipeline, otel) and stale CLI model-id assertions ([aeb5b0f](aeb5b0f)) * build: allow native dep build scripts in CI (better-sqlite3, sharp, bcrypt, tesseract.js) ([e92b6cc](e92b6cc))
1 parent 6622d45 commit b6b4737

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>0.9.37 (2026-06-04)</small>
2+
3+
* fix(agent): stop double-counting session/agent usage when the ledger is enabled; repair knowledge-corpus paths + generate it for tests; fix voice-pipeline mock constructor ([6622d455f9fd74a4f26ef53fead7ee19a3658ee3](https://github.com/framerslab/agentos/commit/6622d455f9fd74a4f26ef53fead7ee19a3658ee3))
4+
* test: correct generateText vi.mock paths so the mock applies (query/vision/emergent/video) ([829f989e4545280e0bf798da6c92176155306141](https://github.com/framerslab/agentos/commit/829f989e4545280e0bf798da6c92176155306141))
5+
* test: fix stale audio exclude paths and guard monorepo-root docs-alignment tests for standalone CI ([b7cf9dd8e7c3421cb4273cfae8290f214b38645b](https://github.com/framerslab/agentos/commit/b7cf9dd8e7c3421cb4273cfae8290f214b38645b))
6+
* test: fix stale io-reorg vi.mock paths (media/video, hearing, voice-pipeline, otel) and stale CLI model-id assertions ([aeb5b0f25ba72140596198b2ab060d8e803fcf85](https://github.com/framerslab/agentos/commit/aeb5b0f25ba72140596198b2ab060d8e803fcf85))
7+
* build: allow native dep build scripts in CI (better-sqlite3, sharp, bcrypt, tesseract.js) ([e92b6ccb12da61ed395a334aa110bfb140874aba](https://github.com/framerslab/agentos/commit/e92b6ccb12da61ed395a334aa110bfb140874aba))
8+
19
## <small>0.9.36 (2026-06-03)</small>
210

311
* test: externalize sharp in vitest so the native module loads in CI ([5d439a9f5bb4b47d8ab1c0500ff4b90b4038a097](https://github.com/framerslab/agentos/commit/5d439a9f5bb4b47d8ab1c0500ff4b90b4038a097))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@framers/agentos",
3-
"version": "0.9.36",
3+
"version": "0.9.37",
44
"description": "AgentOS: open-source TypeScript framework for autonomous AI agents. Unified graph orchestration, cognitive memory, runtime tool forging, multi-tier guardrails, voice pipeline, and 11 LLM providers.",
55
"homepage": "https://agentos.sh",
66
"repository": {

0 commit comments

Comments
 (0)