Skip to content

Commit f7011db

Browse files
chore(release): 0.1.16 [skip ci]
## <small>0.1.16 (2026-02-08)</small> * fix: remove all 47 stale .d.ts files from src/ that duplicate .ts sources ([bdf3a56](bdf3a56)) * fix: remove stale .d.ts files from src/core/tools/ ([6c9e307](6c9e307)) * fix: use explicit type exports for ITool to avoid TS2308 ambiguity ([e506d79](e506d79)) * docs: rewrite README with accurate API examples and streamlined structure ([d7e5157](d7e5157)) * feat: Qdrant vector store, content safety service, otel improvements ([dbd7cb2](dbd7cb2))
1 parent e506d79 commit f7011db

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.1.16 (2026-02-08)</small>
2+
3+
* fix: remove all 47 stale .d.ts files from src/ that duplicate .ts sources ([bdf3a56](https://github.com/framersai/agentos/commit/bdf3a56))
4+
* fix: remove stale .d.ts files from src/core/tools/ ([6c9e307](https://github.com/framersai/agentos/commit/6c9e307))
5+
* fix: use explicit type exports for ITool to avoid TS2308 ambiguity ([e506d79](https://github.com/framersai/agentos/commit/e506d79))
6+
* docs: rewrite README with accurate API examples and streamlined structure ([d7e5157](https://github.com/framersai/agentos/commit/d7e5157))
7+
* feat: Qdrant vector store, content safety service, otel improvements ([dbd7cb2](https://github.com/framersai/agentos/commit/dbd7cb2))
8+
19
## <small>0.1.15 (2026-02-08)</small>
210

311
* fix: update skills count from 16+ to 18 ([a50185e](https://github.com/framersai/agentos/commit/a50185e))

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

0 commit comments

Comments
 (0)