Skip to content

ATLAS-v0.3.5

Latest

Choose a tag to compare

@nolanlwin nolanlwin released this 26 Jan 12:32
· 3 commits to main since this release

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-tools flag
  • LLM chooses which tools to use
  • Multiple tools available simultaneously
  • Supports complex multi-step workflows

Usage

# Enable LLM-controlled tool orchestration
atlas --llm-controlled-tools

Security 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