Skip to content

Commit 2fa8845

Browse files
arul28claude
andauthored
release: changelog for v1.2.9 (#640)
Add changelog/v1.2.9.mdx and register it in docs.json. CHANGELOG.md and changelog/index.mdx stay at v1.2.8 until the tag exists (validate-docs ties "latest" to the highest git tag); a follow-up syncs them post-tag. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fdd65fc commit 2fa8845

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

changelog/v1.2.9.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "v1.2.9"
3+
description: "Release notes for ADE v1.2.9 - June 23, 2026"
4+
---
5+
6+
v1.2.9 sharpens the chat and agent experience: an upgraded Claude integration with a real login flow, instant lane and chat naming that no longer stalls on a cold model, safer Codex full-auto permission switching, and a first-class record of who delegated what to whom in orchestration. Mobile gets snappier realtime sync.
7+
8+
---
9+
10+
## Desktop
11+
12+
- **Claude chat upgrade and login.** ADE's Claude Agent SDK chat integration is upgraded with long-lived and background chat timeout handling and new chat surfaces, backed by regression coverage for prompt suggestions, task updates, and post-result stream tails. A dedicated Claude login prompt now handles stale auth signals so a lapsed session is fixed in one click instead of a silent failure.
13+
- **Instant lane and chat naming.** Auto-created lanes and chat/CLI sessions are named instantly with a deterministic name and quietly upgraded to an AI name in the background, removing the 10-second renderer race against a cold model that previously left half of them stuck on the fallback name. The session card shows an "auto-naming underway" status and warm-swaps the title when the AI name lands, and the deterministic name is smarter — it strips URLs and markdown (so "take a look at https://github…" becomes "github-org-repo").
14+
- **Codex full-auto permission switching.** Live switching of Codex full-auto approval is fixed: queued approvals are guarded by lane path, permission grants are validated before they apply, command-permission amendments are guarded, and project-root permission paths resolve safely.
15+
- **Orchestration delegation lineage.** Lead↔worker and lead↔validator spawns and results are now recorded as first-class manifest state — who spawned whom, with what brief and resolved model, and what came back — written only through the service's guarded patch path and denied to every role directly.
16+
- **Remote project tab branding.** Connecting to another machine's runtime and opening a remote project now shows the real project icon and the correct yellow machine accent instead of a blank folder glyph and a washed-out logo.
17+
- **Chat handoff and CLI help.** A cleaner chat-handoff launch UI and improved ADE chat CLI creation help make starting and moving work between sessions clearer.
18+
- **Files.** The Files tree refreshes on external directory changes, with better external opening and previews.
19+
- **More fixes.** Remote ADE Code clipboard paste and the ADE deeplink footer logo.
20+
21+
---
22+
23+
## iOS
24+
25+
- **Faster realtime sync.** Mobile sync responsiveness is optimized end to end, including changeset-ack backpressure handling so a busy stream stays responsive instead of falling behind.
26+
- **Files.** Improved external file opening and previews carry over to the companion app.
27+
- **Notifications and widgets.** Mobile notification cleanup plus widget documentation and PR-navigation fixes.

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"expanded": true,
180180
"pages": [
181181
"changelog",
182+
"changelog/v1.2.9",
182183
"changelog/v1.2.8",
183184
"changelog/v1.2.7",
184185
"changelog/v1.2.6",

0 commit comments

Comments
 (0)