v0.2.1
πΈ 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
- Download the
.exebelow - Launch Atlas β click tray icon β Settings
- 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)
- Text:
- (Optional) Enable TTS: Settings β TTS β select Yandex Alice (free) or ElevenLabs (API key required)
- Press
Ctrl+Spaceβ go π
β οΈ Windows only. macOS & Linux support is planned.