Releases: aresbit/AutoAgent
Releases · aresbit/AutoAgent
AutoAgent v0.8.1
AutoAgent v0.6.0
What's new in v0.6.0
Windows packaging is now usable end-to-end
- Fixed packaged app icon/resource stamping so
win-unpacked/AutoAgent.exeno longer falls back to the default Electron identity - Fixed Windows installer and shortcut icon behavior, including Start menu / desktop shortcut rewrite to use the bundled app icon consistently
- Bundled
rg.exein Windows packages so Glob/Grep-related workflows no longer depend on ripgrep being preinstalled on the target machine - Bundled
bun_runtime.exe,opencc-dist/cli.js, and Windows release metadata needed for installer and portable distributions
Packaged runtime fixes
- Fixed stale saved workspace directories causing packaged subprocess startup failures on Windows
- Fixed installed builds failing to answer because Bun could hit
EPERMwhen readingcli.jsdirectly fromC:\Program Files\...\resources\opencc-dist\cli.js - Packaged Windows builds now stage
cli.jsinto a writable temp directory before launching the Bun subprocess
Linux compatibility preserved
- Kept the Linux
.debpackaging path intact - Preserved bundled ripgrep lookup for Linux desktop packaging
- Existing Linux release asset remains available in this release
Assets in this release
autoagent_0.6.0_amd64.debAutoAgent.Setup.0.6.0.exeAutoAgent.Setup.0.6.0.exe.blockmapAutoAgent-0.6.0-portable-x64.exelatest.yml
Install
Linux:
wget https://github.com/aresbit/AutoAgent/releases/download/v0.6.0/autoagent_0.6.0_amd64.deb
sudo dpkg -i autoagent_0.6.0_amd64.debWindows:
- Use
AutoAgent.Setup.0.6.0.exefor the installer build - Use
AutoAgent-0.6.0-portable-x64.exefor the portable build
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.5.0
- fix: reuse QueryEngine across turns instead of recreating each turn/start
- fix: truncate long chat titles so topbar buttons stay visible
- fix: assistantText regression — use = for full assistant, += only for text_delta
- fix: forward tool_use events as inline deltas so user sees agent actions
- Update bundles, Electron desktop, and engine/server refactors
Download: autoagent_0.5.0_amd64.deb (31 MB)
AutoAgent v0.2.0 — Desktop AI Coding Agent
AutoAgent v0.2.0
Initial public release of the AutoAgent desktop application.
Included
- Native Electron desktop GUI with dark theme
- Multi-provider inference (Anthropic, OpenAI, DeepSeek, custom endpoints)
- Streaming agent output with real-time tool-use visibility
- Persistent chat sessions with branching support
- Full MCP client (stdio, HTTP streamable, SSE transports)
- Skill system with dual-source scanning (system + project)
- Git workspace integration (diff stats, branches, changed files)
- Single
.debpackage with bundled Bun runtime — zero external dependencies
Install
sudo dpkg -i autoagent_0.2.0_amd64.debThen launch autoagent from your app launcher or terminal.