v1.0a8
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.0a8 (2026-02-04)
Enhancements
- Add an
nbMCP server to the generated coder configurations. - Add first-class Agent Skills (
SKILL.md) generation for supported coders. - Codex: Add a project rules allowlist (
.codex/rules/) to permit common safe development commands outside the sandbox. - Codex: Generate per-project configuration via
.codex/config.tomlby default (withCODEX_HOMEsupport for per-user configs). - Codex: Merge TOML configuration updates instead of overwriting, and create backups when rewriting may drop comments.