Skip to content

Releases: aresbit/AutoAgent

AutoAgent v0.8.1

22 May 09:25

Choose a tag to compare

Release version 0.8.1

AutoAgent v0.6.0

29 Apr 13:38

Choose a tag to compare

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.exe no 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.exe in 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 EPERM when reading cli.js directly from C:\Program Files\...\resources\opencc-dist\cli.js
  • Packaged Windows builds now stage cli.js into a writable temp directory before launching the Bun subprocess

Linux compatibility preserved

  • Kept the Linux .deb packaging 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.deb
  • AutoAgent.Setup.0.6.0.exe
  • AutoAgent.Setup.0.6.0.exe.blockmap
  • AutoAgent-0.6.0-portable-x64.exe
  • latest.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.deb

Windows:

  • Use AutoAgent.Setup.0.6.0.exe for the installer build
  • Use AutoAgent-0.6.0-portable-x64.exe for the portable build

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 Apr 12:28

Choose a tag to compare

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

28 Apr 14:20

Choose a tag to compare

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 .deb package with bundled Bun runtime — zero external dependencies

Install

sudo dpkg -i autoagent_0.2.0_amd64.deb

Then launch autoagent from your app launcher or terminal.