Enable/disable yolo mode for automated Lovable deployments with browser automation. Control testing and debug options.
Toggle automated Lovable deployments with browser automation. Enable to auto-submit prompts and run tests, disable to return to manual copy-paste.
/plugin marketplace add 10K-Digital/lovable-claude-code/plugin install 10k-digital-lovable@10K-Digital/lovable-claude-codeEnable or disable yolo mode for automated Lovable prompt submission via browser automation.
/yolo [on|off] [--testing|--no-testing] [--debug]
on - Enable yolo mode (default: with testing, without debug)off - Disable yolo mode--testing - Enable all 3 testing levels after deployment (default when enabling)--no-testing - Skip testing, only deploy--debug - Enable verbose logging of browser automation stepsExtract the mode (on/off) and flags from the command:
on: proceed to enable yolo modeoff: proceed to disable yolo mode--testing, --no-testing, --debug/yolo on)a) Show Beta Warning:
⚠️ YOLO MODE (BETA)
This feature uses browser automation to automatically submit Lovable prompts.
Benefits:
✅ No manual copy-paste needed
✅ Automatic deployment verification
✅ Saves time on every deployment
Risks:
⚠️ Beta feature - may have bugs
⚠️ Requires Chrome extension and browser session
⚠️ Lovable UI changes may break automation
⚠️ Always has manual fallback if automation fails
Continue enabling yolo mode? (yes/no)
Wait for user confirmation. If no, abort.
b) Validate Prerequisites:
Check if CLAUDE.md exists:
❌ Cannot enable yolo mode - project not initialized
Run /init-lovable first to set up the project.
Read CLAUDE.md and check for lovable_url field:
What is your Lovable project URL?
(e.g., https://lovable.dev/projects/abc123)
Check current Git branch:
git branch --show-current
main, warn:
⚠️ You're on branch '[branch-name]'
Only the main branch syncs with Lovable.
Yolo mode will work, but deployments won't sync until you merge to main.
Check for Claude in Chrome extension (optional check):
💡 Yolo mode requires the Claude in Chrome extension.
If you don't have it installed:
- Install: https://chrome.google.com/webstore/detail/claude/...
- Read docs: https://docs.claude.com/claude/code-intelligence/browser-automation
ℹ️ You can enable yolo mode now and install the extension later.
c) Update CLAUDE.md:
## Yolo Mode Configuration (Beta)
> ⚠️ Beta feature - uses browser automation to auto-submit Lovable prompts
- **Status**: on
- **Testing**: [on if --testing or default, off if --no-testing]
- **Debug Mode**: [on if --debug, off otherwise]
- **Last Updated**: [current timestamp]
- **Operations Covered**:
- Edge function deployment
- Migration application
**Configure:** Run `/yolo on/off [--testing|--no-testing] [--debug]`
lovable_url was added, update the Project Overview sectiond) Confirm Enablement:
✅ Yolo mode ENABLED
Configuration:
- Auto-deployment: ✅ ON
- Testing: [✅ ON / ⏸️ OFF]
- Debug: [✅ ON / OFF]
From now on, when you make changes that need Lovable deployment:
- I'll automatically detect them
- Navigate to your Lovable project
- Submit the prompts for you
[if testing on] - Run 3 levels of verification tests
[if debug on] - Show verbose browser automation details
Operations automated:
✅ Edge function deployment
✅ Migration application
To disable: /yolo off
To change settings: /yolo on --no-testing or /yolo on --debug
/yolo off)a) Update CLAUDE.md:
Status: offLast Updated timestampb) Confirm Disablement:
⏸️ Yolo mode DISABLED
I'll still generate Lovable prompts for backend operations,
but you'll need to copy-paste them manually into Lovable.
Your previous settings are saved:
- Testing: [on/off]
- Debug: [on/off]
To re-enable: /yolo on
/yolo)Show Current Status:
If yolo mode is ON:
## Yolo Mode Configuration
Status: ✅ ENABLED
Testing: ✅ ON (runs 3 verification levels)
Debug: OFF
Last updated: 2024-01-15 10:30:00
Operations automated:
- Edge function deployment
- Migration application
How it works:
- When you run /deploy-edge or /apply-migration
- I'll automatically navigate to Lovable
- Submit the prompts via browser automation
- Verify deployments succeed
To modify:
/yolo off # Disable
/yolo on --no-testing # Skip testing
/yolo on --debug # Enable debug output
If yolo mode is OFF or not configured:
## Yolo Mode Configuration
Status: ⏸️ DISABLED
Yolo mode automates Lovable prompt submission using browser automation.
Benefits:
✅ No manual copy-paste needed
✅ Automatic deployment verification
✅ Saves time on every deployment
To enable: /yolo on
To learn more: Check README.md or ask "What is yolo mode?"
--testing flag (default):
yolo_testing: on in CLAUDE.md--no-testing flag:
yolo_testing: off in CLAUDE.md--debug flag:
yolo_debug: on in CLAUDE.mdCLAUDE.md not found:
❌ Cannot configure yolo mode
CLAUDE.md not found. Initialize the project first:
/init-lovable
Invalid arguments:
❌ Invalid syntax
Usage: /yolo [on|off] [--testing|--no-testing] [--debug]
Examples:
/yolo # Show status
/yolo on # Enable with testing
/yolo on --debug # Enable with debug logs
/yolo off # Disable
Conflicting flags:
❌ Cannot use --testing and --no-testing together
Choose one:
/yolo on --testing # Enable testing (default)
/yolo on --no-testing # Skip testing
After enabling yolo mode, the following commands will automatically trigger browser automation:
/deploy-edge - Deploys edge functions to Lovable/apply-migration - Applies database migrationsThe automation workflow is defined in /skills/yolo/SKILL.md and references.
$ /yolo on
⚠️ YOLO MODE (BETA)
This feature uses browser automation to automatically submit Lovable prompts.
Benefits:
✅ No manual copy-paste needed
✅ Automatic deployment verification
✅ Saves time on every deployment
Risks:
⚠️ Beta feature - may have bugs
⚠️ Requires Chrome extension and browser session
⚠️ Lovable UI changes may break automation
⚠️ Always has manual fallback if automation fails
Continue enabling yolo mode? yes
What is your Lovable project URL?
(e.g., https://lovable.dev/projects/abc123)
> https://lovable.dev/projects/my-project
✅ Yolo mode ENABLED
Configuration:
- Auto-deployment: ✅ ON
- Testing: ✅ ON
- Debug: OFF
From now on, when you make changes that need Lovable deployment:
- I'll automatically detect them
- Navigate to your Lovable project
- Submit the prompts for you
- Run 3 levels of verification tests
Operations automated:
✅ Edge function deployment
✅ Migration application
To disable: /yolo off
$ /yolo on --no-testing
⚠️ YOLO MODE (BETA)
[... beta warning ...]
Continue enabling yolo mode? yes
✅ Yolo mode ENABLED
Configuration:
- Auto-deployment: ✅ ON
- Testing: ⏸️ OFF (deployments only, no verification tests)
- Debug: OFF
Operations automated:
✅ Edge function deployment (no testing)
✅ Migration application (no testing)
To enable testing: /yolo on --testing
$ /yolo on --debug
⚠️ YOLO MODE (BETA)
[... beta warning ...]
Continue enabling yolo mode? yes
✅ Yolo mode ENABLED
Configuration:
- Auto-deployment: ✅ ON
- Testing: ✅ ON
- Debug: ✅ ON (verbose browser automation logs)
You'll see detailed output during deployments:
- Navigation steps
- Element selectors
- Response text
- Timing information
To disable debug: /yolo on
$ /yolo
## Yolo Mode Configuration
Status: ✅ ENABLED
Testing: ✅ ON (runs 3 verification levels)
Debug: ✅ ON
Last updated: 2024-01-15 10:30:00
Operations automated:
- Edge function deployment
- Migration application
To modify:
/yolo off # Disable
/yolo on --no-testing # Skip testing
/yolo on # Disable debug (keeps testing)
$ /yolo off
⏸️ Yolo mode DISABLED
I'll still generate Lovable prompts for backend operations,
but you'll need to copy-paste them manually into Lovable.
Your previous settings are saved:
- Testing: on
- Debug: on
To re-enable: /yolo on