Skip to content

Commit 766d395

Browse files
committed
chore(release): prepare v0.0.66
1 parent 157aa68 commit 766d395

14 files changed

Lines changed: 66 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.0.66 (2026-09-05)
2+
3+
### 🚀 Features
4+
5+
- **growth:** add synthetic Dawn research app for LangSmith ([#1003](https://github.com/cacheplane/angular-agent-framework/pull/1003))
6+
- **growth:** link install and development runtime to founder outreach ([#1004](https://github.com/cacheplane/angular-agent-framework/pull/1004))
7+
- **telemetry:** collect installs and development progress for founder outreach ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
8+
- **website:** lead-form kit and footer newsletter fix ([#994](https://github.com/cacheplane/angular-agent-framework/pull/994))
9+
- **website:** contact page on the form kit; enterprise form merges into it ([#995](https://github.com/cacheplane/angular-agent-framework/pull/995))
10+
- **website:** replace the Yes wall with the reliability band ([#996](https://github.com/cacheplane/angular-agent-framework/pull/996))
11+
- **website:** homepage rebuild — category hero, live demo, install dialog ([#997](https://github.com/cacheplane/angular-agent-framework/pull/997))
12+
- **website:** phone-width hero poster, re-recorded desktop poster, redesigned OG card ([#1002](https://github.com/cacheplane/angular-agent-framework/pull/1002))
13+
14+
### 🩹 Fixes
15+
16+
- **growth:** accept Resend's current webhook payload shape ([#989](https://github.com/cacheplane/angular-agent-framework/pull/989))
17+
- **growth:** accept Resend webhook payloads that carry a headers array; log every outcome ([#991](https://github.com/cacheplane/angular-agent-framework/pull/991))
18+
- **hero:** drop the internal tool name from the walkthrough prompt ([#1006](https://github.com/cacheplane/angular-agent-framework/pull/1006))
19+
- **langgraph:** adopt a transport-created thread id instead of aborting the run ([#1005](https://github.com/cacheplane/angular-agent-framework/pull/1005))
20+
- **langgraph, ag-ui:** give each AgentRef its own agent instead of aliasing one token ([#1000](https://github.com/cacheplane/angular-agent-framework/pull/1000))
21+
- **release:** update internal peer ranges with synchronized versions ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
22+
- **telemetry:** keep contributor workspace installation inert ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
23+
- **telemetry:** provide inert install bridges in source checkouts ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
24+
- **telemetry:** exclude automated browsers from developer collection ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
25+
- **website:** readable code panes, self-healing hero handshake, focus ring, mobile hero ([#998](https://github.com/cacheplane/angular-agent-framework/pull/998))
26+
- **website:** restore the works-with ribbon and subhead highlight; retime the hero walkthrough ([#999](https://github.com/cacheplane/angular-agent-framework/pull/999))
27+
128
## 0.0.65 (2026-09-03)
229

330
### 🚀 Features

apps/website/public/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Threadplane v0.0.65
1+
# Threadplane v0.0.66
22

33
Production-ready chat, thread/history/branch UI, interrupts, subagents, planning, memory, and generative UI for Angular agent apps.
44

apps/website/public/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Threadplane v0.0.65
1+
# Threadplane v0.0.66
22

33
Production-ready chat, thread/history/branch UI, interrupts, subagents, planning, memory, and generative UI for Angular agent apps.
44

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.65",
3+
"version": "0.0.66",
44
"description": "A2UI protocol types, streaming parser, and dynamic-value resolver for agent-generated UI. Pure TypeScript.",
55
"license": "MIT",
66
"repository": {

libs/ag-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/ag-ui",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "AG-UI adapter for the Angular AI agent UI — connect any AG-UI-compatible backend to the same chat surface.",
55
"keywords": [
66
"angular",
@@ -10,8 +10,8 @@
1010
"threadplane"
1111
],
1212
"peerDependencies": {
13-
"@threadplane/chat": "*",
14-
"@threadplane/telemetry": "^0.0.65",
13+
"@threadplane/chat": "0.0.66",
14+
"@threadplane/telemetry": "^0.0.66",
1515
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
1616
"@ag-ui/client": "*",
1717
"@ag-ui/core": "*",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Generated by the package preparation target from package.json.
22
// prettier-ignore
3-
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
3+
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";

libs/chat/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/chat",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "The Angular AI agent chat UI: <chat>, headless primitives, interrupts, subagents, and generative UI on Signals.",
55
"exports": {
66
"./chat.css": "./chat.css",
@@ -18,14 +18,14 @@
1818
"@cacheplane/partial-markdown": "0.5.8"
1919
},
2020
"peerDependencies": {
21-
"@threadplane/telemetry": "^0.0.65",
21+
"@threadplane/telemetry": "^0.0.66",
2222
"zod": "^3.25.0",
2323
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
2424
"@angular/common": "^20.0.0 || ^21.0.0 || ^22.0.0",
2525
"@angular/platform-browser": "^20.0.0 || ^21.0.0 || ^22.0.0",
2626
"@angular/router": "^20.0.0 || ^21.0.0 || ^22.0.0",
27-
"@threadplane/render": "*",
28-
"@threadplane/a2ui": "*",
27+
"@threadplane/render": "0.0.66",
28+
"@threadplane/a2ui": "0.0.66",
2929
"@json-render/core": "^0.16.0",
3030
"@langchain/core": "^1.1.33",
3131
"rxjs": "~7.8.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Generated by the package preparation target from package.json.
22
// prettier-ignore
3-
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
3+
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";

libs/langgraph/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/langgraph",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "LangGraph adapter for the Angular AI agent UI — provideAgent()/injectAgent() expose a run as Angular Signals.",
55
"keywords": [
66
"angular",
@@ -11,8 +11,8 @@
1111
"threadplane"
1212
],
1313
"peerDependencies": {
14-
"@threadplane/chat": "*",
15-
"@threadplane/telemetry": "^0.0.65",
14+
"@threadplane/chat": "0.0.66",
15+
"@threadplane/telemetry": "^0.0.66",
1616
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
1717
"@langchain/core": "^1.1.33",
1818
"@langchain/langgraph-sdk": "^1.7.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Generated by the package preparation target from package.json.
22
// prettier-ignore
3-
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
3+
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";

0 commit comments

Comments
 (0)