refactor(aumate): remove GUI module and add Electron support#14
Merged
refactor(aumate): remove GUI module and add Electron support#14
Conversation
BREAKING CHANGE: Remove GUI-related features from aumate Task 1: Remove GUI from aumate - Remove gui, click_helper, window_manager features - Delete 100+ GUI source files (gui/, screenshot/, clipboard_manager/, etc.) - Remove GUI dependencies (egui, wgpu, winit, muda, tray-icon, rfd, etc.) - Update bot package to remove GUI bindings - Update botjs to remove GUI exports - Delete 8 GUI example files Task 2: Add Electron support for @tego/bot - Create platform-specific npm packages (darwin-x64, darwin-arm64, win32-x64-msvc, etc.) - Add optionalDependencies to main package - Update CI/CD workflow to publish platform packages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on January 23
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
The workflow validated index.js exists but not index.d.ts, which could lead to unclear error messages if the TypeScript declaration file was missing from the artifact. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add PixelColor type export for hex color strings - Add private options field to ScreenshotTool class - Fix JSDoc warnings for unused @param annotations - Add vitest alias for proper coverage tracking - Add comprehensive unit tests for image-match module - Regenerate TypeDoc API documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The previous error handling masked all failures with a generic warning. Now it distinguishes between expected "already exists" errors (which are skipped) and genuine failures (auth, network, validation) which correctly fail the build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Remove GUI-related features from aumate
Task 1: Remove GUI from aumate
Task 2: Add Electron support for @tego/bot
🤖 Generated with Claude Code
Note
aumateand related exports (remove GUI crates, examples, and bindings; simplify Cargo deps)@tego/bot(darwin, win32, linux) and wire optionalDependencies; updaterelease.ymlto build/upload.nodeatpackages/bot/, map targets→packages, and publish per-platform before main packagepackages/bot/(notdist/); workflow steps updated for file locations and artifact handlingimageResource,findOnScreen,findInRegion,findAll*,getMatchCenter/Bounds,waitFor,waitForGone)Written by Cursor Bugbot for commit 7341b32. This will update automatically on new commits. Configure here.