LSP Server Integration
Embedder now has LSP server integration providing our agent real-time compilation diagnostics for C/C++ and Rust
Fixed: Edit Tool Precision
Resolved issue where fuzzy matching caused code edits in incorrect locations, particularly affecting STM32 projects with duplicate comment markers
Fixed: Silent Tool Failures
Agent now properly handles and reports tool call failures instead of proceeding as if operations succeeded
Fixed: Terminal Flickering
Eliminated display instability during extended multi-turn conversations
Fixed: macOS File Permissions
Resolved filesystem access issues preventing logger and /resume functionality on macOS
Fixed: Improved Document Ingestion
5x faster ingestion on large document sets
Additional Improvements
More memory-efficient rewind system
CLI can be launched from any directory without degrading
Enhanced search with optimized chunk sizes for better context relevance
Improved onboarding flow with CLI authentication redirecting to dashboard
Document and project deletion via dashboard
And 20+ additional bug fixes and UX refinements!
Embedder v0.2.1 represents a significant step toward production readiness with enterprise-grade reliability and automation capabilities. To update, run:
npm install -g @embedder/embedder
in any supported terminal.