Skip to content

Commit cfb4c47

Browse files
chore(release): 0.9.36 [skip ci]
## <small>0.9.36 (2026-06-03)</small> * test: externalize sharp in vitest so the native module loads in CI ([5d439a9](5d439a9)) * test: skip sharp-dependent segmentation tests in CI (native binary unbuilt there) ([a7d09cc](a7d09cc)) * test(segmentation): assert error type in modelId validation test ([1631ab6](1631ab6)) * fix(agent): close memory store on souledAgent teardown ([a40a159](a40a159)) * fix(memory): drain wiki compile in chronological batches; advance watermark to processed created_at ([0aa7ddf](0aa7ddf)) * fix(segmentation): require exactly owner/name model ids before model URL lookup ([2aaaad7](2aaaad7))
1 parent 1631ab6 commit cfb4c47

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>0.9.36 (2026-06-03)</small>
2+
3+
* test: externalize sharp in vitest so the native module loads in CI ([5d439a9f5bb4b47d8ab1c0500ff4b90b4038a097](https://github.com/framerslab/agentos/commit/5d439a9f5bb4b47d8ab1c0500ff4b90b4038a097))
4+
* test: skip sharp-dependent segmentation tests in CI (native binary unbuilt there) ([a7d09cc438009d489fbfe87545d58cdbeeae52d8](https://github.com/framerslab/agentos/commit/a7d09cc438009d489fbfe87545d58cdbeeae52d8))
5+
* test(segmentation): assert error type in modelId validation test ([1631ab633b89ed4d428e4b21c9b3315e09a47f81](https://github.com/framerslab/agentos/commit/1631ab633b89ed4d428e4b21c9b3315e09a47f81))
6+
* fix(agent): close memory store on souledAgent teardown ([a40a159103b7e993fd817b1e918d04d5f20a36b7](https://github.com/framerslab/agentos/commit/a40a159103b7e993fd817b1e918d04d5f20a36b7))
7+
* fix(memory): drain wiki compile in chronological batches; advance watermark to processed created_at ([0aa7ddfa442fd31a6c4e39b089b6e537361089eb](https://github.com/framerslab/agentos/commit/0aa7ddfa442fd31a6c4e39b089b6e537361089eb))
8+
* fix(segmentation): require exactly owner/name model ids before model URL lookup ([2aaaad79fe7f6b5739a5c3170a9934e2e75790d8](https://github.com/framerslab/agentos/commit/2aaaad79fe7f6b5739a5c3170a9934e2e75790d8))
9+
110
## <small>0.9.35 (2026-06-03)</small>
211

312
* fix(memory): correct attachMemoryWiki test import path ([b902134355864b732c981dea41abd66808eeba71](https://github.com/framerslab/agentos/commit/b902134355864b732c981dea41abd66808eeba71))

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.35",
3+
"version": "0.9.36",
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)