Software Agent v0.4.0
Software Agent v0.4.0
A Codex-style terminal project room for a visible, governed team of software agents.
Highlights
- 50/50 terminal layout: committed chat, files, and tools beside a compact wall of all 26 named roles.
- Direct prompt typing plus
/agents,/status,/settings,/api,/model,/tokens,/target,/search, and/helpworkflows. - Open existing local projects or create/reuse GitHub checkouts with
software-agent open. - BYOK OpenAI Responses and Anthropic Messages adapters with masked terminal entry and OS credential storage.
- Economy, balanced, and quality token modes; inactive roles consume no model tokens.
- Native Windows Credential Manager integration and rollback-safe provider rotation.
- Updated logo, architecture, security, setup, command, and differentiation documentation.
Runtime model
All 26 specialist roles are always visible. v0.4 activates only the minimum relevant durable execution seats (currently up to three) so the UI stays truthful and token usage remains bounded; waiting roles are not hidden or charged.
Install
npm install -g https://github.com/khajaaijaz26/software-agent/releases/download/v0.4.0/software-agent-0.4.0.tgz
software-agent --versionVerification
- 120/120 TypeScript tests, lint, typecheck, build, and zero npm audit findings.
- CI green on Windows, macOS, and Linux with Node 22/24.
- Python compatibility green on 3.10 through 3.14, including installed-wheel resources.
- Packaged global-command smoke test passed.