New Features
Atlas now supports two modes of tool orchestration:
Deterministic Mode (Default)
- System-controlled tool selection
- One tool at a time based on edit format
- Tools:
replace_lines,write_file
LLM-Controlled Mode (New)
- Enable with
--llm-controlled-toolsflag - LLM chooses which tools to use
- Multiple tools available simultaneously
- Supports complex multi-step workflows
Usage
# Enable LLM-controlled tool orchestration
atlas --llm-controlled-toolsSecurity Fixes
- urllib3>=2.6.3: Fixed decompression-bomb safeguards bypass vulnerability (CVE)
- aiohttp>=3.13.3: Fixed multiple security vulnerabilities including:
- Zip bomb vulnerability
- Denial of Service (DoS) vulnerabilities
- Other security issues
These updates address Dependabot security alerts and improve the overall security posture of the application.
Full Changelog: v0.3.4...v0.3.5