Skip to content

Releases: adityaanilraut/CoderAI

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:43

Python wheel and sdist. Install with:

pip install coderai-agent==0.3.3

Run interactive chat:

coderAI chat

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:23

Python wheel and sdist. Install with:

pip install coderai-agent==0.3.2

Run interactive chat:

coderAI chat

CoderAI v0.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 23:47

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.whl

Full changelog: https://github.com/adityaanilraut/CoderAI/blob/main/CHANGELOG.md

CoderAI v0.3.0

Choose a tag to compare

@adityaanilraut adityaanilraut released this 15 Jul 03:36

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

Choose a tag to compare

@adityaanilraut adityaanilraut released this 13 Oct 05:43

Initial release with MCP tools, Rich UI, and multi-LLM support