-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Bug
Running unleashed --current (or any variant) does not work as expected.
Context
The unleashed() shell function in .bash_profile passes unknown flags through to claude.cmd via parse_known_args. If --current is a Claude Code flag, it should be forwarded. If it's meant to be an unleashed feature (e.g., "use the latest/current version"), it doesn't exist yet.
To Investigate
- Is
--currenta valid Claude Code CLI flag? Checkclaude --help - If yes — does the arg passthrough in c-18/c-20 forward it correctly?
- If no — should unleashed implement
--currentas its own feature?
Reproduction
cd ~/Projects/SomeProject
unleashed --currentEnvironment
- Unleashed: v18 (production), v20 (test)
- Shell: Git Bash on Windows (MINGW64)
- Claude Code: latest via npm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels