Skip to content

Agency Agents v0.1.0

Latest

Choose a tag to compare

@msitarzewski msitarzewski released this 16 Jun 19:57
· 23 commits to main since this release
f2ab5a9

Agency Agents v0.1.0 — 2026-06-16

The first public release — a native installer for AI agent personas, on macOS, Windows, and Linux.

Downloads

  • macOS (Apple Silicon & Intel) — signed + notarized .dmg, launches without warnings. macOS 13+.
  • Linux (x86_64) — .deb (Debian/Ubuntu), .rpm (Fedora/RHEL/openSUSE), or the portable .AppImage.
  • Windows (x64 & ARM64) — .exe installer. Not code-signed yet, so SmartScreen warns on first launch → click More info → Run anyway (see Known Notes).

Or visit agencyagents.app.

Highlights

  • Native app for browsing and installing agents from the agency-agents catalog.
  • Catalog source picker supports bundled baseline, managed clone, and user-selected clone.
  • Agents workspace combines catalog browsing, local install state, and per-tool deployment controls.
  • Tools panel shows detected tools, install counts, project targets, and bulk operations.
  • Dashboard charts summarize tool coverage, install health, and the catalog by division (with per-tool coverage donuts and division color metadata sourced from the catalog's divisions.json).
  • Deterministic renderers for Claude Code, Codex, Gemini CLI, GitHub Copilot, Qwen Code, Cursor, and opencode.
  • Install ledger and reconciliation classify files as current, outdated, modified, removed, or foreign.
  • Modified-file uninstall backs up divergent files before deletion.
  • macOS Liquid Glass icon path and cross-platform window chrome configuration.

Quality Gates

  • cargo test --lib
  • npm run check
  • npm run build
  • ignored renderer parity test against the active agency-agents clone
  • Phase C platform-config validation
  • full cross-platform build matrix (macOS + Ubuntu deb/rpm/appimage + Windows x64/arm64)

Known Release Notes

  • The app is not an agent runtime.
  • Some AA repo targets are not yet exposed as app installs because they need multi-file or aggregate renderer work.
  • Windows: the build is not code-signed yet. On first launch Microsoft Defender SmartScreen will show
    "Windows protected your PC" with an unknown-publisher warning. To run it: click More info → Run anyway.
    Code signing is deferred until there's enough Windows demand to justify a certificate (see
    memory-bank/decisions.md 2026-06-16). macOS builds are signed + notarized and launch without warnings.
  • Auto-update is deferred. This release ships with SKIP_UPDATER=1; the updater endpoint
    (agencyagents.app/updater.json) is not yet provisioned. A later release turns it on.