Changelog
Track releases, performance boosts, and new agent tools.
v1.0.0
The Desktop Agent Era
We are thrilled to launch Meteor v1.0.0! This release marks our official move out of beta, bringing fully autonomous desktop coding agents directly to your project workspace.
- Native Desktop Clients: Standalone desktop builds for macOS (Apple Silicon and Intel), Windows, and Linux are now live.
- AST Local Indexing: Full codebase scanning using Tree-sitter. Meteor parses language semantics and respects project architecture rules locally.
- Parallel Sessions: Launch multiple agent sandboxes to debug files, write tests, or generate documentation simultaneously.
- Approval Guardrails: Every CLI script execution and file system write requires explicit user approval before execution.
v0.9.0
Self-Correction & Local LLMs
Focusing on reliability and offline developer support:
- Offline Loop Engine: Added self-correcting loop logic. If tests fail during building, Meteor reads stdout/stderr output and iterates edits automatically.
- Ollama Integration: Run tasks locally using offline LLM models (e.g. Llama 3 and Codegemma) for complete data privacy.
- Smart Truncation: Context window sizes are optimized by 35% using semantic compression of secondary dependency files.
v0.8.0
Alpha Launch
Our initial public prototype release testing core file-editing mechanics:
- Basic text replacement engine for Python and TypeScript files.
- Express server routing and interactive CLI command loops.