Skip to content

kelivo: Update to version 1.1.15, fix checkver#17901

Merged
z-Fng merged 2 commits into
ScoopInstaller:masterfrom
Zevan770:kelivo-autoupdate
May 27, 2026
Merged

kelivo: Update to version 1.1.15, fix checkver#17901
z-Fng merged 2 commits into
ScoopInstaller:masterfrom
Zevan770:kelivo-autoupdate

Conversation

@Zevan770

Copy link
Copy Markdown
Contributor

Closes #17900

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

@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 680021bc-dedd-4945-a8a3-dcd89e364e24

📥 Commits

Reviewing files that changed from the base of the PR and between 4f890c0 and 6515576.

📒 Files selected for processing (1)
  • bucket/kelivo.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/kelivo.json

📝 Walkthrough

Walkthrough

This PR updates the kelivo Scoop manifest: it bumps the version to 1.1.15 and replaces the Windows 64‑bit download URL and SHA-256 hash; it also updates checkver to use jsonpath for extracting asset URLs and adjusts the regex to capture version and build from percent‑encoded Windows asset filenames for autoupdate.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • ScoopInstaller/Extras#16946: Both PRs update bucket/kelivo.json for the Kelivo Windows manifest, specifically changing the checkver regex/asset URL extraction and the autoupdate/download URL pattern for version/builded assets.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main changes: updating kelivo to version 1.1.15 and fixing the checkver configuration.
Description check ✅ Passed The description includes all required elements: issue reference, completed checklist items, and confirmation of PR title convention compliance.
Linked Issues check ✅ Passed The PR successfully addresses the linked issue #17900 by converting kelivo manifest to use explicit GitHub API URL with jsonpath and regex, and updates to version 1.1.15.
Out of Scope Changes check ✅ Passed All changes in the PR are directly related to the linked issue: updating checkver configuration and releasing version 1.1.15 for kelivo.
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.


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.

@Zevan770 Zevan770 force-pushed the kelivo-autoupdate branch from f393a51 to 4f890c0 Compare May 26, 2026 23:56

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

19-21: Please run local manifest verification before merge.

Use:

  • scoop config debug true
  • scoop config gh_token <your-github-token> (optional, read-only)
  • .\bin\checkver.ps1 -App kelivo -f
  • .\bin\formatjson.ps1 -App kelivo
  • scoop install bucket\kelivo.json -a 64bit

As per coding guidelines: "Provide clear instructions for testing the manifest locally before submission."

Also applies to: 26-26

🤖 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/kelivo.json` around lines 19 - 21, Run the local manifest verification
steps for bucket/kelivo.json before merging: enable scoop debug and (optionally)
set gh_token, run the checkver and formatjson scripts for App "kelivo", and
attempt to install the manifest locally to validate 64-bit assets; while doing
this confirm the "url" and "jsonpath" resolve the latest release assets and that
the "regex" (Kelivo_windows_(?<version>[\d.]+)%2B(?<build>\d+)\.zip) matches the
actual browser_download_url returned — if it fails, update the regex or jsonpath
in kelivo.json and re-run the verification commands until the manifest installs
cleanly.
🤖 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/kelivo.json`:
- Around line 19-21: Run the local manifest verification steps for
bucket/kelivo.json before merging: enable scoop debug and (optionally) set
gh_token, run the checkver and formatjson scripts for App "kelivo", and attempt
to install the manifest locally to validate 64-bit assets; while doing this
confirm the "url" and "jsonpath" resolve the latest release assets and that the
"regex" (Kelivo_windows_(?<version>[\d.]+)%2B(?<build>\d+)\.zip) matches the
actual browser_download_url returned — if it fails, update the regex or jsonpath
in kelivo.json and re-run the verification commands until the manifest installs
cleanly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b9697a8a-145f-41c3-b600-916edba92b73

📥 Commits

Reviewing files that changed from the base of the PR and between b9139d7 and f393a51.

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

19-21: Local manifest validation steps before merge

Please run the standard Scoop checks for kelivo:

scoop config debug true
scoop config gh_token <your-github-token>   # optional, read-only

.\bin\checkver.ps1 -App kelivo -f
.\bin\formatjson.ps1 -App kelivo
scoop install .\bucket\kelivo.json -a 64bit

If anything is unclear, refer to:

🤖 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/kelivo.json` around lines 19 - 21, The manifest bucket/kelivo.json
needs local validation using Scoop's standard checks before merging; run the
listed commands (scoop config debug true, optional gh_token, .\bin\checkver.ps1
-App kelivo -f, .\bin\formatjson.ps1 -App kelivo, and scoop install
.\bucket\kelivo.json -a 64bit) and fix any issues the tools report (incorrect
release URL, jsonpath, or the regex
"Kelivo_windows_(?<version>[\d.]+)%2B(?<build>\d+)\.zip")—ensure the url,
jsonpath, and regex correctly match the GitHub latest release assets and
reformat the JSON with formatjson.ps1 before pushing.
🤖 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/kelivo.json`:
- Around line 19-21: The manifest bucket/kelivo.json needs local validation
using Scoop's standard checks before merging; run the listed commands (scoop
config debug true, optional gh_token, .\bin\checkver.ps1 -App kelivo -f,
.\bin\formatjson.ps1 -App kelivo, and scoop install .\bucket\kelivo.json -a
64bit) and fix any issues the tools report (incorrect release URL, jsonpath, or
the regex "Kelivo_windows_(?<version>[\d.]+)%2B(?<build>\d+)\.zip")—ensure the
url, jsonpath, and regex correctly match the GitHub latest release assets and
reformat the JSON with formatjson.ps1 before pushing.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6ed3bd90-6d61-4af9-80c3-e7b32abc10b5

📥 Commits

Reviewing files that changed from the base of the PR and between f393a51 and 4f890c0.

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

Comment thread bucket/kelivo.json Outdated
@z-Fng z-Fng changed the title kelivo: use github api and jsonpath for autoupdate and update to version 1.1.15 kelivo: Update to version 1.1.15, fix checkver May 27, 2026
@z-Fng

z-Fng commented May 27, 2026

Copy link
Copy Markdown
Member

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

kelivo

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

Check the full log for details.

@z-Fng z-Fng left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for your contribution!

@z-Fng z-Fng merged commit e88df20 into ScoopInstaller:master May 27, 2026
3 checks passed
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.

[Bug]: kelivo autoupdate fails after Scoop PR #6653

2 participants