We are constantly working on improving our product. Here you can find a summary of the latest changes.
0.3.1
2025-10-07
New
New Features
Sandbox Instances: Standalone development environments not tied to any project. Created in home directory (~/.codefleet/sandboxes/) and survive project deletions. Perfect for quick experiments, testing code snippets, and learning. Persisted in ~/.codefleet/sandboxes.json with full isolation from projects.
Telemetry & Usage Tracking System: Built-in analytics to track feature usage and improve the application.
Improved
Improvements
Auto-Redirect After Instance Deletion: Automatically redirects to project view when deleting an instance with comprehensive tests.
Modernized UI: Refined minimal design with enhanced accessibility and improved visual polish.
Fixed
Bug Fixes
Orphaned worktree detection now works regardless of branch naming conventions.
Keyboard shortcut conflicts in RightSidebar that interfered with terminal tab navigation.
Sandbox instances no longer appear in project listings for cleaner project views.
0.3.0
2025-09-29
New
New Features
Native Menu Feedback System: Direct feedback submission through macOS menu integration.
Command-W Shortcut: Close markdown editor with keyboard shortcut.
Improved Instance Deletion: Robust cleanup with orphaned worktree handling.
Improved
Improvements
Terminal Rendering: Fixed character metrics and text overlap issues.
Performance: Optimized Git operations and file watching with caching.
Security: Enhanced path validation and XSS protection.
Testing: Comprehensive test coverage for new features.
Fixed
Bug Fixes
Terminal text rendering and grid alignment issues.
Markdown editor re-opening blank content.
TypeScript compilation errors.
UI overlap with Git Changes header.
0.1.1
2025-09-13
New
New Features
Multi-Instance Management: Create and manage multiple isolated Claude Code instances in separate git worktrees. Project-based instance grouping with persistent configuration. Clean .codefleet/ directory structure for organized file management.
Chat & Terminal Integration: Enhanced chat interface with SQLite message persistence and session resumption. Embedded xterm.js terminal with PTY process management. Streaming responses and structured content support.
File & Git Operations: File explorer with tree navigation and editor integration (VS Code, Cursor, etc.). Git status tracking, diff viewer, and file staging operations. Image attachment support with drag-and-drop.
User Experience: macOS-inspired dark theme with responsive layout. Model selection (Sonnet/Opus) with per-instance configuration. Agent management system with custom prompts and tools. Multi-project workspace support.
Technical Foundation: SvelteKit 5 + TypeScript frontend with 60+ reusable components. Tauri 2.0 + Rust backend with 40+ API commands. Comprehensive testing with Vitest and security validations. Cross-platform desktop application with hot reload development.