Skip to content

Releases: ModernDelphiWorks/Aefos

Aefos AI 0.19.1-beta

20 Jun 21:01

Choose a tag to compare

Aefos AI 0.19.1-beta Pre-release
Pre-release

Aefos AI 0.19.1-beta — patch over 0.19.0.

Fixed

  • No more crash on a click in the Chat right after it opens. A mouse event arriving while the WebView host was still initialising (e.g. a double-click on the freshly opened panel) could raise an error inside the IDE. Mouse input is now ignored until the host is ready, and forwarding is never fatal.

Everything from 0.19.0 is included (Chat black-screen fixes, dock pane recovery via the menu, About sizing, consistent versions, installer only prompting when RAD Studio is running).

Install

Download Aefos-Setup-0.19.1.exe, close RAD Studio, run it. Requires RAD Studio Delphi 13 (BDS 37.0). Verify against Aefos-Setup-0.19.1.exe.sha256.

Full changelog: https://github.com/ModernDelphiWorks/Aefos/blob/main/CHANGELOG.md

Aefos AI 0.19.0-beta

20 Jun 19:44

Choose a tag to compare

Aefos AI 0.19.0-beta Pre-release
Pre-release

Aefos AI 0.19.0-beta — Chat + Terminal + in-process MCP server for RAD Studio Delphi 13.

This beta is all about reliability on real, varied machines (third-party install feedback).

Fixed

  • No more black Chat panel. GPU compositing is now off by default (the cause of the black screen on some GPUs/drivers/VMs — the Chat is text, so no visible cost). If WebView2 still can't start, the Chat falls back to plain text with an "install WebView2" notice instead of going black.
  • Docked Chat/Terminal reliably comes back — if the pane vanishes after a desktop/layout switch, its menu entry brings it forward again (it used to stay hidden until a profile switch or IDE restart).
  • About dialog no longer clips its last line (Chat and Terminal).
  • Consistent version across Chat and Terminal.

Changed

  • Chat/executor settings editable without an open project (on the Welcome page) — pick your AI CLI, path, model and log in before opening any project.
  • Smoother first-open (dark "Loading…" placeholder instead of a black flash).
  • Inserting a method now shows the same reviewable red/green diff (accept/reject with an optional reason) as editing.
  • Installer only asks to close RAD Studio when it's actually running.

Install

Download Aefos-Setup-0.19.0.exe, close RAD Studio, run it. Requires RAD Studio Delphi 13 (BDS 37.0). Verify against Aefos-Setup-0.19.0.exe.sha256. Community edition is free (incl. internal business use) under the EULA.

Advanced: set AEFOS_WEBVIEW_ENABLE_GPU=1 to opt back into GPU compositing if your machine has a good GPU.

Full changelog: https://github.com/ModernDelphiWorks/Aefos/blob/main/CHANGELOG.md

Aefos AI 0.18.0-beta

20 Jun 13:46

Choose a tag to compare

Aefos AI 0.18.0-beta Pre-release
Pre-release

Aefos AI 0.18.0-beta — Chat + Terminal + in-process MCP server for RAD Studio Delphi 13.

This beta sharpens the human-in-the-loop editing flow.

Added

  • Reject with a reason — rejecting an agent's inline edit now opens a themed dialog (matching the IDE's dark/light theme) for an optional note that is sent back to the agent, so it learns why the change was refused, not just that it was.
  • Reveal on code insertion — tools that write code (AddEventHandler, InsertMethod, insert-at-cursor) flip the IDE to Code view and scroll to the freshly written method, instead of leaving it buried below the form's component declarations.

Changed

  • Inline diff scrolls to the first changed line, so the red/green block and its Accept/Reject buttons are always on-screen.
  • Agent-generated event handlers are separated by a single blank line (the IDE convention).

Fixed

  • Access violation (use-after-free in the editor's diff painting) that could crash the IDE while previewing an inline edit.

Install

Download Aefos-Setup-0.18.0.exe, close RAD Studio, and run it. Requires RAD Studio Delphi 13 (BDS 37.0). Verify the download against Aefos-Setup-0.18.0.exe.sha256.

The Community edition is free (including internal business use) under the EULA.

Full changelog: https://github.com/ModernDelphiWorks/Aefos/blob/main/CHANGELOG.md

Aefos AI 0.17.0-beta

19 Jun 13:05

Choose a tag to compare

Aefos AI 0.17.0-beta Pre-release
Pre-release

⚠️ Aefos AI is proprietary software — the product source code is NOT public.
The "Source code (zip / tar.gz)" archives below are auto-generated by GitHub
from this public documentation repository. They contain only the README, the
user manual, and the license — not the Aefos product source (which is private).
👉 To install, download Aefos-Setup-0.17.0.exe below.


Aefos AI 0.17.0-beta — in-IDE AI Chat + Terminal for RAD Studio Delphi 13.
AEFOS = Agent Execution Flow Orchestration System.

⬇️ Download

Aefos-Setup-0.17.0.exe — Windows installer (per-user, no admin needed).

Requirements

  • RAD Studio Delphi 13 (BDS 37.0) · Windows
  • At least one AI CLI (Claude Code / Codex / GitHub Copilot CLI / Gemini) — bring your own
  • (optional) WebView2 Runtime for rich Markdown in the Chat

Install

  1. Close RAD Studio, run the installer.
  2. Restart RAD Studio → View → Aefos AI (Chat) / (Terminal).

📖 Full guide: https://moderndelphiworks.github.io/Aefos/

Editions

Community is free — including internal business use (no per-seat fee, no penalty).

Supply chain / integrity

  • 📦 SBOM (CycloneDX 1.5): sbom/
  • 🔒 Security policy: SECURITY.md
  • SHA-256 Aefos-Setup-0.17.0.exe: 47c8f49911966c2726473665e2673f45198337969fb04e79a25817cc77007356

See the CHANGELOG.