Releases: TheGeekyM/aidle
Release list
1.6.3
1.6.2
v1.6.2 Aidle 1.6.2 — LSP crash fix, faster PR review, zigzag squiggles
1.6.1
v1.6.1 Aidle 1.6.1 — run as root without --no-sandbox
1.6.0
1.5.0
1.4.0
Aidle 1.4.0 🪔
A big Code Explorer polish pass, plus dashboard and DB refinements — all still 100% on your logged-in Claude CLI (no sign-in, no API rate limits).
⬇️ Downloads
| Platform | File |
|---|---|
| 🐧 Linux (portable) | Aidle-1.4.0.AppImage — chmod +x and run |
| 🐧 Debian / Ubuntu | aidle_1.4.0_amd64.deb — sudo dpkg -i aidle_1.4.0_amd64.deb |
| 🍎 macOS (Apple Silicon) | Aidle-1.4.0-arm64.dmg |
| 🍎 macOS (Intel) | Aidle-1.4.0.dmg |
| 🪟 Windows | Aidle.Setup.1.4.0.exe |
Unsigned builds — first launch shows the usual "unidentified developer" prompt (macOS: right-click → Open; Windows: More info → Run anyway). Needs the
claudeCLI installed and logged in.
✨ What's new
Code Explorer
- 🔍 Review is now an apply-able diff. It analyzes the current file and shows each fix as a red/green diff with a → Replace arrow that writes the corrected code straight in (and → Replace all). Fast and reliable — no more whole-file rewrites or timeouts.
- 🎛️ One side panel at a time. Review, Tests, Commit, and Chat are mutually exclusive — opening one hides the others, and each icon toggles open/closed.
▶️ Start buttons. Review/Tests open with a polished CTA and only run when you click — with a spinner badge on the icon while they work, so you can toggle panels mid-run.- 🏷️ Labeled rail with names under each icon; removed the Format button (the
Ctrl+Alt+Lshortcut still works).
Elsewhere
- 🧭 Dashboard — refresh control for assigned items, scan-age hints, quicker settings access.
- 🗄️ DB Console & Knowledge / Pull Requests — assorted refinements.
- 🧠 Story analyze — a live progress panel (steps + elapsed timer) so long analyses never look frozen.
- 🐛 Domain Map — fixed a crash opening entities with code-derived relationships.
📖 Full feature guide: https://github.com/TheGeekyM/aidle#readme
🙌 Contribute
Free and public — star it, open an issue, suggest a feature, or send a PR.
📄 License
Free for noncommercial use under the PolyForm Noncommercial License 1.0.0.
Copyright © 2026 Mohamed Emad · @TheGeekyM
1.3.0
Aidle 1.3.0 — CLI-first, zero sign-in 🪔
This release moves every AI feature onto your logged-in Claude CLI, so Aidle just works off your existing Claude subscription — no in-app sign-in, no API keys, and no more rate-limit errors.
⬇️ Downloads
| Platform | File |
|---|---|
| 🐧 Linux (portable) | Aidle-1.3.0.AppImage — chmod +x and run |
| 🐧 Debian / Ubuntu | aidle_1.3.0_amd64.deb — sudo dpkg -i aidle_1.3.0_amd64.deb |
| 🍎 macOS (Apple Silicon) | Aidle-1.3.0-arm64.dmg |
| 🍎 macOS (Intel) | Aidle-1.3.0.dmg |
| 🪟 Windows | Aidle.Setup.1.3.0.exe |
Builds are unsigned — first launch shows the usual "unidentified developer" prompt: macOS → right-click → Open; Windows → More info → Run anyway. It also needs the
claudeCLI installed and logged in (runclaudeonce in a terminal).
✨ What's new
- 🔌 Everything runs through the Claude CLI now. AI Chat, story analyze/implement, PR review, DB Console NL→SQL, Domain Hub, Code Quality, Knowledge enrichment, git AI helpers, and the editor endpoints all use your logged-in subscription. No more "rate limited / 429" errors in chat.
- 🚪 No sign-in needed. Removed the in-app "Sign in with Claude" flow — the app relies on the CLI's own login.
- 🧠 Live model list. The model picker now pulls the current models straight from your subscription, so any model Anthropic releases later appears automatically — no app update required.
- ⬆️ CLI updater. Settings → AI Model shows your Claude CLI version with a Check for updates button (
claude update). - 🐛 DB Console fix. Right-clicking a table now correctly shows Show DDL / Show relations (the global right-click menu was covering them).
- 🧭 Dashboard. Refresh control for "Assigned to you" items, a stale-scan hint, and quicker access to settings.
📖 Full feature guide: https://github.com/TheGeekyM/aidle#readme
🙌 Contribute
Aidle is free and public. Star it, open an issue, suggest a feature, or send a PR — anything welcome.
📄 License
Free for noncommercial use (individuals, students, hobbyists, researchers, nonprofits) under the PolyForm Noncommercial License 1.0.0. Not for commercial or for-profit use.
Copyright © 2026 Mohamed Emad · @TheGeekyM
1.2.0
Aidle 1.2.0 — your codebase's guiding light 🪔
The first release under the new name Aidle — an AI pair-programmer for Domain-Driven Design codebases. It learns your architecture, database, and work items, then analyzes, implements, reviews, and ships — faithful to your framework's conventions, not a generic template.
Free for noncommercial use. Built with Claude.
⬇️ Downloads
| Platform | File |
|---|---|
| 🐧 Linux (portable) | Aidle-1.2.0.AppImage — chmod +x and run |
| 🐧 Debian / Ubuntu | aidle_1.2.0_amd64.deb — sudo dpkg -i aidle_1.2.0_amd64.deb |
| 🍎 macOS (Apple Silicon) | Aidle-1.2.0-arm64.dmg |
| 🍎 macOS (Intel) | Aidle-1.2.0-x64.dmg |
| 🪟 Windows | Aidle.Setup.1.2.0.exe |
Builds are unsigned, so first launch shows the usual "unidentified developer" prompt — on macOS, right-click → Open; on Windows, More info → Run anyway.
✨ What's inside
- 🧠 Story implementation & analysis — implement a user story / task / bug end-to-end across DDD layers; it explores your code, agrees a plan with you, then builds & fixes until the tests pass.
- 🔗 Knowledge base — connect Azure DevOps and Jira, pull work items (epic → story → task), and enrich them into living domain knowledge the AI reads before coding.
- 💬 AI Chat — grounded in your code, database, and stories, with real citations — never generic answers.
- 🔍 Pull Request review — severity-ranked findings you can post as line comments, plus a Work-Item Check that verifies the PR actually implements its story.
- 🗄️ DB Console — plain-English → SQL, query tabs, paging, inline edit, Explain/Analyze with AI advice, DDL + relations diagrams (MySQL/MariaDB & SQL Server).
- 🧩 Domain Hub, 📝 Code Explorer (editor + review split-diff), ✅ Code Quality scanners, and 🌿 a full Git client with AI commit messages & reviews.
- 🎨 Light/dark themes, Notes, Daily Standup (EN/AR), Fix & Rephrase.
📖 Full feature guide with screenshots: https://github.com/TheGeekyM/aidle#readme
🙌 Contribute
Aidle is free and public. Star it, open an issue, suggest a feature, or send a PR — bug fixes, new stacks, enhancements, anything welcome.
📄 License
Free for noncommercial use (individuals, students, hobbyists, researchers, nonprofits) under the PolyForm Noncommercial License 1.0.0. Not for commercial or for-profit use.
Copyright © 2026 Mohamed Emad · @TheGeekyM
AgentCoder 1.1.0
AgentCoder 1.1.0 — AI DDD code generator (Electron).
Highlights
- CLI-based engine: story implementation, analysis, PR review, standup, rephrase, DB assistant, and domain analysis now run through the Claude Code CLI — reliable auth (no subscription 429s) and no artificial turn limits.
- Implementation: framework-faithful codegen (ASP.NET Zero/ABP, Laravel, …), compiles/tests until green (retries until fixed, not a fixed cap), follows @code-refs and parent-story context, toolchain PATH recovery.
- Analysis: explores the real codebase with a live activity log; no more "ran out of turns".
- Pull Requests: in-app detail view with diffs, avatars, "Open/Merged/Abandoned" tabs, AI review with per-finding + summary comments posted to Azure DevOps (simple English, editable confirmation), double-click to view code in a side panel.
- DB Console: chat → read-only SQL → run → save queries as notes; editor-first UI; optional writes for test DBs.
- Domain Hub: real entity classes scanned from code, grouped by DDD type, mapped to business meaning; entity detail reads the actual source.
- Knowledge: Jira Cloud integration alongside Azure DevOps with a provider picker.
- Daily Standup and Fix & Rephrase: detailed output, English/Arabic toggle.
Downloads
AgentCoder-1.1.0.AppImage— portable Linux (chmod +x, then run)agentcoder_1.1.0_amd64.deb— Debian/Ubuntu (sudo apt install ./…deb)
Linux x64 only in this release. Windows/macOS installers require building on those platforms (CI workflow available on request).