Changelog

Track our journey as we build and improve Codefleet. Every update brings us closer to the perfect development experience.

0.4.0

Latest
New

Chat Interface

CodeFleet now includes a powerful chat interface powered by Claude Code. Use your existing Claude subscription to interact with AI assistance directly within the app. Get help with code, ask questions, and boost your productivity without leaving your workflow.

New

Tabbed Interface

Introducing Markdown tab support for seamless switching between Files, Changes, Terminal, and Markdown files. All accessible from the same convenient tab interface without needing to navigate your file tree.

Improved

Performance

Significantly faster response streaming with optimized message handling and reduced memory usage during extended sessions.

Improved

Desktop Performance

Optimized application bundle size for faster downloads and installations across all platforms.

Improved

Security

Enhanced path sanitization to prevent directory traversal attacks and protect your system from malicious file operations.

Improved

Analytics Integration

Improved tracking system with proper build-time environment variable handling for better insights.

Fixed

Resolved desktop build configuration errors that affected production deployments and app stability.

Fixed

Corrected analytics initialization to properly respect environment settings and user preferences.

0.3.1

New

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.

New

Telemetry & Usage Tracking System

Built-in analytics to track feature usage and improve the application.

Improved

Auto-Redirect After Instance Deletion

Automatically redirects to project view when deleting an instance with comprehensive tests.

Improved

Modernized UI

Refined minimal design with enhanced accessibility and improved visual polish.

Fixed

Orphaned worktree detection now works regardless of branch naming conventions.

Fixed

Keyboard shortcut conflicts in RightSidebar that interfered with terminal tab navigation.

Fixed

Sandbox instances no longer appear in project listings for cleaner project views.

0.3.0

New

Native Menu Feedback System

Direct feedback submission through macOS menu integration.

New

Pull Latest Commits Button

One-click git pull functionality with security hardening.

New

Delete Script Feature

Secure script deletion with comprehensive safety validations.

New

Enhanced Instance Deletion

Improved deletion with structured status responses and multi-project support.

New

Project Information Page

Comprehensive project details with refined UI design.

New

Centralized Main View Store

Tab-based navigation system with state management.

New

CodeFleet Reference Documentation

Complete documentation for all features and workflows.

Improved

User Experience

Replaced consent modal with subtle toast notifications for better UX.

Improved

Performance

Optimized IDESidebar reactive statements and enhanced test configuration.

Improved

Test Suite

Modernized testing patterns with simplified tooling and enhanced coverage.

Improved

Security

Enhanced environment variable parsing to support dots in values.

Improved

Error Handling

Improved script execution error handling and validation.

Fixed

Environment variable parsing issues with dot notation values.

0.2.0

New

Git Changes Panel

Advanced diff viewer with syntax highlighting and GitHub-style interface.

New

Markdown Editor

Built-in CodeMirror editor with syntax highlighting and keyboard shortcuts (⌘R, ⌘W).

New

Enhanced Git Operations

Stage/unstage files, view diffs, real-time file change tracking.

New

Command-W Shortcut

Close markdown editor with keyboard shortcut.

New

Improved Instance Deletion

Robust cleanup with orphaned worktree handling.

Improved

Terminal Rendering

Fixed character metrics and text overlap issues.

Improved

Performance

Optimized Git operations and file watching with caching.

Improved

Security

Enhanced path validation and XSS protection.

Improved

Testing

Comprehensive test coverage for new features.

Fixed

Terminal text rendering and grid alignment issues.

Fixed

Markdown editor re-opening blank content.

Fixed

TypeScript compilation errors.

Fixed

UI overlap with Git Changes header.

0.1.1

New

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.

New

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.

New

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.

New

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.

New

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.