Skip to content

rebased: Add version 1.0.14#17792

Open
shiena wants to merge 1 commit into
ScoopInstaller:masterfrom
shiena:add/rebased
Open

rebased: Add version 1.0.14#17792
shiena wants to merge 1 commit into
ScoopInstaller:masterfrom
shiena:add/rebased

Conversation

@shiena
Copy link
Copy Markdown
Contributor

@shiena shiena commented May 11, 2026

Closes #17791

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Review Change Stack

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This 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)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title states 'rebased: Add version 1.0.14' but the changeset adds version 1.0.13, creating a version mismatch between the title and actual implementation. Update the PR title to 'rebased: Add version 1.0.13' to accurately reflect the version being added in the changeset.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description includes the required checklist items (both checked), confirms reading the Contributing Guide, and references the closed issue #17791.
Linked Issues check ✅ Passed The PR successfully implements the package request from #17791 by adding a manifest for Rebased 1.0.13 with proper metadata, download URL, and installation scripts.
Out of Scope Changes check ✅ Passed All changes are in scope: only adds the new bucket/rebased.json manifest file as required by the linked issue, with no unrelated modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
bucket/rebased.json (1)

39-48: Suggested local validation steps before merge

Run 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 64bit

Reference docs:

🤖 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

📥 Commits

Reviewing files that changed from the base of the PR and between 9903548 and 761a578.

📒 Files selected for processing (1)
  • bucket/rebased.json

@shiena shiena force-pushed the add/rebased branch 4 times, most recently from d7d7707 to 57ca039 Compare May 12, 2026 01:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

CodeRabbit chat interactions are restricted to organization members for this repository. Ask an organization member to interact with CodeRabbit, or set chat.allow_non_org_members: true in your configuration.

@shiena
Copy link
Copy Markdown
Contributor Author

shiena commented May 12, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

rebased

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@shiena
Copy link
Copy Markdown
Contributor Author

shiena commented May 12, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

rebased

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@shiena shiena changed the title rebased: Add version 1.0.13 rebased: Add version 1.0.14 May 12, 2026
@shiena
Copy link
Copy Markdown
Contributor Author

shiena commented May 12, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

rebased

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@shiena
Copy link
Copy Markdown
Contributor Author

shiena commented May 12, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

rebased

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Rebased

1 participant