Skip to content

Commit 413a30a

Browse files
arul28claude
andauthored
release: satisfy validate-docs for v1.2.7 (#596)
* docs: overhaul Mintlify site + changelog for v1.2.7 Rebuild the public docs around ADE's real feature set (grounded in docs/features/**): correct lane model (primary lane + worktree/child/ import/attach), add Review, iOS Simulator, Automations, GitHub, and troubleshooting pages, consolidate Integrations (GitHub + Linear) and AI Connections, swap the stale green logo for the real purple brand, and wire the full /media library into the pages. Adds the v1.2.7 changelog. Docs-only — no app code touched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * release: satisfy validate-docs for v1.2.7 Force-add the brand favicon.png + logo/ade-wordmark.png (the repo gitignores *.png), add the v1.2.7 CHANGELOG.md section + link reference, and point the changelog index card at v1.2.7. Unblocks the release verify job (ci-pass requires green validate-docs on the tag). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3e5216f commit 413a30a

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.7] - 2026-06-16
11+
12+
### Added
13+
14+
- ADE Code: multi-question approvals in the terminal — arrow keys choose an option and move between questions, number keys pick and submit — replacing the old single-question quick-select.
15+
- Mobile: auto-created lanes are now named from your prompt by the host's small AI model (Chat and CLI), with a deterministic fallback if the model is offline or times out.
16+
- iOS: the new-chat composer now matches an in-session thread (single permission dropdown when space is tight, model pill, fast-mode toggle), with fast mode honored on create.
17+
18+
### Changed
19+
20+
- ADE Code: selecting a lane no longer reflows the drawer — single-line lane cards, a shared chat row, and reserved viewport rows kill the flicker; provider glyphs and colors now match the model picker, and grid navigation escapes cleanly with Tab.
21+
- iOS: faster Work chat scrolling, with assistant previews cached for visible rows and deferred until after the stream merges.
22+
- Stored chat transcripts are compacted while preserving durable replay and live output.
23+
24+
### Removed
25+
26+
- macOS VM runtime, UI, and `ade vm` CLI commands.
27+
- Mobile push notifications; the app now relies on its live sync connection, and PR actions from widgets navigate in-app.
28+
1029
## [1.2.6] - 2026-06-16
1130

1231
### Fixed
@@ -409,7 +428,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409428

410429
- Initial public release.
411430

412-
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.5...HEAD
431+
[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.7...HEAD
432+
[1.2.7]: https://github.com/arul28/ADE/compare/v1.2.6...v1.2.7
413433
[1.2.6]: https://github.com/arul28/ADE/compare/v1.2.5...v1.2.6
414434
[1.2.5]: https://github.com/arul28/ADE/compare/v1.2.4...v1.2.5
415435
[1.2.4]: https://github.com/arul28/ADE/compare/v1.2.3...v1.2.4

changelog/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ description: "Latest ADE release notes and release history."
55

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

8-
<Card title="Latest release" icon="tag" href="/changelog/v1.2.6">
9-
v1.2.6 - voice input downloadable straight from the chat mic, image paste fixed in remote ADE Code, and steadier phone sync across project hide, unhide, and forget.
8+
<Card title="Latest release" icon="tag" href="/changelog/v1.2.7">
9+
v1.2.7 - ADE Code drops the drawer flicker and gains multi-question approvals, mobile auto-names lanes with AI, iOS chat scrolling is faster, and the macOS VM and mobile push surfaces are retired.
1010
</Card>

favicon.png

89.8 KB
Loading

logo/ade-wordmark.png

71.2 KB
Loading

0 commit comments

Comments
 (0)