Skip to content

Commit 13d8a87

Browse files
committed
chore(release): publish v0.0.58
1 parent cf218aa commit 13d8a87

9 files changed

Lines changed: 44 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 0.0.58 (2026-08-18)
2+
3+
### 🚀 Features
4+
5+
- ⚠️ **a2ui:** migrate to A2UI v0.9.1 stable wire format ([#817](https://github.com/cacheplane/angular-agent-framework/pull/817))
6+
- **a2ui:** client-side functions (Phase 2 of the v0.9 migration) ([#818](https://github.com/cacheplane/angular-agent-framework/pull/818))
7+
- **a2ui:** validation checks + client error message (Phase 3 of the v0.9 migration) ([#819](https://github.com/cacheplane/angular-agent-framework/pull/819))
8+
- **a2ui:** live sendDataModel round-trip + capabilities helper (Phase 4 of the v0.9 migration) ([#820](https://github.com/cacheplane/angular-agent-framework/pull/820))
9+
- **a2ui:** advertise client capabilities through the transports ([#822](https://github.com/cacheplane/angular-agent-framework/pull/822))
10+
- **chat:** render A2UI surface theme chrome (agentDisplayName + iconUrl) ([#823](https://github.com/cacheplane/angular-agent-framework/pull/823))
11+
12+
### 🩹 Fixes
13+
14+
- **ci:** never promote a superseded commit to production ([#816](https://github.com/cacheplane/angular-agent-framework/pull/816), [#813](https://github.com/cacheplane/angular-agent-framework/issues/813), [#814](https://github.com/cacheplane/angular-agent-framework/issues/814))
15+
- **deploy:** restore shared-deployment namespace merge broken by src/__init__.py ([#825](https://github.com/cacheplane/angular-agent-framework/pull/825), [#642](https://github.com/cacheplane/angular-agent-framework/issues/642))
16+
- **examples:** raise ag-ui demo initial bundle budget to chat parity ([#821](https://github.com/cacheplane/angular-agent-framework/pull/821))
17+
- **langgraph:** reject non-durable client tool flushes ([#809](https://github.com/cacheplane/angular-agent-framework/pull/809))
18+
- **langgraph:** retain client tool results across failed runs ([#810](https://github.com/cacheplane/angular-agent-framework/pull/810))
19+
- **website:** render grouped API entries on middleware helpers page ([#815](https://github.com/cacheplane/angular-agent-framework/pull/815))
20+
21+
### ⚠️ Breaking Changes
22+
23+
- **a2ui:** migrate to A2UI v0.9.1 stable wire format ([#817](https://github.com/cacheplane/angular-agent-framework/pull/817))
24+
25+
### ❤️ Thank You
26+
27+
- Brian Love @blove
28+
- Claude Fable 5
29+
- Claude Opus 5
30+
131
## 0.0.57 (2026-08-09)
232

333
### 🚀 Features

libs/a2ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/a2ui",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

libs/ag-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/ag-ui",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"description": "AG-UI protocol adapter for @threadplane/chat — works with any AG-UI-compatible backend.",
55
"keywords": [
66
"angular",

libs/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/chat",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"exports": {
55
"./chat.css": "./chat.css",
66
"./themes/default-dark.css": "./themes/default-dark.css",

libs/langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/langgraph",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"description": "LangGraph adapter for @threadplane/chat — Angular bindings for LangGraph Platform.",
55
"keywords": [
66
"angular",

libs/licensing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/licensing",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

libs/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/render",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"peerDependencies": {
55
"@angular/core": "^20.0.0 || ^21.0.0",
66
"@angular/common": "^20.0.0 || ^21.0.0",

libs/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/telemetry",
3-
"version": "0.0.57",
3+
"version": "0.0.58",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)