Skip to content

[luv-14] Inject /remote-control on launch and bump to 0.0.7 - #13

Merged
NiveditJain merged 1 commit into
mainfrom
luv-14
Apr 24, 2026
Merged

[luv-14] Inject /remote-control on launch and bump to 0.0.7#13
NiveditJain merged 1 commit into
mainfrom
luv-14

Conversation

@NiveditJain

@NiveditJain NiveditJain commented Apr 24, 2026

Copy link
Copy Markdown
Member

Summary

  • Prepend /remote-control alongside the random /color on every new luv session in launch(), whether or not a /plan prompt follows, so every session is wired up for remote control by default.
  • Bump version to 0.0.7.

Test plan

  • luv <repo> (no prompt) — initial message shows /color <x>\n/remote-control.
  • luv <repo> "some task" — initial message shows /color <x>\n/remote-control\n/plan some task.
  • -r (resume) and -n (navigate) paths unchanged.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features

    • Launch command now automatically includes remote-control functionality, enabling enhanced session control and interaction capabilities alongside color configuration in all sessions.
    • Planning capability is automatically activated when launching with a prompt, providing seamless integration with existing color and remote-control features for a complete experience.
  • Chores

    • Package version updated to 0.0.7.

Each luv session now prepends `/remote-control` alongside the random
`/color` command in Claude's initial input, whether or not a `/plan`
prompt follows — so every new session is wired up for remote control
by default.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 24, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a70b7dee-6e1d-4bb0-9785-1e97a8a50604

📥 Commits

Reviewing files that changed from the base of the PR and between 5327145 and fa127e6.

📒 Files selected for processing (2)
  • luv/__init__.py
  • pyproject.toml

📝 Walkthrough

Walkthrough

The pull request updates the launch command initialization to always include the /remote-control directive alongside color commands, with optional plan commands when a prompt is provided. The package version is incremented to 0.0.7.

Changes

Cohort / File(s) Summary
Launch Command Enhancement
luv/__init__.py
Adds /remote-control directive to launch initialization; appends /plan {prompt} when a prompt is provided, ensuring remote control is always included in the session startup.
Version Update
pyproject.toml
Bumps luv-cli package version from 0.0.6 to 0.0.7.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🎮 A rabbit hops with remote in paw,
Colors dance, control without flaw,
Plans take shape when prompted to be,
Version seven, smooth as can see! 🌈✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch luv-14

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@NiveditJain
NiveditJain merged commit 71f5581 into main Apr 24, 2026
1 check was pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant