You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.2.19] - 2026-07-10
11
+
12
+
### Added
13
+
14
+
- Remote sync between paired desktops so lanes, chats, and actions stay in step across machines.
15
+
- Automations engine with Linear/GitHub webhook ingress, a lane lifecycle engine, production unlock, and a rebuilt Automations tab.
16
+
- Projectless personal chats across desktop, CLI, and iOS.
17
+
- GPT-5.6 model family and Codex 0.144 support across chat, CLI, and background AI.
18
+
- Cross-client ADE stats and activity charts, including an iOS usage/activity carousel.
19
+
20
+
### Changed
21
+
22
+
- Overhauled the Claude chat lifecycle: two-row subagent transcripts, honest schedule reporting, durable wakeups that survive restarts, and refined iOS Work chat composer/timeline/message surfaces.
23
+
- Simplified and centered the post-update modal.
24
+
25
+
### Fixed
26
+
27
+
- Fixed a chat streaming text-splice bug in the Claude chat lifecycle.
28
+
- Fixed imported CLI sessions resolving to the Primary project.
29
+
- Rescued web-client pairing and marketing surfaces.
30
+
10
31
## [1.2.18] - 2026-07-09
11
32
12
33
### Changed
@@ -634,7 +655,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
v1.2.19 - remote sync between paired desktops, a new automations engine, a Claude chat lifecycle overhaul, projectless personal chats, cross-client stats, and GPT-5.6 / Codex 0.144 support.
description: "Release notes for ADE v1.2.19 - July 10, 2026"
4
+
---
5
+
6
+
v1.2.19 is a large feature release: remote sync between paired desktops, a new automations engine, a Claude chat lifecycle overhaul, projectless personal chats, cross-client stats, and GPT-5.6 / Codex 0.144 support.
7
+
8
+
---
9
+
10
+
## Desktop and CLI
11
+
12
+
-**Remote sync between paired desktops.** Paired desktops now connect over the sync channel, so lanes, chats, and actions stay in step across machines.
13
+
-**Automations engine.** New Linear and GitHub webhook ingress, a lane lifecycle engine, production unlock, and a rebuilt Automations tab.
14
+
-**Claude chat lifecycle overhaul.** Two-row subagent transcripts, honest schedule reporting, durable wakeups that survive restarts, and a text-splice streaming fix.
15
+
-**Projectless personal chats.** Start personal chats that aren't tied to a project, across desktop and CLI.
16
+
-**GPT-5.6 and Codex 0.144 support.** Added the GPT-5.6 model family and Codex 0.144 across chat, CLI, and background AI.
17
+
-**Cross-client stats and activity charts.** New cross-client ADE stats and activity charts summarize work across machines.
18
+
-**CLI session import fix.** Imported CLI sessions now resolve to the Primary project correctly.
19
+
-**Post-update modal cleanup.** The post-update modal is simplified and centered.
20
+
-**Web client rescue.** Fixed pairing and marketing surfaces in the web client.
21
+
22
+
---
23
+
24
+
## iOS
25
+
26
+
-**Remote sync and personal chats.** iOS follows the paired-desktop sync work and gains projectless personal chats.
27
+
-**GPT-5.6 in the model catalog.** The Work model catalog and picker include the GPT-5.6 family.
28
+
-**Work chat refinements.** Composer, attachment tray, timeline, and message rendering improvements across the Work chat surfaces.
29
+
-**Usage and activity carousel.** A new usage/activity carousel surfaces cross-client stats on device.
0 commit comments