Releases: adityaanilraut/CoderAI
Releases · adityaanilraut/CoderAI
Release list
v0.3.3
v0.3.2
Python wheel and sdist. Install with:
pip install coderai-agent==0.3.2Run interactive chat:
coderAI chatCoderAI v0.3.1
CoderAI v0.3.1 - 2026-07-15
Fixed
- Make Windows test suite portable (shell quoting, hook payload embedding).
- Allow Windows asyncio under pytest-socket.
- Make CI type checks cross-platform.
Install from GitHub release assets, or:
pip install https://github.com/adityaanilraut/CoderAI/releases/download/v0.3.1/coderai-0.3.1-py3-none-any.whlFull changelog: https://github.com/adityaanilraut/CoderAI/blob/main/CHANGELOG.md
CoderAI v0.3.0
CoderAI v0.3.0 - 2026-07-07
Added
- Configurable tool/subprocess timeouts, transient tool retries, and background job caps.
- Hardened security suite (workspace trust, provenance, SSRF, MCP/OAuth, FS hygiene, supply-chain lockfile).
- Textual TUI as the primary interactive surface; headless
coderAI run.
Changed
- Tool suite remediation (batch
search_replace, registry snapshot, detection dedup). - Architectural modularization of agent session/capabilities and TUI controller.
Full changelog: https://github.com/adityaanilraut/CoderAI/blob/main/CHANGELOG.md
CoderAI v0.1.0
Initial release with MCP tools, Rich UI, and multi-LLM support