Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 0.0.66 (2026-09-05)

### 🚀 Features

- **growth:** add synthetic Dawn research app for LangSmith ([#1003](https://github.com/cacheplane/angular-agent-framework/pull/1003))
- **growth:** link install and development runtime to founder outreach ([#1004](https://github.com/cacheplane/angular-agent-framework/pull/1004))
- **telemetry:** collect installs and development progress for founder outreach ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
- **website:** lead-form kit and footer newsletter fix ([#994](https://github.com/cacheplane/angular-agent-framework/pull/994))
- **website:** contact page on the form kit; enterprise form merges into it ([#995](https://github.com/cacheplane/angular-agent-framework/pull/995))
- **website:** replace the Yes wall with the reliability band ([#996](https://github.com/cacheplane/angular-agent-framework/pull/996))
- **website:** homepage rebuild — category hero, live demo, install dialog ([#997](https://github.com/cacheplane/angular-agent-framework/pull/997))
- **website:** phone-width hero poster, re-recorded desktop poster, redesigned OG card ([#1002](https://github.com/cacheplane/angular-agent-framework/pull/1002))

### 🩹 Fixes

- **growth:** accept Resend's current webhook payload shape ([#989](https://github.com/cacheplane/angular-agent-framework/pull/989))
- **growth:** accept Resend webhook payloads that carry a headers array; log every outcome ([#991](https://github.com/cacheplane/angular-agent-framework/pull/991))
- **hero:** drop the internal tool name from the walkthrough prompt ([#1006](https://github.com/cacheplane/angular-agent-framework/pull/1006))
- **langgraph:** adopt a transport-created thread id instead of aborting the run ([#1005](https://github.com/cacheplane/angular-agent-framework/pull/1005))
- **langgraph, ag-ui:** give each AgentRef its own agent instead of aliasing one token ([#1000](https://github.com/cacheplane/angular-agent-framework/pull/1000))
- **release:** update internal peer ranges with synchronized versions ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
- **telemetry:** keep contributor workspace installation inert ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
- **telemetry:** provide inert install bridges in source checkouts ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
- **telemetry:** exclude automated browsers from developer collection ([#1007](https://github.com/cacheplane/angular-agent-framework/pull/1007))
- **website:** readable code panes, self-healing hero handshake, focus ring, mobile hero ([#998](https://github.com/cacheplane/angular-agent-framework/pull/998))
- **website:** restore the works-with ribbon and subhead highlight; retime the hero walkthrough ([#999](https://github.com/cacheplane/angular-agent-framework/pull/999))

## 0.0.65 (2026-09-03)

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion apps/website/public/AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Threadplane v0.0.65
# Threadplane v0.0.66

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

Expand Down
2 changes: 1 addition & 1 deletion apps/website/public/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Threadplane v0.0.65
# Threadplane v0.0.66

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

Expand Down
2 changes: 1 addition & 1 deletion libs/a2ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threadplane/a2ui",
"version": "0.0.65",
"version": "0.0.66",
"description": "A2UI protocol types, streaming parser, and dynamic-value resolver for agent-generated UI. Pure TypeScript.",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions libs/ag-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threadplane/ag-ui",
"version": "0.0.65",
"version": "0.0.66",
"description": "AG-UI adapter for the Angular AI agent UI — connect any AG-UI-compatible backend to the same chat surface.",
"keywords": [
"angular",
Expand All @@ -10,8 +10,8 @@
"threadplane"
],
"peerDependencies": {
"@threadplane/chat": "*",
"@threadplane/telemetry": "^0.0.65",
"@threadplane/chat": "0.0.66",
"@threadplane/telemetry": "^0.0.66",
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@ag-ui/client": "*",
"@ag-ui/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion libs/ag-ui/src/lib/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by the package preparation target from package.json.
// prettier-ignore
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";
8 changes: 4 additions & 4 deletions libs/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threadplane/chat",
"version": "0.0.65",
"version": "0.0.66",
"description": "The Angular AI agent chat UI: <chat>, headless primitives, interrupts, subagents, and generative UI on Signals.",
"exports": {
"./chat.css": "./chat.css",
Expand All @@ -18,14 +18,14 @@
"@cacheplane/partial-markdown": "0.5.8"
},
"peerDependencies": {
"@threadplane/telemetry": "^0.0.65",
"@threadplane/telemetry": "^0.0.66",
"zod": "^3.25.0",
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@angular/common": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@angular/platform-browser": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@angular/router": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@threadplane/render": "*",
"@threadplane/a2ui": "*",
"@threadplane/render": "0.0.66",
"@threadplane/a2ui": "0.0.66",
"@json-render/core": "^0.16.0",
"@langchain/core": "^1.1.33",
"rxjs": "~7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/chat/src/lib/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by the package preparation target from package.json.
// prettier-ignore
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";
6 changes: 3 additions & 3 deletions libs/langgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threadplane/langgraph",
"version": "0.0.65",
"version": "0.0.66",
"description": "LangGraph adapter for the Angular AI agent UI — provideAgent()/injectAgent() expose a run as Angular Signals.",
"keywords": [
"angular",
Expand All @@ -11,8 +11,8 @@
"threadplane"
],
"peerDependencies": {
"@threadplane/chat": "*",
"@threadplane/telemetry": "^0.0.65",
"@threadplane/chat": "0.0.66",
"@threadplane/telemetry": "^0.0.66",
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@langchain/core": "^1.1.33",
"@langchain/langgraph-sdk": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/langgraph/src/lib/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by the package preparation target from package.json.
// prettier-ignore
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";
4 changes: 2 additions & 2 deletions libs/render/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@threadplane/render",
"version": "0.0.65",
"version": "0.0.66",
"description": "Angular render engine for agent-generated UI: maps JSON specs onto your own design-system components.",
"peerDependencies": {
"@threadplane/telemetry": "^0.0.65",
"@threadplane/telemetry": "^0.0.66",
"@angular/core": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@angular/common": "^20.0.0 || ^21.0.0 || ^22.0.0",
"@json-render/core": "^0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/render/src/lib/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by the package preparation target from package.json.
// prettier-ignore
export const THREADPLANE_PACKAGE_VERSION = "0.0.65";
export const THREADPLANE_PACKAGE_VERSION = "0.0.66";
2 changes: 1 addition & 1 deletion libs/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threadplane/telemetry",
"version": "0.0.65",
"version": "0.0.66",
"description": "Explicit Node and browser capture helpers for Angular AI agent applications that choose to send events.",
"license": "MIT",
"publishConfig": {
Expand Down
30 changes: 19 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading