AndyMik90 Products
All AndyMik90 Release Notes (13)
- Jan 14, 2026
- Parsed from source:Jan 14, 2026
- Detected by Releasebot:Jan 14, 2026
v2.7.4 - Terminal & Workflow Enhancements
New Auto Claude release adds task worktrees in terminal with YOLO mode, searchable branch selection, and CLI version rollback. It boosts reliability with improved terminal recovery and Sentry error tracking, plus broad fixes across auth, UI, and worktrees.
✨ New Features
- Added task worktrees section in terminal with ability to invoke Claude with YOLO mode (--dangerously-skip-permissions)
- Added searchable branch combobox to worktree creation dialog for easier branch selection
- Added Claude Code version rollback feature to switch between installed versions
- Embedded Sentry DSN at build time for better error tracking in packaged apps
🛠️ Improvements
- Made worktree isolation prominent in UI to help users understand workspace isolation
- Enhanced terminal recreation logic with retry mechanism for more reliable terminal recovery
- Improved worktree name input UX for better user experience
- Improved Claude CLI detection with installation selector when multiple versions found
- Enhanced terminal drag and drop reordering with collision detection
- Synced worktree config to renderer on terminal restoration for consistency
🐛 Bug Fixes
- Fixed Windows claude.cmd validation in GUI to work reliably across different setups
- Fixed profile manager initialization timing issue before auth checks
- Fixed terminal recreation and label reset when user closes Claude
- Fixed duplicate Kanban task creation that occurred on rapid button clicks
- Fixed GitHub PR preloading to prevent loading PRs currently under review
- Fixed UI to display actual base branch name instead of hardcoded "main"
- Fixed Claude CLI detection to properly identify available installations
- Fixed broken pipe errors in backend with Sentry integration
- Fixed app update state persistence for Install button visibility
- Fixed merge logic to include files with content changes even when semantic analysis is empty
- Fixed security profile inheritance in worktrees and shell -c command validation
- Fixed auth auto-switch on 401 errors and improved OAuth-only profile handling
- Fixed "already up to date" case handling in worktree operations
- Resolved circular import issues in GitHub context gatherer and services
- Full Changelog: https://github.com/AndyMik90/Auto-Claude/blob/main/CHANGELOG.md
VirusTotal Scan Results
- Auto-Claude-2.7.4-win32-x64.exe - ✅ Clean (45 engines, 0 detections)
- Auto-Claude-2.7.4-darwin-arm64.dmg - ✅ Clean (48 engines, 0 detections)
- Auto-Claude-2.7.4-darwin-x64.dmg - ⚠️ Analysis timed out
- Auto-Claude-2.7.4-linux-x86_64.AppImage - ✅ Clean (57 engines, 0 detections)
- Auto-Claude-2.7.4-linux-amd64.deb - ✅ Clean (45 engines, 0 detections)
- Auto-Claude-2.7.4-linux-x86_64.flatpak - ✅ Clean (58 engines, 0 detections)
- Jan 13, 2026
- Parsed from source:Jan 13, 2026
- Detected by Releasebot:Jan 14, 2026
- Jan 12, 2026
- Parsed from source:Jan 12, 2026
- Detected by Releasebot:Jan 13, 2026
v2.7.3 - Reliability & Stability Focus
Auto Claude delivers a sweeping release with new terminal and CI workflow enhancements, expanded language and platform support, and smarter PR reviews. Expect performance boosts, robust bug fixes, and a centralized, more reliable CLI experience across terminals and worktrees.
✨ New Features
- Add terminal copy/paste keyboard shortcuts for Windows/Linux
- Add Sentry environment variables to CI build workflows for error monitoring
- Add Claude Code changelog link to version notifiers
- Enhance PR merge readiness checks with branch state validation
- Add PR creation workflow for task worktrees
- Add prominent verdict summary to PR review comments
- Add Dart/Flutter/Melos support to security profiles
- Custom Anthropic compatible API profile management
- Add terminal dropdown with inbuilt and external options in task review
- Centralize CLI tool path management
- Add terminal support for worktrees
- Add Files tab to task details panel
- Enhance PR review page to include PRs filters
- Add GitLab integration
- Add Flatpak packaging support for Linux
- Bundle Python 3.12 with packaged Electron app
- Add iOS/Swift project detection
- Add automated PR review with follow-up support
- Add i18n internationalization system
- Add OpenRouter as LLM/embedding provider
- Add UI scale feature with 75-200% range
🛠️ Improvements
- Extract shared task form components for consistent modals
- Simplify task description handling and improve modal layout
- Replace confidence scoring with evidence-based validation in GitHub reviews
- Convert synchronous I/O to async operations in worktree handlers
- Remove top bars from UI
- Improve task card title readability
- Add path-aware AI merge resolution and device code streaming
- Increase Claude SDK JSON buffer size to 10MB
- Improve performance by removing projectTabs from useEffect dependencies
- Normalize feature status values for Kanban display
- Improve GLM presets, ideation auth, and Insights env
- Detect and clear cross-platform CLI paths in settings
- Improve CLI tool detection and add Claude CLI path settings
- Multiple bug fixes including binary file handling and semantic tracking
- Centralize Claude CLI invocation across the application
- Improve PR review with structured outputs and fork support
- Improve task card description truncation for better display
- Improve GitHub PR review with better evidence-based findings
🐛 Bug Fixes
- Implement atomic JSON writes to prevent file corruption
- Prevent "Render frame was disposed" crash in frontend
- Strip ANSI escape codes from roadmap/ideation progress messages
- Resolve integrations freeze and improve rate limit handling
- Use shared project-wide memory for cross-spec learning
- Add isinstance(dict) validation to Graphiti to prevent AttributeError
- Enforce implementation_plan schema in planner
- Remove obsolete @lydell/node-pty extraResources entry from build
- Add Post Clean Review button for clean PR reviews
- Fix Kanban status flip-flop and phase state inconsistency
- Resolve multiple merge-related issues affecting worktree operations
- Show running review state when switching back to PR with in-progress review
- Properly quote Windows .cmd/.bat paths in spawn() calls
- Improve Claude CLI detection on Windows with space-containing paths
- Display subtask titles instead of UUIDs in UI
- Use HTTP for Azure Trusted Signing timestamp URL in CI
- Fix Kanban state transitions and status flip-flop bug
- Use selectedPR from hook to restore Files changed list
- Automate auto labeling based on comments
- Fix subtasks tab not updating on Linux
- Add PYTHONPATH to subprocess environment for bundled packages
- Prevent crash after worktree creation in terminal
- Ensure PATH includes system directories when launched from Electron
- Grant worktree access to original project directories
- Filter task IPC events by project to prevent cross-project interference
- Verify critical packages exist, not just marker file during Python bundling
- Await async sendMessage to prevent race condition in insights
- Add pywin32 dependency for LadybugDB on Windows
- Handle Ollama version errors during model pull
- Add helpful error message when Python dependencies are missing
- Prevent app freeze by making Claude CLI detection non-blocking
- Use Homebrew for Ollama installation on macOS
Full Changelog: https://github.com/AndyMik90/Auto-Claude/blob/main/CHANGELOG.md
Original source Report a problem - Jan 8, 2026
- Parsed from source:Jan 8, 2026
- Detected by Releasebot:Jan 9, 2026
v2.7.3-beta.1 (Beta)
Beta Release v2.7.3-beta.1
This is a beta release for testing new features. It may contain bugs or incomplete functionality.
How to opt-in to beta updates
- Open Auto Claude
- Go to Settings > Updates
- Enable "Beta Updates" toggle
Reporting Issues
Please report any issues at https://github.com/AndyMik90/Auto-Claude/issues
Full Changelog: main...v2.7.3-beta.1
Original source Report a problem - Jan 2, 2026
- Parsed from source:Jan 2, 2026
- Detected by Releasebot:Jan 9, 2026
v2.7.2
Auto Claude delivers a full feature sweep with a fresh Kanban refresh, enhanced PR review and GitLab integration, i18n support, packaging and runtime upgrades, and expanded tooling for tasks. It also fixes key reliability issues across CLI, worktrees, and IDE integrations.
✨ New Features
- Added refresh button to Kanban board for manually reloading tasks
- Terminal dropdown with built-in and external options in task review
- Centralized CLI tool path management with customizable settings
- Files tab in task details panel for better file organization
- Enhanced PR review page with filtering capabilities
- GitLab integration support
- Automated PR review with follow-up support and structured outputs
- UI scale feature with 75-200% range for accessibility
- Python 3.12 bundled with packaged Electron app
- OpenRouter support as LLM/embedding provider
- Internationalization (i18n) system for multi-language support
- Flatpak packaging support for Linux
- Path-aware AI merge resolution with device code streaming
🛠️ Improvements
- Improved terminal experience with persistent state when switching projects
- Enhanced PR review with structured outputs and fork support
- Better UX for display and scaling changes
- Convert synchronous I/O to async operations in worktree handlers
- Enhanced logs for commit linting stage
- Remove top navigation bars for cleaner UI
- Enhanced PR detail area visual design
- Improved CLI tool detection with more language support
- Added iOS/Swift project detection
- Optimize performance by removing projectTabs from useEffect dependencies
- Improved Python detection and version validation for compatibility
🐛 Bug Fixes
- Fixed CI Python setup and PR status gate checks
- Fixed cross-platform CLI path detection and clearing in settings
- Preserve original task description after spec creation
- Fixed learning loop to retrieve patterns and gotchas from memory
- Resolved frontend lag and updated dependencies
- Fixed Content-Security-Policy to allow external HTTPS images
- Fixed PR review isolation by using temporary worktree
- Fixed Homebrew Python detection to prefer versioned Python over system python3
- Added support for Bun 1.2.0+ lock file format detection
- Fixed infinite re-render loop in task selection
- Fixed infinite loop in task detail merge preview loading
- Resolved Windows EINVAL error when opening worktree in VS Code
- Fixed fallback to prevent tasks stuck in ai_review status
- Fixed SDK permissions to include spec_dir
- Added --base-branch argument support to spec_runner
- Allow Windows to run CC PR Reviewer
- Fixed model selection to respect task_metadata.json
- Improved GitHub PR review by passing repo parameter explicitly
- Fixed electron-log imports with .js extension
- Fixed Swift detection order in project analyzer
- Prevent TaskEditDialog from unmounting when opened
- Fixed subprocess handling for Python paths with spaces
- Fixed file system race conditions and unused variables in security scanning
- Resolved Python detection and backend packaging issues
- Fixed version-specific links in README and pre-commit hooks
- Fixed task status persistence reverting on refresh
- Proper semver comparison for pre-release versions
- Use virtual environment Python for all services to fix dotenv errors
- Fixed explicit Windows System32 tar path for builds
- Added augmented PATH environment to all GitHub CLI calls
- Use PowerShell for tar extraction on Windows
- Added --force-local flag to tar on Windows
- Stop tracking spec files in git
- Fixed GitHub API calls with explicit GET method for comment fetches
- Support archiving tasks across all worktree locations
- Validated backend source path before using it
- Resolved spawn Python ENOENT error on Linux
- Fixed CodeQL alerts for uncontrolled command line
- Resolved GitHub follow-up review API issues
- Fixed relative path normalization to POSIX format
- Accepted bug_fix workflow_type alias during planning
- Added global spec numbering lock to prevent collisions
- Fixed ideation status sync
- Stopped running process when task status changes away from in_progress
- Removed legacy path from auto-claude source detection
- Resolved Python environment race condition
VirusTotal Scan Results
- Auto-Claude-2.7.2-win32-x64.exe - ✅ Clean (55 engines, 0 detections)
- Auto-Claude-2.7.2-darwin-arm64.dmg - ✅ Clean (60 engines, 0 detections)
- Auto-Claude-2.7.2-darwin-x64.dmg - ✅ Clean (60 engines, 0 detections)
- Auto-Claude-2.7.2-linux-x86_64.AppImage - ✅ Clean (63 engines, 0 detections)
- Auto-Claude-2.7.2-linux-amd64.deb - ✅ Clean (40 engines, 0 detections)
- Auto-Claude-2.7.2-linux-x86_64.flatpak - ✅ Clean (56 engines, 0 detections)
Full Changelog: https://github.com/AndyMik90/Auto-Claude/blob/main/CHANGELOG.md
Original source Report a problem - Dec 31, 2025
- Parsed from source:Dec 31, 2025
- Detected by Releasebot:Jan 9, 2026
v2.7.2-beta.12 (Beta)
Beta Release v2.7.2-beta.12
This is a beta release for testing new features. It may contain bugs or incomplete functionality.
How to opt-in to beta updates
Open Auto Claude
Go to Settings > Updates
Enable "Beta Updates" toggle
Reporting Issues
Please report any issues at https://github.com/AndyMik90/Auto-Claude/issues
Full Changelog: main...v2.7.2-beta.12
Original source Report a problem - Dec 29, 2025
- Parsed from source:Dec 29, 2025
- Detected by Releasebot:Jan 9, 2026
v2.7.2-beta.11
- Dec 27, 2025
- Parsed from source:Dec 27, 2025
- Detected by Releasebot:Jan 9, 2026
v2.7.2-beta.10 (Beta)
Beta Release v2.7.2-beta.10
This is a beta release for testing new features. It may contain bugs or incomplete functionality.
How to opt-in to beta updates
- Open Auto Claude
- Go to Settings > Updates
- Enable "Beta Updates" toggle
Reporting Issues
Please report any issues at https://github.com/AndyMik90/Auto-Claude/issues
Full Changelog: main...v2.7.2-beta.10
Original source Report a problem - Dec 26, 2025
- Parsed from source:Dec 26, 2025
- Detected by Releasebot:Jan 9, 2026
v2.7.2-beta.6 (Beta)
Beta Release v2.7.2-beta.6
This is a beta release for testing new features. It may contain bugs or incomplete functionality.
How to opt-in to beta updates
- Open Auto Claude
- Go to Settings > Updates
- Enable "Beta Updates" toggle
Reporting Issues
- Please report any issues at https://github.com/AndyMik90/Auto-Claude/issues
Full Changelog: main...v2.7.2-beta.6
Original source Report a problem - Dec 26, 2025
- Parsed from source:Dec 26, 2025
- Detected by Releasebot:Jan 9, 2026
v2.7.2-beta.7 (Beta)
Beta Release v2.7.2-beta.7
This is a beta release for testing new features. It may contain bugs or incomplete functionality.
How to opt-in to beta updates
- Open Auto Claude
- Go to Settings > Updates
- Enable "Beta Updates" toggle
Reporting Issues
Please report any issues at https://github.com/AndyMik90/Auto-Claude/issues
Full Changelog: main...v2.7.2-beta.7
Original source Report a problem