Skip to content

Commit 2d5e685

Browse files
committed
chore(release): publish v0.0.59
1 parent e4f1e1b commit 2d5e685

9 files changed

Lines changed: 45 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 0.0.59 (2026-08-29)
2+
3+
### 🚀 Features
4+
5+
- **examples/chat:** open the demo on a chosen suggestion via ?featured= ([#832](https://github.com/cacheplane/angular-agent-framework/pull/832))
6+
- ⚠️ **langgraph:** classify any namespaced event as child content ([#844](https://github.com/cacheplane/angular-agent-framework/pull/844))
7+
- **website:** AI search optimization — Search Console harness, structured data, and measurement ([#826](https://github.com/cacheplane/angular-agent-framework/pull/826), [#1](https://github.com/cacheplane/angular-agent-framework/issues/1))
8+
- **website:** first-person /about prose, sourced and guarded ([#828](https://github.com/cacheplane/angular-agent-framework/pull/828), [#826](https://github.com/cacheplane/angular-agent-framework/issues/826))
9+
- **website:** link Brian's X and LinkedIn profiles from the Person node ([#829](https://github.com/cacheplane/angular-agent-framework/pull/829))
10+
- **website:** give each solutions page real code, and split the duplicated proof point ([#830](https://github.com/cacheplane/angular-agent-framework/pull/830))
11+
- **website:** let homepage sections switch between video and code ([#831](https://github.com/cacheplane/angular-agent-framework/pull/831))
12+
- **website:** finish the medium switcher — Render, Ship, and live tabs ([#833](https://github.com/cacheplane/angular-agent-framework/pull/833), [#832](https://github.com/cacheplane/angular-agent-framework/issues/832))
13+
- **website:** add 'What injectAgent() Actually Returns' blog post ([#836](https://github.com/cacheplane/angular-agent-framework/pull/836))
14+
- **website:** add 'json-render vs A2UI' blog post ([#837](https://github.com/cacheplane/angular-agent-framework/pull/837))
15+
- **website:** add 'LangGraph Subgraphs: When to Split a Graph and When Not To' blog post ([#839](https://github.com/cacheplane/angular-agent-framework/pull/839), [#838](https://github.com/cacheplane/angular-agent-framework/issues/838), [#1](https://github.com/cacheplane/angular-agent-framework/issues/1))
16+
17+
### 🩹 Fixes
18+
19+
- **cockpit-langgraph:** make the subgraphs example demonstrate real nesting ([#838](https://github.com/cacheplane/angular-agent-framework/pull/838))
20+
- **website:** repair frontmatter handling in docs, then use it for SERP descriptions ([#827](https://github.com/cacheplane/angular-agent-framework/pull/827))
21+
22+
### ⚠️ Breaking Changes
23+
24+
- **langgraph:** classify any namespaced event as child content ([#844](https://github.com/cacheplane/angular-agent-framework/pull/844))
25+
26+
### ❤️ Thank You
27+
28+
- Brian Love @blove
29+
- Claude Fable 5
30+
- Claude Opus 5
31+
132
## 0.0.58 (2026-08-18)
233

334
### 🚀 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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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.58",
3+
"version": "0.0.59",
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)