Skip to content

v1.0a8

Choose a tag to compare

@github-actions github-actions released this 04 Feb 22:01
· 184 commits to master since this release
v1.0a8
417b377

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 nb MCP 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.toml by default (with CODEX_HOME support for per-user configs).
  • Codex: Merge TOML configuration updates instead of overwriting, and create backups when rewriting may drop comments.