> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-dependabot-github-actions-actions-cache-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# v1.0.1

> Release notes for ADE v1.0.1 — March 14, 2026

## Added

* **Multimodal chat** — Claude agent chat now supports image attachments via base64 content blocks, with file upload picker and clipboard paste support in the composer
* **CTO daily logs** — CTO persona gains a context protocol and decision framework; daily log utilities (append/read/list) auto-inject recent context into CTO sessions
* **ADE CLI auth service** — Full OAuth and token-based authentication flows for connecting ADE CLI with PKCE support
* **Onboarding rewrite** — Replaced the 1,373-line `OnboardingPage` with a focused 328-line `ProjectSetupPage`
* **New settings sections** — Lane Behavior, Lane Templates, Integrations, Workspace Settings, and AI Settings panels
* **Context doc preferences** — Model, effort, and events settings now persist to the backend via new IPC handlers
* **Release workflow** — Tag-triggered (`v*`) GitHub Actions workflow with verification step ensuring tags point to `main`, concurrency control, and automated draft release creation
* **Repo protections** — Branch protection rulesets for `main` and release tags, `CODEOWNERS` file, and release notes template
* **Run network panel** — New `RunNetworkPanel` component for the Run page
* **Computer use panel** — New `ChatComputerUsePanel` for inline computer-use artifacts
* **Vercel docs proxy** — `/docs` route now rewrites to the Mintlify-hosted documentation site
* **Expanded getting-started guides** — broader first-run setup coverage

## Changed

* **Chat composer** — Non-blocking async file handling, basename-only display in attachment tray, reworked prompt composition with identity re-injection after compaction
* **Linear OAuth** — Bundled public PKCE client-ID fallback so CTO Linear sync works without manual credential setup; fixed OAuth server to listen on port 19836 and force `prompt=consent`
* **Orchestrator tuning** — Lowered dedupe/retention/pruning thresholds, capped `workerProgressChatState`, pruned config cache, reduced session signal retention and health sweep intervals
* **Main process** — Simplified hardware acceleration logic, narrowed default background task flags in dev stability mode
* **CI** — Tightened permissions, removed old inline release job, added ADE CLI dependency install before desktop typecheck
* **Homepage & web** — Refreshed landing page layout and styles, updated Tailwind config

## Removed

* `TerminalProfilesSection` and `TerminalSettingsDialog` (deprecated)
* `GenerateDocsModal` (functionality moved into `ContextSection`)
* `OnboardingPage` (replaced by `ProjectSetupPage`)
* Legacy infra packages (Pulumi binaries, factory configs, scrutiny reviews)
