Skip to content

Conversation

alvinunreal
Copy link
Owner

@alvinunreal alvinunreal commented Aug 15, 2025

Fixes #51
The /prepare command can now receive an optional second argument to specify the shell type, such as 'bash' or 'zsh'. This skips the shell auto-detection mechanism.

  • Refactored PrepareExecPane into PrepareExecPaneWithShell to allow for explicit shell setting.
  • Updated the /prepare command processing logic in ProcessSubCommand to handle the optional argument.
  • Added validation for the supported shells.
  • Updated README.md to reflect the new changes.
  • Updated autocompletion to suggest the supported shells.

google-labs-jules bot and others added 5 commits August 16, 2025 12:54
The /prepare command can now receive an optional second argument to specify the shell type, such as 'bash' or 'zsh'. This skips the shell auto-detection mechanism.

- Refactored `PrepareExecPane` into `PrepareExecPaneWithShell` to allow for explicit shell setting.
- Updated the `/prepare` command processing logic in `ProcessSubCommand` to handle the optional argument.
- Added validation for the supported shells.
- Updated README.md to reflect the new changes.
- Updated autocompletion to suggest the supported shells.
@alvinunreal alvinunreal force-pushed the feature/prepare-shell-argument branch from 3e3aacb to 1ac31b5 Compare August 16, 2025 12:06
@alvinunreal alvinunreal force-pushed the feature/prepare-shell-argument branch from 3fa8467 to fdc840f Compare August 16, 2025 12:28
@alvinunreal alvinunreal merged commit 78421f8 into main Aug 16, 2025
2 checks passed
@alvinunreal alvinunreal deleted the feature/prepare-shell-argument branch August 16, 2025 12:31
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.

/prepare can receive second argument such as /prepare bash - skipping shell autodection
1 participant