Changelog

Stay up to date with the latest changes

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.
  • Pull Latest Commits Button: One-click git pull functionality with security hardening.
  • Delete Script Feature: Secure script deletion with comprehensive safety validations.
  • Enhanced Instance Deletion: Improved deletion with structured status responses and multi-project support.
  • Project Information Page: Comprehensive project details with refined UI design.
  • Centralized Main View Store: Tab-based navigation system with state management.
  • CodeFleet Reference Documentation: Complete documentation for all features and workflows.

Improved
Improvements

  • User Experience: Replaced consent modal with subtle toast notifications for better UX.
  • Performance: Optimized IDESidebar reactive statements and enhanced test configuration.
  • Test Suite: Modernized testing patterns with simplified tooling and enhanced coverage.
  • Security: Enhanced environment variable parsing to support dots in values.
  • Error Handling: Improved script execution error handling and validation.

Fixed
Bug Fixes

  • Environment variable parsing issues with dot notation values.

0.2.0

2025-09-17

New
New Features

  • Git Changes Panel: Advanced diff viewer with syntax highlighting and GitHub-style interface.
  • Markdown Editor: Built-in CodeMirror editor with syntax highlighting and keyboard shortcuts (⌘R, ⌘W).
  • Enhanced Git Operations: Stage/unstage files, view diffs, real-time file change tracking.
  • 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.