Skip to content

v1.0a2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 02:56
· 339 commits to master since this release
v1.0a2
a9e8615

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.0a2 (2025-10-23)

Enhancements

  • Add support for Git worktrees and GIT_DIR environment variable in populate command, improving compatibility with non-standard Git configurations.
  • Support relative paths in populate command source argument without requiring explicit ./ prefix. The source resolution now uses standard URL scheme extraction for simplified path handling.

Repairs

  • Fix Git source handler URL scheme registration for correct path resolution in populate command source argument.
  • Fix populate command to respect per-coder mode defaults when creating coder directory symlinks and properly handle interrupted operations for idempotent behavior.