Releases: vakovalskii/KVDesk
Releases · vakovalskii/KVDesk
LocalDesk v0.0.8
Changes in v0.0.8
Bug Fixes
- Fixed LLM provider settings not saving correctly
- Show provider name instead of type in model selectors
- Fixed sessions remaining in 'running' status after app restart
- Fixed agent stop button not interrupting ongoing requests
- Reduced noisy debug logs from sidecar
Improvements
- Better Python sandbox support with pip packages
- Improved skill download paths
- Updated system prompts for better code execution guidance
LocalDesk v0.0.7
What's New in LocalDesk 0.0.7
Skills System Integration
- Skills Marketplace - Browse and enable skills from LocalDesk-Skills repository
- load_skill Tool - Agent can now load detailed instructions and scripts for specialized tasks
- Skills Tab in Settings - Search, filter, and manage enabled skills
Image Support
- attach_image Tool - Attach local images (auto-converted to WebP) for model input
Bug Fixes
- Fixed JSON parsing errors when models return malformed tool arguments
- Improved error handling in tool execution
Downloads
- LocalDesk 0.0.7.exe - Windows portable version (no installation required)
- LocalDesk 0.0.7.msi - Windows installer
- LocalDesk 0.0.7.AppImage - Linux portable version (no installation required)
LocalDesk v0.0.5
What's Changed
🐛 Bug Fixes
- Fix session title generation - use OpenAI API instead of Claude SDK
- Fix 'require is not defined' in ExecuteJS sandbox (ES modules compatibility)
✨ New Features
- Dynamic sandbox packages loading - installed npm packages now shown in system prompt
- Improved system prompt - detailed ExecuteJS examples and instructions
📦 Project Updates
- Rename project: Agent Cowork → LocalDesk
- Updated all paths:
.agent-cowork→.localdesk - Updated README with macOS/Linux and Windows instructions
📥 Download
- macOS ARM64 (Apple Silicon):
LocalDesk-0.0.5-arm64.dmg
v0.0.4 - JS Sandbox & PDF Support
🚀 New Features
- ✅ JavaScript Sandbox - Execute JS code in isolated Node.js VM
- ✅ InstallPackage Tool - Install npm packages into
.cowork-sandbox/ - ✅ PDF Support - Extract text from PDFs using
pdf-parse - ✅ Optional Workspace - Start empty chats, add workspace later
- ✅ Stop Button - Interrupt LLM streaming at any time
📦 Downloads
- Windows MSI - Full installer (156 MB)
- Windows Portable - Single EXE, no installation (210 MB)
- macOS DMG - Coming soon!
🔧 Improvements
- Fixed Cyrillic filenames support on Windows
- Improved glob tool with Node.js fs API
- Enhanced security with proper path sandboxing
v0.0.3 - Memory System & UI Improvements
🎉 What's New
Major Features
- 🧠 Memory System - Persistent storage for user preferences in
~/.agent-cowork/memory.md - 🔄 Dynamic Memory Reload - Memory updates are immediately available within the same session
- ✏️ Message Editing - Edit and resend messages with automatic history truncation
- 📌 Session Pinning - Pin important sessions and search through chat history
- 📜 Improved Auto-scroll - Better handling of long streaming messages
UI/UX Improvements
- ⌨️ Keyboard Shortcuts - Cmd+Enter (Mac) / Ctrl+Enter (Windows) to send messages
- 🔍 Spell Check - Built-in spell checking with context menu suggestions
- 📁 Open in Finder - Button to open current directory in file manager
- 💎 Visual Highlights - Pinned sessions are visually highlighted in sidebar
- 📊 Token Tracking - Display input/output tokens and API duration
System Improvements
- ✅ Fixed Permission System - Ask/default modes now work correctly
- 📦 Compressed Tool History - Efficient tool execution history format
- 🌍 Language Consistency - Agent responds in the same language as user
- 🛡️ Write Tool Protection - Prevents accidental file overwriting
- 📝 Raw JSON Logging - Full request/response logs for debugging
- 🗑️ Removed AskUserQuestion - Simplified tool set (redundant tool removed)
Memory System Usage
User: "Remember that I prefer Python over JavaScript"
Agent: [Stores in memory.md]
User: "What language do I prefer?"
Agent: "You prefer Python over JavaScript" ✅
Installation
Download Agent Cowork-0.0.3-arm64.dmg for macOS (Apple Silicon)
Files
Agent Cowork-0.0.3-arm64.dmg- Main installer (160 MB)Agent Cowork-0.0.3-arm64.dmg.blockmap- For auto-updateslatest-mac.yml- Update metadata
Full Changelog: v0.0.2...v0.0.3