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
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.11] - 2026-07-02

### Added

- Added `ade new chat --mode chat|cli` as the unified command for persistent Work chats and tracked provider CLI sessions, including auto-created lanes, provider/model/reasoning controls, fast-mode selection, dry-run previews, and prompt kickoff.
- Added GitHub App device-flow auth, repository permission gates, durable repository/event storage, and relay tests for webhook-backed PR sync.

### Changed

- Improved Work and chat launch reliability across start-chat-in-lane, tracked CLI naming, chat PR live refresh, Claude logout recovery, compact Claude hook errors, Codex continuation recovery, and no-op prompt handling.
- Improved Files, onboarding, browser, project secrets, and web download surfaces, including multi-lane editor tabs, removed edit-trust friction, clamped context menus, welcome-card polish, and mobile TestFlight links.
- Improved iOS Work, Hub, PR, Files, CTO, Settings, and sync flows while keeping the current mobile marketing version for a build-number-only TestFlight update.

### Removed

- Removed the old edit-trust gate from the Files workflow.

### Fixed

- Fixed mobile sync control on remote projects, iPhone handoff recovery, chunk assembly, roster hydration, and phone-started CLI session launch parity for fast-mode and reasoning settings.

## [1.2.10] - 2026-06-28

### Added
Expand Down Expand Up @@ -488,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release.

[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.10...HEAD
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.11...HEAD
[1.2.11]: https://github.com/arul28/ADE/compare/v1.2.10...v1.2.11
[1.2.10]: https://github.com/arul28/ADE/compare/v1.2.9...v1.2.10
[1.2.9]: https://github.com/arul28/ADE/compare/v1.2.8...v1.2.9
[1.2.8]: https://github.com/arul28/ADE/compare/v1.2.7...v1.2.8
Expand Down
4 changes: 2 additions & 2 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: "Latest ADE release notes and release history."

ADE release notes live here in newest-first order. Start with the latest release, or browse the release list in the sidebar.

<Card title="Latest release" icon="tag" href="/changelog/v1.2.10">
v1.2.10 - simplified onboarding with a welcome video and passive help, tighter ADE Code and chat launch behavior, more reliable Files workflows, and build-number-only iOS sync fixes.
<Card title="Latest release" icon="tag" href="/changelog/v1.2.11">
v1.2.11 - unified ADE chat and CLI launching, hardened GitHub PR sync through the webhook relay, tighter Work and Files flows, and build-number-only iOS sync updates.
</Card>
25 changes: 25 additions & 0 deletions changelog/v1.2.11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "v1.2.11"
description: "Release notes for ADE v1.2.11 - July 2, 2026"
---

v1.2.11 ships the new unified ADE chat/CLI launch command, hardens GitHub PR sync through the webhook relay, and tightens Work, Files, onboarding, browser, and mobile sync flows. iOS stays on its current marketing version and gets a build-number-only TestFlight update for the same release train.

---

## Desktop

- **Unified work launch command.** `ade new chat --mode chat|cli` now mirrors the desktop New Chat toggle, with lane auto-creation, provider/model/reasoning controls, fast-mode selection, dry-run previews, and prompt kickoff for persistent Work chats or tracked provider CLI sessions.
- **GitHub PR sync hardening.** The webhook relay now supports GitHub App device-flow auth, repository permission gates, durable repository/event records, and stronger relay tests so PR state refreshes without depending on broad user tokens.
- **Work and chat recovery.** Start-chat-in-lane, tracked CLI session naming, chat PR live refresh, compact Claude hook errors, Claude logout recovery, Codex continuation recovery, and no-op prompt handling are all tightened.
- **Files and project trust.** Files can keep multi-lane editor tabs open, remove the old edit-trust friction, clamp context menus to the viewport, and preserve safer remote file and markdown viewer behavior.
- **Onboarding and web polish.** The welcome card has sharper visuals, mobile TestFlight links are available from desktop and web surfaces, the ADE browser handles popups and renderer crashes more defensively, and project secrets are available to agent-facing flows.

---

## iOS

- **Build-number-only TestFlight update.** The mobile app keeps its existing marketing version for this train; this release only bumps the iOS build number for TestFlight.
- **More reliable mobile sync.** Remote-project sync control, iPhone handoff, chunk assembly, roster hydration, and mobile command routing have stronger recovery paths and regression coverage.
- **Work launch parity.** The iOS Work and Hub new-session flows pass fast-mode and reasoning settings through the runtime, so phone-started CLI sessions match desktop launch behavior.
- **Mobile review surfaces.** PR, Files, CTO, Settings, and Work screens pick up the latest rendering, navigation, and status fixes from the desktop/runtime sync model.
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"expanded": true,
"pages": [
"changelog",
"changelog/v1.2.11",
"changelog/v1.2.10",
"changelog/v1.2.9",
"changelog/v1.2.8",
Expand Down
Loading