Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR is an automated release bump to v0.13.14 that updates the changelog with the new version entry and associated notes, keeping prior entries intact. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 2 issues, and left some high level feedback:
- The new 0.13.14 changelog section duplicates the existing bullet points under
### Other; consider consolidating these entries so each change is listed only once. - The changelog items
fix release (hopefully)andfixare vague; consider rewriting them to describe the specific issues addressed so the release notes are more informative.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new 0.13.14 changelog section duplicates the existing bullet points under `### Other`; consider consolidating these entries so each change is listed only once.
- The changelog items `fix release (hopefully)` and `fix` are vague; consider rewriting them to describe the specific issues addressed so the release notes are more informative.
## Individual Comments
### Comment 1
<location> `CHANGELOG.md:20` </location>
<code_context>
### Other
+- release v0.13.14
+- something is deeply wrong with github
+- make mime preview streaming
+- make package previews streaming
</code_context>
<issue_to_address>
**suggestion (typo):** Capitalize "GitHub" consistently with the official product name.
In this bullet, change "github" to "GitHub" to use the correct product branding.
```suggestion
- something is deeply wrong with GitHub
```
</issue_to_address>
### Comment 2
<location> `CHANGELOG.md:21` </location>
<code_context>
+- release v0.13.14
+- something is deeply wrong with github
+- make mime preview streaming
+- make package previews streaming
+- init streaming preview generation
</code_context>
<issue_to_address>
**suggestion (typo):** Use the standard uppercase acronym "MIME" instead of "mime".
As it’s an acronym, please capitalize it as “MIME” here.
```suggestion
- make MIME preview streaming
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
CHANGELOG.md
Outdated
| ### Other | ||
|
|
||
| - release v0.13.14 | ||
| - something is deeply wrong with github |
There was a problem hiding this comment.
suggestion (typo): Capitalize "GitHub" consistently with the official product name.
In this bullet, change "github" to "GitHub" to use the correct product branding.
| - something is deeply wrong with github | |
| - something is deeply wrong with GitHub |
CHANGELOG.md
Outdated
|
|
||
| - release v0.13.14 | ||
| - something is deeply wrong with github | ||
| - make mime preview streaming |
There was a problem hiding this comment.
suggestion (typo): Use the standard uppercase acronym "MIME" instead of "mime".
As it’s an acronym, please capitalize it as “MIME” here.
| - make mime preview streaming | |
| - make MIME preview streaming |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughVersion 0.13.15 is released with a package version bump in Cargo.toml and a corresponding changelog entry documenting a bug fix labeled "fix release thingy." Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
CHANGELOG.md (1)
25-37:⚠️ Potential issue | 🟡 MinorRemove the duplicate
[0.13.14]release section.The
## [0.13.14]heading and its body appear twice (lines 10–23 and lines 25–37). The second block is a subset of the first (it is missing the- release v0.13.14bullet under### Other). The first block already captures all entries and should be the only one.🗑️ Proposed fix — remove the duplicate block
-## [0.13.14](https://github.com/instantOS/instantCLI/compare/v0.13.13...v0.13.14) - 2026-02-23 - -### Fixed - -- fix release (hopefully) -- fix - -### Other - -- something is deeply wrong with github -- make mime preview streaming -- make package previews streaming -- init streaming preview generation - ## [0.13.13](https://github.com/instantOS/instantCLI/compare/v0.13.12...v0.13.13) - 2026-02-22🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@CHANGELOG.md` around lines 25 - 37, The CHANGELOG contains a duplicate release section titled "## [0.13.14]" — remove the second occurrence (the block starting with the repeated "## [0.13.14]" that contains "### Fixed" and "### Other" bullets) so only the first, complete 0.13.14 release block remains; ensure you keep the first block that includes the "- release v0.13.14" bullet and delete the later, partial duplicate to avoid repeated headings.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@CHANGELOG.md`:
- Around line 25-37: The CHANGELOG contains a duplicate release section titled
"## [0.13.14]" — remove the second occurrence (the block starting with the
repeated "## [0.13.14]" that contains "### Fixed" and "### Other" bullets) so
only the first, complete 0.13.14 release block remains; ensure you keep the
first block that includes the "- release v0.13.14" bullet and delete the later,
partial duplicate to avoid repeated headings.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@pkgbuild/ins/.SRCINFO`:
- Line 18: The srcinfo currently has "sha256sums = SKIP", which leaves the
downloaded archive unverified; run the suggested command (curl -L
https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.14.tar.gz |
sha256sum) to compute the real SHA256 hex, then replace the "SKIP" value in the
sha256sums field inside .SRCINFO with that checksum so the package verifies the
v0.13.14 tarball; ensure the checksum string exactly matches the sha256sum
output (no extra whitespace) and save the updated .SRCINFO.
ℹ️ Review info
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
pkgbuild/ins/.SRCINFOpkgbuild/ins/PKGBUILD
✅ Files skipped from review due to trivial changes (1)
- pkgbuild/ins/PKGBUILD
| options = !lto | ||
| source = ins-0.13.10.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.10.tar.gz | ||
| source = ins-0.13.14.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.14.tar.gz | ||
| sha256sums = SKIP |
There was a problem hiding this comment.
sha256sums = SKIP leaves the downloaded archive unverified.
The source artifact just changed to a new tag tarball; this is the right moment to record the real checksum. With SKIP, a silently corrupted or tampered download goes undetected.
Generate the correct value with:
curl -L https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.14.tar.gz | sha256sumThen replace SKIP:
🛡️ Proposed fix
- sha256sums = SKIP
+ sha256sums = <computed-sha256-of-ins-0.13.14.tar.gz>🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@pkgbuild/ins/.SRCINFO` at line 18, The srcinfo currently has "sha256sums =
SKIP", which leaves the downloaded archive unverified; run the suggested command
(curl -L
https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.14.tar.gz |
sha256sum) to compute the real SHA256 hex, then replace the "SKIP" value in the
sha256sums field inside .SRCINFO with that checksum so the package verifies the
v0.13.14 tarball; ensure the checksum string exactly matches the sha256sum
output (no extra whitespace) and save the updated .SRCINFO.
42bdd22 to
6a731b9
Compare
🤖 New release
ins: 0.13.14 -> 0.13.15Changelog
This PR was generated with release-plz.
Summary by CodeRabbit