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
* ADE Code TUI: kill drawer flicker + marketing site refresh
ADE Code (TUI):
- Kill drawer flicker: single-line lane cards so selecting a lane only adds a
violet border (no row reflow); a shared ChatRow renders the expanded + compact
chat lists identically; drop the CHATS header and timestamps;
stableInkViewportRows reserves a row to avoid Ink-5 full-screen clears;
terminal-preview frame dedup; visible-only PTY buffering with bounded flush.
- Sync provider glyphs/colors 1:1 to the model picker; per-draft notice scoping
(draft:N); simplified cross-terminal mouse baseline; modified-key word
backspace; grid Tab escapes to side panes.
Web:
- PNG -> WebP image migration; HomePage editorial restructure into FeatureGrid /
ShipShowcase; new OgImage /_og card; vercel cache headers for images/videos;
brand + demo media assets.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(ci+review): commit README hero asset + address CodeRabbit feedback
- assets/readme/hero.png: force-add the README hero image (gitignored as *.png,
so validate-docs failed in CI on the missing target while passing locally).
Matches the existing tracked-PNG pattern (og-image.png, logo.png).
- vercel.json: drop `immutable` for /images + /videos (stable, non-fingerprinted
filenames) in favor of `max-age=0, s-maxage=31536000, must-revalidate` so the
CDN still caches a year but browsers pick up media updates.
- FeatureGrid Lightbox: add modal focus containment + restoration (focus the
close button on open, trap Tab inside the dialog, restore focus on close).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
<ahref="https://github.com/arul28/ADE/releases/latest"><imgsrc="https://img.shields.io/badge/Download_for_macOS-7C3AED?style=for-the-badge&logo=apple&logoColor=white"alt="Download for macOS" /></a>
<imgsrc="assets/readme/hero-desktop.png"alt="ADE on macOS"width="720" />
32
-
33
-
<imgsrc="assets/readme/hero-iphone.png"alt="ADE on iOS"width="180" />
32
+
<ahref="https://ade-app.dev"><imgsrc="assets/readme/hero.png"alt="ADE — every AI coding tool, one app that runs everywhere"width="900" /></a>
34
33
</p>
35
34
36
35
ADE runs **Claude Code, Codex, Cursor, Factory Droid, OpenCode** — every major AI coding agent — inside one native workspace. Claude runs through the bundled Claude Agent SDK, while desktop and `ade code` share the same worktree-scoped chat runtime. Every task is its own git worktree, so agents ship features in parallel. Review and merge PRs in-app. Approve a diff from your phone while another agent tests on your Mac.
@@ -42,12 +41,12 @@ Free, open source, local-first. Bring your own keys or subs.
<imgsrc="assets/readme/auto-worktrees.gif"alt="Auto-create a git worktree from a task" />
46
45
</td>
47
46
<tdwidth="45%"valign="middle">
48
47
49
48
### Manage worktrees. In parallel.
50
-
Every task gets its own git worktree. Branch, edit, test, and commit side by side — no stashing, no rebasing, no context switch.
49
+
Every task gets its own git worktree. Describe it and ADE spins up the branch — edit, test, and commit side by side, with no stashing, no rebasing, no context switch.
51
50
52
51
</td>
53
52
</tr>
@@ -56,52 +55,70 @@ Every task gets its own git worktree. Branch, edit, test, and commit side by sid
56
55
<tdwidth="45%"valign="middle">
57
56
58
57
### Every coding agent. One workspace.
59
-
Claude Code, Codex, Cursor, Factory Droid, OpenCode — pick whichever model fits the task. All run against the same worktree, with live diffs and approval gates.
58
+
Claude Code, Codex, Cursor, Factory Droid, OpenCode — pick whichever model fits the task. All run against the same worktree, with live diffs and approval gates. Grid view tiles every run side by side.
0 commit comments