Skip to content

Commit 562b3c0

Browse files
chore(release): 0.1.155 [skip ci]
## <small>0.1.155 (2026-03-30)</small> * feat: HITL guardrail override support + agency docs update + tests ([fe117e6](fe117e6)) * feat(hitl): add post-approval guardrail override for destructive actions ([ce2ee69](ce2ee69)) * feat(knowledge): add HITL FAQ, API, and guardrail-override corpus entries ([5cc3d2e](5cc3d2e)) * fix: strip changelog notes, vaporware diagram, and fake pseudo-code from architecture docs ([e06ec6b](e06ec6b)) * fix(ci): retrigger build ([3919254](3919254)) * docs: expand architecture doc to ~1200 lines with diagrams, code examples, tables ([889c811](889c811)) * docs: rewrite High-Level API intro — clean table, no changelog language ([9d45059](9d45059)), closes [Hi#Level](https://github.com/Hi/issues/Level) * docs: strip 3000+ lines of vaporware from architecture doc ([03c12fb](03c12fb)) * docs: unified API reference — one import, quick reference table, no artificial levels ([db1f5fc](db1f5fc))
1 parent fe117e6 commit 562b3c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## <small>0.1.155 (2026-03-30)</small>
2+
3+
* feat: HITL guardrail override support + agency docs update + tests ([fe117e6](https://github.com/framersai/agentos/commit/fe117e6))
4+
* feat(hitl): add post-approval guardrail override for destructive actions ([ce2ee69](https://github.com/framersai/agentos/commit/ce2ee69))
5+
* feat(knowledge): add HITL FAQ, API, and guardrail-override corpus entries ([5cc3d2e](https://github.com/framersai/agentos/commit/5cc3d2e))
6+
* fix: strip changelog notes, vaporware diagram, and fake pseudo-code from architecture docs ([e06ec6b](https://github.com/framersai/agentos/commit/e06ec6b))
7+
* fix(ci): retrigger build ([3919254](https://github.com/framersai/agentos/commit/3919254))
8+
* docs: expand architecture doc to ~1200 lines with diagrams, code examples, tables ([889c811](https://github.com/framersai/agentos/commit/889c811))
9+
* docs: rewrite High-Level API intro — clean table, no changelog language ([9d45059](https://github.com/framersai/agentos/commit/9d45059)), closes [Hi#Level](https://github.com/Hi/issues/Level)
10+
* docs: strip 3000+ lines of vaporware from architecture doc ([03c12fb](https://github.com/framersai/agentos/commit/03c12fb))
11+
* docs: unified API reference — one import, quick reference table, no artificial levels ([db1f5fc](https://github.com/framersai/agentos/commit/db1f5fc))
12+
113
## <small>0.1.154 (2026-03-30)</small>
214

315
* fix: remove all downstream references from AgentOS docs ([961c4af](https://github.com/framersai/agentos/commit/961c4af))

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

0 commit comments

Comments
 (0)