Skip to content

Commit 35dede0

Browse files
chore(release): 0.2.12 [skip ci]
## <small>0.2.12 (2026-04-25)</small> * Merge branch 'master' of https://github.com/framersai/agentos ([a56d8fd](a56d8fd)) * refactor(ingest-router): SummarizedIngestExecutor wraps existing SessionSummarizer ([bf204b2](bf204b2)) * feat(ingest-router): add executors sub-barrel + top-level re-exports ([485280b](485280b)) * feat(ingest-router): implement session summarizer with verbatim Anthropic prompt ([cb2282e](cb2282e)) * feat(ingest-router): RawChunks + Skip reference executors + uniform outcome shape ([3d92efb](3d92efb)) * feat(ingest-router): SummarizedIngestExecutor with per-session caching ([7e0ba1b](7e0ba1b)) * feat(ingest-router): types for summarized + entity-linking executors ([1c41478](1c41478)) * test(ingest-router): SummarizedIngestExecutor + FunctionIngestDispatcher integration ([66f8987](66f8987))
1 parent a56d8fd commit 35dede0

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## <small>0.2.12 (2026-04-25)</small>
2+
3+
* Merge branch 'master' of https://github.com/framersai/agentos ([fc7cf50](https://github.com/framersai/agentos/commit/fc7cf50))
4+
* refactor(ingest-router): SummarizedIngestExecutor wraps existing SessionSummarizer ([dbb3d31](https://github.com/framersai/agentos/commit/dbb3d31))
5+
* feat(ingest-router): add executors sub-barrel + top-level re-exports ([7aaf38d](https://github.com/framersai/agentos/commit/7aaf38d))
6+
* feat(ingest-router): implement session summarizer with verbatim Anthropic prompt ([a62a716](https://github.com/framersai/agentos/commit/a62a716))
7+
* feat(ingest-router): RawChunks + Skip reference executors + uniform outcome shape ([8c4fa6f](https://github.com/framersai/agentos/commit/8c4fa6f))
8+
* feat(ingest-router): SummarizedIngestExecutor with per-session caching ([995954d](https://github.com/framersai/agentos/commit/995954d))
9+
* feat(ingest-router): types for summarized + entity-linking executors ([8823792](https://github.com/framersai/agentos/commit/8823792))
10+
* test(ingest-router): SummarizedIngestExecutor + FunctionIngestDispatcher integration ([d44f1e8](https://github.com/framersai/agentos/commit/d44f1e8))
11+
112
## <small>0.2.11 (2026-04-25)</small>
213

314
* docs(ingest-router): correct fact-graph attribution per Mem0 v3 graph removal ([1fdef22](https://github.com/framersai/agentos/commit/1fdef22))

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.2.11",
3+
"version": "0.2.12",
44
"description": "Modular AgentOS orchestration library",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)