bump to version 0.1.1 #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
danial2026/Shifter!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on November 13
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.
@ -24,1 +24,4 @@### ⚡ One-Line Installer```bashcurl -fsSL https://raw.githubusercontent.com/zZedix/Shifter/dev/scripts/install.sh | sudo bashBug: Inconsistent Branch References in Installation Process
The installation process has inconsistent branch references. The
README.mdpoints to thedevbranch for the installer script,docs/installation.mdpoints tomain, and the script itself defaults to cloning frombasepath. This can lead to users getting different installer versions and the script cloning an unexpected or non-existent branch, causing installation issues.Additional Locations (2)
scripts/install.sh#L4-L5docs/installation.md#L29-L30