Skip to content

v1.0a12

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:04
· 76 commits to master since this release
v1.0a12
b40183e

Executables

Linux

The Linux executables are dynamically linked and require a Glibc-based OS
distribution from 2022 or later (Ubuntu 22.04+, RHEL 9+, or derivatives). For
older Glibc-based OS distributions and non-Glibc-based OS distributions
(Alpine, etc...), please install the Python package instead.

Other Platforms

The macOS and Windows executables should work on any recent version of their
respective operating systems.

agentsmgr v1.0a12 (2026-07-08)

Enhancements

  • Changed generated Opencode command and agent resource directories to use the
    standard plural commands/ and agents/ names, while continuing to detect
    legacy singular distribution artifacts as stale output.
  • Restructured the managed agent distribution model around committed
    distribution/ artifacts generated from maintainer-owned components/
    sources, with agentsmgr generate --check verification and
    agentsmgr populate consuming only the distribution tree.

Removals

  • Removed default Claude Code hook scripts and Opencode quality-assurance plugins
    from the Copier template so generated projects rely on tool-native diagnostics
    where available, agent guidance, and normal validation commands instead of
    blocking edit or shell-command integrations.

Repairs

  • Fixed agentsmgr source resolution for Windows absolute local paths, so
    drive-letter paths such as C:\\... are treated as filesystem paths rather
    than unsupported URL schemes.