chore: release v0.14.8 - #160
Conversation
Reviewer's GuideRelease PR that bumps the ins crate from 0.14.7 to 0.14.8 and adds the corresponding changelog entry; Cargo.lock is updated accordingly by release automation. Flow diagram for release automation updating ins crate to v0.14.8flowchart TD
ReleasePlz[release-plz automation]
Repo[instantCLI repo]
Changelog[CHANGELOG.md]
CargoToml[Cargo.toml version 0.14.8]
CargoLock[Cargo.lock]
ReleasePlz --> Repo
Repo --> Changelog
Repo --> CargoToml
Repo --> CargoLock
Changelog -->|add entry for 0.14.8| Changelog
CargoToml -->|bump ins crate version 0.14.7 -> 0.14.8| CargoToml
CargoLock -->|refresh dependency lockfile| CargoLock
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughThe release metadata is updated from 0.14.7 to 0.14.8. The changelog adds release fixes and other changes. Arch packaging references the 0.14.8 source archive. Changes0.14.8 release update
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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.
Hey - I've found 2 issues, and left some high level feedback:
- Some of the new changelog entries contain typos (e.g., 'bette git repo preview', 'headr'); consider correcting these to keep the release notes clear and professional.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Some of the new changelog entries contain typos (e.g., 'bette git repo preview', 'headr'); consider correcting these to keep the release notes clear and professional.
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="33" />
<code_context>
+- dedupe wayland copying
+- fmt
+- Merge pull request #157 from instantOS/release-plz-2026-07-22T21-01-58Z
+- bette git repo preview
+- clippy
+- better chord menu columns
</code_context>
<issue_to_address>
**issue (typo):** Typo in 'bette'; consider changing to 'better git repo preview'.
In this bullet, update 'bette' to 'better git repo preview' for clarity.
```suggestion
- better git repo preview
```
</issue_to_address>
### Comment 2
<location path="CHANGELOG.md" line_range="36" />
<code_context>
+- bette git repo preview
+- clippy
+- better chord menu columns
+- nicer looking package installation headr
+- init better looking key chord menu
+- rework fzf api
</code_context>
<issue_to_address>
**issue (typo):** Typo in 'headr'; it should likely be 'header'.
Please correct the misspelling so the entry reads "header" to improve clarity.
```suggestion
- nicer looking package installation header
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| - dedupe wayland copying | ||
| - fmt | ||
| - Merge pull request #157 from instantOS/release-plz-2026-07-22T21-01-58Z | ||
| - bette git repo preview |
There was a problem hiding this comment.
issue (typo): Typo in 'bette'; consider changing to 'better git repo preview'.
In this bullet, update 'bette' to 'better git repo preview' for clarity.
| - bette git repo preview | |
| - better git repo preview |
There was a problem hiding this comment.
Same reason: this bullet mirrors an existing commit subject generated by release-plz, so the typo belongs to the commit message rather than a hand-maintained file.
| - bette git repo preview | ||
| - clippy | ||
| - better chord menu columns | ||
| - nicer looking package installation headr |
There was a problem hiding this comment.
issue (typo): Typo in 'headr'; it should likely be 'header'.
Please correct the misspelling so the entry reads "header" to improve clarity.
| - nicer looking package installation headr | |
| - nicer looking package installation header |
There was a problem hiding this comment.
This changelog line is a verbatim commit subject auto-generated by release-plz; editing it would diverge from git history and be overwritten on the next release-plz run, and the repo's AGENTS.md forbids agent commits.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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.
Inline comments:
In `@CHANGELOG.md`:
- Around line 32-37: Correct the release-note wording in the changelog: update
the git preview entry to “better Git repository preview,” fix “headr” to
“header,” and hyphenate “better looking” as “better-looking” in the key chord
menu entry.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: b353770c-105a-4a13-a60d-c8e279c7c85e
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (4)
CHANGELOG.mdCargo.tomlpkgbuild/ins/.SRCINFOpkgbuild/ins/PKGBUILD
| - Merge pull request #157 from instantOS/release-plz-2026-07-22T21-01-58Z | ||
| - bette git repo preview | ||
| - clippy | ||
| - better chord menu columns | ||
| - nicer looking package installation headr | ||
| - init better looking key chord menu |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Correct the release-note typos before publishing.
- Line 32: change
bette git repo previewtobetter Git repository preview. - Line 36: change
headrtoheader. - Line 37: change
better lookingtobetter-looking.
Proposed wording
-- bette git repo preview
+- better Git repository preview
-- nicer looking package installation headr
+- nicer-looking package installation header
-- init better looking key chord menu
+- init better-looking key chord menu📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - Merge pull request #157 from instantOS/release-plz-2026-07-22T21-01-58Z | |
| - bette git repo preview | |
| - clippy | |
| - better chord menu columns | |
| - nicer looking package installation headr | |
| - init better looking key chord menu | |
| - Merge pull request `#157` from instantOS/release-plz-2026-07-22T21-01-58Z | |
| - better Git repository preview | |
| - clippy | |
| - better chord menu columns | |
| - nicer-looking package installation header | |
| - init better-looking key chord menu |
🧰 Tools
🪛 LanguageTool
[grammar] ~32-~32: Ensure spelling is correct
Context: ...stantOS/release-plz-2026-07-22T21-01-58Z - bette git repo preview - clippy - better chord me...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~36-~36: Ensure spelling is correct
Context: ...ns - nicer looking package installation headr - init better looking key chord menu - rework ...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[uncategorized] ~37-~37: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...oking package installation headr - init better looking key chord menu - rework fzf api ## [0....
(EN_COMPOUND_ADJECTIVE_INTERNAL)
🤖 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 `@CHANGELOG.md` around lines 32 - 37, Correct the release-note wording in the
changelog: update the git preview entry to “better Git repository preview,” fix
“headr” to “header,” and hyphenate “better looking” as “better-looking” in the
key chord menu entry.
Source: Linters/SAST tools
There was a problem hiding this comment.
These lines are auto-generated verbatim commit subjects from release-plz; rewording them would diverge from git history and be overwritten on the next release-plz run, and the repo's AGENTS.md forbids agent commits.
There was a problem hiding this comment.
Skipped: comment is from another GitHub bot.
🤖 New release
ins: 0.14.7 -> 0.14.8Changelog
This PR was generated with release-plz.
Summary by Sourcery
Prepare the v0.14.8 release of the ins CLI, updating version metadata and documenting the latest fixes and maintenance changes in the changelog.
Bug Fixes:
Enhancements:
Build:
Summary by CodeRabbit
New Release
Packaging
Documentation