rebased: Add version 1.0.14#17792
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR adds bucket/rebased.json, a new Scoop manifest for Rebased IDE 1.0.13 (64-bit). It specifies the release download URL and SHA-256, a PowerShell pre-install step to extract the archive into an IDE directory and remove $PLUGINSDIR, uses portable.ps1 as the entrypoint, maps IDE\bin\idea64.exe to the rebased command, defines a "Rebased" shortcut, lists persistence files, and includes GitHub-based checkver/autoupdate metadata. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
bucket/rebased.json (1)
39-48: Suggested local validation steps before mergeRun the standard Scoop checks for this new manifest:
scoop config debug true scoop config gh_token <your-github-token> # read-only token is enough .\bin\checkver.ps1 -App rebased -f .\bin\formatjson.ps1 -App rebased scoop install .\bucket\rebased.json -a 64bitReference docs:
- Contribution Guide: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md
- App Manifests Wiki: https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@bucket/rebased.json` around lines 39 - 48, Run the recommended local Scoop validation before merging the new rebased.json manifest: enable debug and set a GH token, then run .\bin\checkver.ps1 -App rebased -f to verify checkver (the "checkver" github URL), .\bin\formatjson.ps1 -App rebased to format the manifest, and attempt installation with scoop install .\bucket\rebased.json -a 64bit to validate the autoupdate url ("autoupdate" -> 64bit -> url) and the packaged rebased.exe; follow the Contribution Guide and App Manifests Wiki if any failures occur.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@bucket/rebased.json`:
- Around line 39-48: Run the recommended local Scoop validation before merging
the new rebased.json manifest: enable debug and set a GH token, then run
.\bin\checkver.ps1 -App rebased -f to verify checkver (the "checkver" github
URL), .\bin\formatjson.ps1 -App rebased to format the manifest, and attempt
installation with scoop install .\bucket\rebased.json -a 64bit to validate the
autoupdate url ("autoupdate" -> 64bit -> url) and the packaged rebased.exe;
follow the Contribution Guide and App Manifests Wiki if any failures occur.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 242fdcce-3ed8-4c28-a260-b09d654e1585
📒 Files selected for processing (1)
bucket/rebased.json
d7d7707 to
57ca039
Compare
|
CodeRabbit chat interactions are restricted to organization members for this repository. Ask an organization member to interact with CodeRabbit, or set |
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with rebased
|
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with rebased
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. rebased
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. rebased
|
Closes #17791
<manifest-name[@version]|chore>: <general summary of the pull request>