Releases: EstebanForge/construct-cli
Releases · EstebanForge/construct-cli
The Construct CLI 0.15.1 - 2026-01-15
Release Notes
Added
- Goose CLI: Added
gooseagent, with first-run configure guidance. - Droid CLI: Added
droidagent. - Kilo Code CLI: Added
kilocodeagent. - Yolo Mode Config: Added
[agents]config to enable yolo flags per-agent or globally inconfig.toml. - Agent Browser: Added
agent-browserto default npm packages and configured its post-install dependency setup. Headless browser automation CLI for AI agents. Fast Rust CLI with Node.js fallback. No MCP required. - LiteLLM: Added
litellmto default pip packages; open-source LLM gateway/SDK with a unified OpenAI-compatible API across 100+ providers, with cost/error handling and failover. - Post-Install Hooks: Added
[post_install].commandstopackages.toml, executed after all package managers finish.
The Construct CLI 0.15.0 - 2026-01-15
Release Notes
Added
- Goose CLI: Added
gooseagent, with first-run configure guidance. - Droid CLI: Added
droidagent. - Kilo Code CLI: Added
kilocodeagent. - Yolo Mode Config: Added
[agents]config to enable yolo flags per-agent or globally inconfig.toml. - Agent Browser: Added
agent-browserto default npm packages and configured its post-install dependency setup. Headless browser automation CLI for AI agents. Fast Rust CLI with Node.js fallback. No MCP required. - LiteLLM: Added
litellmto default pip packages; open-source LLM gateway/SDK with a unified OpenAI-compatible API across 100+ providers, with cost/error handling and failover. - Post-Install Hooks: Added
[post_install].commandstopackages.toml, executed after all package managers finish.
The Construct CLI 0.14.3 - 2026-01-13
Release Notes
Added
- Podman Compose: Added
podman-composeto default brew packages inpackages.toml.
The Construct CLI 0.14.2 - 2026-01-11
Release Notes
Changed
- Non-Sandboxed Aliases:
ns-entries are now shell functions in the RC file, forwarding flags and args without installing extra files. - Agent Rules Bulk Replace:
sys agents-mdnow supports replacing all agent rules at once with a single pasted prompt, including Copilot frontmatter.
The Construct CLI 0.14.1 - 2026-01-11
Release Notes
Changed
- Non-Sandboxed Aliases:
ns-entries are now shell functions in the RC file, forwarding flags and args without installing extra files. - Agent Rules Bulk Replace:
sys agents-mdnow supports replacing all agent rules at once with a single pasted prompt, including Copilot frontmatter.
The Construct CLI 0.14.0 - 2026-01-11
Release Notes
Changed
- Non-Sandboxed Aliases:
ns-entries are now shell functions in the RC file, forwarding flags and args without installing extra files. - Agent Rules Bulk Replace:
sys agents-mdnow supports replacing all agent rules at once with a single pasted prompt, including Copilot frontmatter.
The Construct CLI 0.13.2 - 2026-01-08
Release Notes
Fixed
- Stale Entrypoint Detection: Detect and prompt rebuild when the container image entrypoint is out of date to avoid repeated setup spinners.
The Construct CLI 0.13.1 - 2026-01-07
Release Notes
Added
- Pi Coding Agent: Added support for Pi Coding Agent (
@mariozechner/pi-coding-agent).- Config mounted at
/home/construct/.pi - Added to default npm packages in
packages.toml - Auto-creates
~/.pi/agent/auth.json(empty object) on first run
- Config mounted at
The Construct CLI 0.13.0 - 2026-01-07
Release Notes
Added
- Pi Coding Agent: Added support for Pi Coding Agent (
@mariozechner/pi-coding-agent).- Config mounted at
/home/construct/.pi - Added to default npm packages in
packages.toml - Auto-creates
~/.pi/agent/auth.json(empty object) on first run
- Config mounted at
The Construct CLI 0.12.0 - 2026-01-07
Release Notes
Changed
- Container User Authentication: Set fixed password "construct" for the construct user to enable sudo access when running commands inside
sys shell.- All automated operations (init, build, migrate, update, rebuild) remain completely passwordless via NOPASSWD sudoers configuration