Skip to content

Releases: benbasha/Claude-Autopilot

v0.1.6 - Enhanced Usage Limit Parsing

Choose a tag to compare

@benbasha benbasha released this 21 Aug 13:15

🔧 Fixed

  • Enhanced Usage Limit Parsing: Added support for new Claude limit message format "X-hour limit reached ∙ resets TIME"
  • Backward Compatibility: Maintained compatibility with existing "reset at" format detection
  • Unicode Support: Support for various bullet characters (∙, •, ·) in limit messages

What's Changed

This release improves Claude Autopilot's ability to detect and handle Claude usage limits by adding support for the new limit message format while maintaining backward compatibility with existing formats.

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - Claude CLI Compatibility Fix

Choose a tag to compare

@benbasha benbasha released this 09 Aug 07:32

🔧 Fixed

  • Claude CLI Compatibility: Adapted to Claude CLI changes by improving detection of CLI readiness with ANSI-styled prompt line recognition

What's Changed

  • Fixed compatibility with updated Claude CLI prompt detection
  • Improved reliability of session initialization

Installation

VS Code Marketplace

Install directly from the VS Code Marketplace

Manual Installation

Download the VSIX file and install via:

code --install-extension claude-autopilot-0.1.5.vsix

Full Changelog: v0.1.4...v0.1.5

Claude Autopilot v0.1.4 - WSL Integration

Choose a tag to compare

@benbasha benbasha released this 01 Aug 21:36

🚀 What's New

✨ Added

  • WSL Integration: Comprehensive Windows Subsystem for Linux (WSL) integration for Win32 command execution
  • Cross-Platform Command Detection: Enhanced command detection with WSL fallback support for Windows users

🔧 Improved

  • Windows Compatibility: Better Windows development environment support through WSL integration
  • Command Execution: More reliable command execution across different Windows configurations

Claude Autopilot v0.1.3

Choose a tag to compare

@benbasha benbasha released this 30 Jul 14:11

🔧 Fixed

  • Windows Claude CLI Detection: Improved Claude CLI detection with PowerShell fallback for better Windows compatibility

📦 Changed

  • Package Size: Removed ngrok dependency to reduce package size and improve installation performance

Claude Autopilot v0.1.2

Choose a tag to compare

@benbasha benbasha released this 29 Jul 18:10

Claude Autopilot v0.1.2

Production Release

This release includes production optimizations with DEBUG_MODE disabled for better performance.

Features

  • Automated Claude Code task management with queue processing
  • Auto-resume functionality for interrupted sessions
  • Web interface with mobile support
  • Queue management and history tracking
  • Sleep prevention during processing
  • Comprehensive security settings

Installation

  1. Download the claude-autopilot-0.1.2.vsix file from this release
  2. Install in VS Code: Extensions → Install from VSIX
  3. Or install from VS Code Marketplace: benbasha.claude-autopilot

What's Changed

  • Set DEBUG_MODE=false for production builds
  • Optimized build scripts for production deployment

Full Changelog: v0.1.1...v0.1.2

Links

Claude Autopilot v0.1.1

Choose a tag to compare

@benbasha benbasha released this 21 Jul 12:35

🚀 Claude Autopilot v0.1.1

✨ Added

  • Message ID System: Each queue message now has a unique identifier for better tracking and management
  • History Visibility Controls: New configuration option to show/hide history section in the UI
  • Scheduled Session Start: Added ability to schedule Claude Autopilot to start at specific times (HH:MM format)
  • Enhanced UI Controls: Replaced checkbox with sleek iOS-style toggle for skip permissions setting
  • Complete Config Implementation: Full configuration system with validation and real-time updates
  • ID Generator Utility: New utility service for generating unique message identifiers
  • Security Service: Enhanced security validation and XSS protection controls
  • Scheduler Service: New service for handling timed operations and session scheduling

🔧 Fixed

  • Queue Persistence: Resolved issues with pending queue not persisting across sessions
  • Auto-start Issues: Fixed problems with automatic session startup functionality
  • History Saving: Fixed bug where processing history was not being saved properly
  • Multiline Message Handling: Improved handling of multiline messages and Enter key submission
  • Configuration References: Updated README and documentation to use correct claudeAutopilot.* configuration keys

📦 Installation

  • Download and install the VSIX file directly
  • Or install from VS Code Marketplace: benbasha.claude-autopilot

Claude Autopilot v0.1.0 - Major Rebrand

Choose a tag to compare

@benbasha benbasha released this 15 Jul 07:07

🎉 Claude Autopilot v0.1.0 - Major Rebrand

This release marks the complete transformation from ClaudeLoop to Claude Autopilot!

🚨 Breaking Changes

  • Extension renamed: claude-loopclaude-autopilot
  • Commands updated: All commands now use claude-autopilot.* prefix
  • Configuration changed: Settings namespace changed from claudeLoop.* to claudeAutopilot.*
  • New repository: Now hosted at Claude-Autopilot

✨ What's New

  • 🎨 Complete UI rebrand with new name and consistent messaging
  • 📚 Collaboration guide added (COLLABORATION.md) with contribution guidelines
  • 🔗 Updated documentation with new repository links and branding
  • ⚙️ Consistent configuration using new namespace throughout

🔧 Technical Changes

  • Updated package.json with new name and repository URLs
  • Migrated all TypeScript interfaces and configuration systems
  • Updated webview content with new branding
  • Fixed all internal references and imports

📦 Installation

Install from the VS Code Marketplace

🆙 Upgrading from ClaudeLoop

If you were using the previous "claude-loop" extension:

  1. Your existing settings will need to be reconfigured (due to namespace change)
  2. Update any custom keybindings to use new command IDs
  3. The functionality remains the same - only the name and configuration keys have changed

🙏 Thank You

Thank you for your support as we evolve this extension to better serve the Claude Code automation community!


This extension helps you run Claude Code while you sleep, eat, or play with your kids. Queue up tasks Friday evening, wake up Monday with everything done! 🚀

v0.0.4: Cross-Platform Keyboard Shortcuts

Choose a tag to compare

@benbasha benbasha released this 14 Jul 10:02

✨ New Features

Cross-Platform Keyboard Shortcuts

  • Cmd+Enter (Mac) and Ctrl+Enter (Windows/Linux) support for adding messages to queue
  • Visual keyboard hints showing available shortcuts in the interface
  • Improved user experience with better keyboard accessibility

UI Improvements

  • Enhanced styling and layout of the message input section
  • Better visual feedback for available shortcuts
  • Improved cross-platform compatibility

🔧 Improvements

  • Better keyboard shortcut handling across different operating systems
  • Enhanced user interface with helpful visual cues
  • Improved accessibility and user experience

Installation:

Full Changelog: v0.0.3...v0.0.4

v0.0.3 - Fix webview loading error

Choose a tag to compare

@benbasha benbasha released this 13 Jul 18:23

🐛 Bug Fix

Fixed webview loading error in packaged extension

What was fixed

  • Resolved "Error loading webview content. Please check the HTML file." when installing from VS Code marketplace
  • Updated build process to properly copy webview files (HTML, CSS, JS) to output directory
  • Fixed file path references to use correct location in packaged extension

Technical changes

  • Modified package.json compile script to copy src/webview/ to out/webview/
  • Updated src/ui/webview/index.ts to reference files in out/webview/ instead of src/webview/

Installation

  • VS Code Marketplace: Search for "ClaudeLoop" in Extensions
  • Manual: Download claude-loop-0.0.3.vsix and install via code --install-extension claude-loop-0.0.3.vsix

Links

ClaudeLoop v0.0.2 - Now with Beautiful Icon\! 🎨

Choose a tag to compare

@benbasha benbasha released this 13 Jul 17:35

ClaudeLoop v0.0.2 - Now with Beautiful Icon! 🎨

!ClaudeLoop Icon

Run Claude Code while you sleep, eat, or play with your kids! Now with a stunning visual identity that perfectly captures the automation experience.

🎨 What's New in v0.0.2

Beautiful New Icon

  • 🌟 Professional Design: Eye-catching icon featuring a sleeping figure with "Z" symbols
  • 🔄 Loop Symbol: Visual representation of continuous automation
  • 🎨 Gradient Colors: Beautiful orange-to-purple gradient that stands out
  • 💫 Perfect Symbolism: Captures the essence of "automation while you rest"

🔧 Technical Improvements

  • Optimized Package Size: Icon optimized from 1.6MB to 65KB
  • Professional Marketplace Presence: Extension now has distinctive visual identity
  • Better Discoverability: Icon makes ClaudeLoop easily recognizable in search results

🚀 Core Features (Unchanged)

💤 24/7 Automated Processing

  • Set It and Forget It: Queue hundreds of tasks and let ClaudeLoop work autonomously
  • Auto-Resume: Automatically resume processing when Claude usage limits reset
  • Sleep Prevention: Keeps your computer awake during processing so work continues overnight
  • Smart Queue Management: Process multiple Claude Code tasks automatically
  • Batch Processing: Handle large workloads efficiently - perfect for weekend or overnight runs

🔧 Robust Process Management

  • Dependency Checking: Automatic detection and validation of Claude Code and Python dependencies
  • Cross-Platform Support: Works seamlessly on Windows, macOS, and Linux
  • IDE Compatibility: Full support for VS Code and Cursor
  • Error Recovery: Comprehensive error handling with automatic retry mechanisms
  • Health Monitoring: Continuous monitoring of Claude Code process health

⚙️ Advanced Configuration

  • Extensive Settings: Fine-tune every aspect of ClaudeLoop behavior
  • Configuration Validation: Built-in validation with helpful error messages
  • Development Mode: Special features and debugging tools for developers

📦 Installation

🛍️ From VS Code Marketplace (Recommended)

  1. Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "ClaudeLoop"
  3. Click "Install" on the extension by Ben Basha
  4. Look for the beautiful new icon! 🎨

📁 From VSIX (This Release)

  1. Download claude-loop-0.0.2.vsix from this release
  2. In VS Code: Extensions → Install from VSIX
  3. Select the downloaded file

💻 From Command Line

# Install from marketplace
ext install benbasha.claude-loop

# Or install from VSIX
code --install-extension claude-loop-0.0.2.vsix

🎯 Perfect For

  • Weekend Warriors: Queue up your entire week's refactoring Friday evening
  • Large Refactoring Projects: Process hundreds of files while you sleep
  • Batch Code Generation: Generate components, tests, and documentation overnight
  • Migration Tasks: Convert frameworks or update dependencies during family time
  • Quality Assurance: Run comprehensive code reviews while you're at dinner
  • Documentation Generation: Create docs for your entire codebase while you relax

📚 Documentation

🔄 Upgrade from v0.0.1

If you have v0.0.1 installed:

  1. VS Code will automatically prompt you to update
  2. Or manually update via Extensions panel
  3. Enjoy the beautiful new icon! ✨

🐛 Known Issues

  • This is still an alpha release - please report issues in GitHub Discussions
  • Requires --dangerously-skip-permissions flag for automation (trusted environments only)

🤝 Contributing

See our Contributing Guide for development setup and guidelines.

📞 Support & Community

📈 What's Coming Next

  • Enhanced queue management features
  • More automation options
  • Improved error handling
  • Performance optimizations
  • Community-requested features

Made with ❤️ for developers who want to work smarter, not harder

"I went to my kid's soccer game and came back to a fully typed codebase" - ClaudeLoop User

Download the VSIX, enjoy the new icon, and let ClaudeLoop automate your development workflow! 🚀