Releases: odanree/llm-local-assistant
Releases · odanree/llm-local-assistant
v1.1.2 - Marketplace Validation Fix
v1.1.2 - Marketplace Validation Fix
🔧 Changes
- Fixed: Removed secrets from VSIX package (marketplace validation requirement)
- Optimized: Reduced package size from 1.27 MB → 31 KB
- Cleaned: Excluded .github folder and unnecessary documentation
- Screenshots: Linked from GitHub instead of bundled
📦 What's Included
- Compiled extension (44 KB)
- README with workflow documentation (21 KB)
- Custom icon (631 bytes)
- LICENSE and architecture docs
✨ Features (Same as v1.1.1)
- Phase 2 Complete: Autonomous planning & execution
- 32+ Unit Tests: >85% code coverage
- Real-Time Progress: Watch each step execute
- Error Recovery: Automatic retry with user control
- Chat Persistence: History retained across sessions
- Git Integration: Autonomous commit messages
�� Quality
- TypeScript Errors: 0
- Test Coverage: >85%
- Code Style: ESLint compliant
- Backward Compatible: All v1.0 commands unchanged
🚀 Install
code --install-extension odanree.llm-local-assistantRelease Date: December 10, 2025
Previous Version: v1.1.1 (Phase 2 features)
Phase 2 Complete - v1.1.1
🚀 Phase 2 Complete - v1.1.1
✨ Key Features
- Autonomous Planning: Break complex tasks into structured multi-step plans
- Smart Execution: Execute plans sequentially with automatic error recovery
- Real-Time Progress: Watch each step complete with live status updates
- Error Handling: Intelligent retry logic with user control
📸 Workflow Highlights
See the README for complete workflow screenshots:
- Planning - Multi-step task decomposition
- Review - Inspect plan before execution
- Execution - Real-time step progress
- Error Recovery - Automatic retry handling
- Complete - Results summary
- Git Integration - Autonomous commit messages
🎯 Core Improvements
- ✅ Planner Module (370 lines) - LLM-based task decomposition
- ✅ Executor Module (503 lines) - Sequential execution with retry (max 2 attempts)
- ✅ Observer System - Real-time progress tracking
- ✅ Enhanced Error Handling - Better timeout and abort handling
- ✅ Chat Persistence - History retained when switching between panels
- ✅ 32+ Unit Tests - >85% code coverage, all passing
📊 Quality Metrics
- Test Coverage: >85%
- TypeScript Errors: 0
- Code Style: ESLint compliant
- Backward Compatible: All v1.0 commands unchanged
- Package Size: 1.4 MB VSIX (50 files)
🔧 Technical Details
- Local LLM support (Ollama, LM Studio, vLLM)
- 120s planning timeout for complex tasks
- Automatic step retry on transient failures
- Full conversation history per session
- Streaming support for real-time responses
📝 What's Changed
See PR #3 for full details of Phase 2 implementation and bug fixes.
Release Date: December 10, 2025