Skip to content

Commit 7f056e2

Browse files
chore(release): 0.1.159 [skip ci]
## <small>0.1.159 (2026-03-31)</small> * fix: add relational to tracesPerType (MemoryType completeness) ([a0e42f3](a0e42f3)) * fix: use 'as any' cast for Message/Record interop in generation hooks (TS2352) ([ac1e60f](ac1e60f)) * feat: add ModelRouter, generation hooks, memory/skills to agent() ([ed1b436](ed1b436)) * feat: add relational memory type for companion relationship tracking ([e0989c3](e0989c3)) * docs: citation verification README section + example ([dd23816](dd23816))
1 parent a0e42f3 commit 7f056e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## <small>0.1.159 (2026-03-31)</small>
22

3+
* fix: add relational to tracesPerType (MemoryType completeness) ([a0e42f3](https://github.com/framersai/agentos/commit/a0e42f3))
4+
* fix: use 'as any' cast for Message/Record interop in generation hooks (TS2352) ([ac1e60f](https://github.com/framersai/agentos/commit/ac1e60f))
5+
* feat: add ModelRouter, generation hooks, memory/skills to agent() ([ed1b436](https://github.com/framersai/agentos/commit/ed1b436))
6+
* feat: add relational memory type for companion relationship tracking ([e0989c3](https://github.com/framersai/agentos/commit/e0989c3))
7+
* docs: citation verification README section + example ([dd23816](https://github.com/framersai/agentos/commit/dd23816))
8+
9+
## <small>0.1.159 (2026-03-31)</small>
10+
311
### Features
412

513
* **ModelRouter integration:** `generateText()`, `streamText()`, and `agent()` accept an optional `router` field (`IModelRouter`) for intelligent model/provider selection. Router errors fall back gracefully.

0 commit comments

Comments
 (0)