Skip to content

Commit 2831dcc

Browse files
committed
chore(release): publish v0.0.57
1 parent 97a515c commit 2831dcc

9 files changed

Lines changed: 58 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## 0.0.57 (2026-08-09)
2+
3+
### 🚀 Features
4+
5+
- add client tool abort signal ([#786](https://github.com/cacheplane/angular-agent-framework/pull/786))
6+
- add client tool execution guard ([#788](https://github.com/cacheplane/angular-agent-framework/pull/788))
7+
- add client tool execution claims ([#789](https://github.com/cacheplane/angular-agent-framework/pull/789))
8+
- batch client tool continuations ([#792](https://github.com/cacheplane/angular-agent-framework/pull/792))
9+
- add signal resource agent proof ([448503dc](https://github.com/cacheplane/angular-agent-framework/commit/448503dc))
10+
- add signal resource adapter package ([7ee0b445](https://github.com/cacheplane/angular-agent-framework/commit/7ee0b445))
11+
- **chat-graph:** spike client-tool binding + client-tool-aware routing (#itinerary) ([74d45e2b](https://github.com/cacheplane/angular-agent-framework/commit/74d45e2b))
12+
- **chat-graph:** add itinerary Stop state channel ([e23fb54a](https://github.com/cacheplane/angular-agent-framework/commit/e23fb54a))
13+
- **chat-graph:** planner framing + itinerary context injection when client tools present ([cdaeeeac](https://github.com/cacheplane/angular-agent-framework/commit/cdaeeeac))
14+
- **cockpit-langgraph:** redesign 7 langgraph examples' bespoke UI (encapsulated CSS, sky-blue accent) ([#777](https://github.com/cacheplane/angular-agent-framework/pull/777))
15+
- **examples-chat:** wire Google Maps key via inject-env (local only) ([de8f706e](https://github.com/cacheplane/angular-agent-framework/commit/de8f706e))
16+
- **examples-chat:** port map-bounds, geocoding, google-maps-loader ([e55515c7](https://github.com/cacheplane/angular-agent-framework/commit/e55515c7))
17+
- **examples-chat:** port ItineraryStore — empty start, value hydration, no localStorage ([0f37460b](https://github.com/cacheplane/angular-agent-framework/commit/0f37460b))
18+
- **examples-chat:** port itinerary panel/map/day-card/clear-day UI (langgraph agent) ([662c94a4](https://github.com/cacheplane/angular-agent-framework/commit/662c94a4))
19+
- **examples-chat:** port itinerary client tools (drop get_itinerary, use demo agent) ([cc953105](https://github.com/cacheplane/angular-agent-framework/commit/cc953105))
20+
- **examples-chat:** sync itinerary — submit state + value hydration + SDK checkpoint push ([d5bae8ac](https://github.com/cacheplane/angular-agent-framework/commit/d5bae8ac))
21+
- **examples-chat:** App-mode toggle + map-compatible routing (embed↔sidebar coercion) ([62b456f7](https://github.com/cacheplane/angular-agent-framework/commit/62b456f7))
22+
- **examples-chat:** App-mode cockpit layout (map bg + itinerary overlay + sidenav→drawer) ([7d941ad6](https://github.com/cacheplane/angular-agent-framework/commit/7d941ad6))
23+
- **examples-chat:** wire client tools + cockpit into modes; context-aware welcome suggestions ([77ababf3](https://github.com/cacheplane/angular-agent-framework/commit/77ababf3))
24+
- **examples-chat:** dark map via colorScheme, drop cloud-style dependency ([f8e1383d](https://github.com/cacheplane/angular-agent-framework/commit/f8e1383d))
25+
- **examples-chat:** map light/dark follows the app color scheme ([eee067b5](https://github.com/cacheplane/angular-agent-framework/commit/eee067b5))
26+
27+
### 🩹 Fixes
28+
29+
- remove unused fake agent delay variable ([#787](https://github.com/cacheplane/angular-agent-framework/pull/787))
30+
- **ag-ui:** version authoritative snapshot rewrites ([#804](https://github.com/cacheplane/angular-agent-framework/pull/804))
31+
- **chat:** closed drawer sidenav must not intercept clicks on content ([#778](https://github.com/cacheplane/angular-agent-framework/pull/778))
32+
- **chat:** never leave a client tool call unanswered on the server ([#807](https://github.com/cacheplane/angular-agent-framework/pull/807), [#782](https://github.com/cacheplane/angular-agent-framework/issues/782), [#805](https://github.com/cacheplane/angular-agent-framework/issues/805))
33+
- **cockpit-examples:** use CSS sidebar widths ([496db8e8](https://github.com/cacheplane/angular-agent-framework/commit/496db8e8))
34+
- **examples-chat:** import vitest globals in client-tools.spec (build compiles specs) ([2ab792e0](https://github.com/cacheplane/angular-agent-framework/commit/2ab792e0))
35+
- **examples-chat:** drop dangling get_itinerary reference in client-tool error strings ([c81c7b87](https://github.com/cacheplane/angular-agent-framework/commit/c81c7b87))
36+
- **examples-chat:** reliably persist itinerary to checkpoint (retry mid-run 409) ([f3f29ede](https://github.com/cacheplane/angular-agent-framework/commit/f3f29ede))
37+
- **examples-chat:** retry checkpoint push only on 409, capped (review) ([3fb99b46](https://github.com/cacheplane/angular-agent-framework/commit/3fb99b46))
38+
39+
### ❤️ Thank You
40+
41+
- Brian Love @blove
42+
- Claude Opus 4.8
43+
- Claude Opus 5
44+
145
## 0.0.47 (2026-05-26)
246

347
### 🚀 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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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.56",
3+
"version": "0.0.57",
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)