Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 15:36
· 9 commits to main since this release

πŸ›Έ Atlas v0.2.1 β€” Context Caching, Cursor Animations & Alice TTS

Smarter computer use, real-time action overlay, new free TTS provider, and a bunch of under-the-hood improvements.

What's new

  • 🎯 Agent cursor overlay β€” see the agent's mouse moving, clicking, typing, and scrolling on screen in real time
  • πŸ—£ Alice TTS β€” new free text-to-speech provider, no API key required (Settings β†’ TTS β†’ Yandex Alice)
  • ⚑ Gemini context caching β€” stable parts of the system prompt are cached, reducing token usage and speeding up responses
  • πŸ–₯ Computer Use optimization β€” fewer redundant screenshots, dynamic delays, smarter retry logic
  • πŸ’¬ Better error handling β€” when an action fails, the agent explains what went wrong in plain language instead of showing raw errors
  • 🚫 SendKeys blocked β€” text input via WScript.Shell is intercepted and redirected to robotjs for reliable non-Latin character support
  • 🌐 Navigate action β€” the agent opens URLs in the current tab instead of spawning new ones
  • 🌍 Same-language task planning β€” step descriptions now match the language of your command
  • 🧹 Auto-clear on new command β€” old responses and search results are cleared when you send a new request
  • πŸ“ OneDrive-safe file paths β€” shell commands resolve Desktop, Documents, etc. dynamically even when redirected by OneDrive
  • βš™οΈ Removed "Always on Top" setting β€” window management is now handled automatically
  • πŸ”§ Prompt refinements β€” improved instructions across all prompts for better accuracy and language consistency

Full changelog

See CHANGELOG for a detailed list of all added, changed, and removed items.

Getting started

  1. Download the .exe below
  2. Launch Atlas β†’ click tray icon β†’ Settings
  3. Paste your Gemini API key β†’ set recommended models in Settings β†’ LLM tab:
    • Text: gemini-3.1-flash-lite-preview
    • Vision: gemini-3-flash-preview (paid) / gemini-3.1-flash-lite-preview (free)
  4. (Optional) Enable TTS: Settings β†’ TTS β†’ select Yandex Alice (free) or ElevenLabs (API key required)
  5. Press Ctrl+Space β†’ go πŸš€

⚠️ Windows only. macOS & Linux support is planned.