Conversation
Reviewer's GuidePrepare the 0.13.8 release by bumping the crate version and adding a detailed 0.13.8 changelog section to the project changelog. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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:
📝 WalkthroughWalkthroughAdds an Unreleased 0.13.8 entry to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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.
Hey - I've found 4 issues
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `CHANGELOG.md:15` </location>
<code_context>
+### Fixed
+
+- fix back menu
+- fix appimage on SteamOS game mode
+- fix keywords on wide terminals
+- fix termux filter
</code_context>
<issue_to_address>
**suggestion (typo):** Consider capitalizing “AppImage” to match the official project name.
Using the standard “AppImage” casing here will keep the changelog consistent with common usage and upstream documentation.
```suggestion
- fix AppImage on SteamOS game mode
```
</issue_to_address>
### Comment 2
<location> `CHANGELOG.md:21` </location>
<code_context>
+
+### Other
+
+- migrate to self hosted runner
+- simplify add.rs
+- rename
</code_context>
<issue_to_address>
**nitpick (typo):** Use “self-hosted” with a hyphen for correct compound adjective form.
Because it modifies “runner,” the hyphenated form “self-hosted runner” is the standard grammatical usage.
```suggestion
- migrate to self-hosted runner
```
</issue_to_address>
### Comment 3
<location> `CHANGELOG.md:48` </location>
<code_context>
+- remove old test
+- better steam shortcut handling
+- better self-update
+- better flatpak manage flow
+- some cleanup
+- prettier doctor
</code_context>
<issue_to_address>
**suggestion (typo):** Improve grammar and capitalization in this bullet (e.g., “better Flatpak management flow”).
Consider rephrasing to “better Flatpak management flow” or “better Flatpak management workflow,” and capitalize “Flatpak” to match the official name.
```suggestion
- better Flatpak management flow
```
</issue_to_address>
### Comment 4
<location> `CHANGELOG.md:51-52` </location>
<code_context>
+- better flatpak manage flow
+- some cleanup
+- prettier doctor
+- prettier flatpak menu
+- better flatpak list
+
## [0.13.7](https://github.com/instantOS/instantCLI/compare/v0.13.6...v0.13.7) - 2026-02-10
</code_context>
<issue_to_address>
**nitpick (typo):** Capitalize “Flatpak” consistently in these entries.
Specifically, update the phrases "better flatpak manage flow", "prettier flatpak menu", and "better flatpak list" to use "Flatpak".
Suggested implementation:
```
- better Flatpak manage flow
```
```
- prettier Flatpak menu
```
```
- better Flatpak list
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| ### Fixed | ||
|
|
||
| - fix back menu | ||
| - fix appimage on SteamOS game mode |
There was a problem hiding this comment.
suggestion (typo): Consider capitalizing “AppImage” to match the official project name.
Using the standard “AppImage” casing here will keep the changelog consistent with common usage and upstream documentation.
| - fix appimage on SteamOS game mode | |
| - fix AppImage on SteamOS game mode |
|
|
||
| ### Other | ||
|
|
||
| - migrate to self hosted runner |
There was a problem hiding this comment.
nitpick (typo): Use “self-hosted” with a hyphen for correct compound adjective form.
Because it modifies “runner,” the hyphenated form “self-hosted runner” is the standard grammatical usage.
| - migrate to self hosted runner | |
| - migrate to self-hosted runner |
| - remove old test | ||
| - better steam shortcut handling | ||
| - better self-update | ||
| - better flatpak manage flow |
There was a problem hiding this comment.
suggestion (typo): Improve grammar and capitalization in this bullet (e.g., “better Flatpak management flow”).
Consider rephrasing to “better Flatpak management flow” or “better Flatpak management workflow,” and capitalize “Flatpak” to match the official name.
| - better flatpak manage flow | |
| - better Flatpak management flow |
| - prettier flatpak menu | ||
| - better flatpak list |
There was a problem hiding this comment.
nitpick (typo): Capitalize “Flatpak” consistently in these entries.
Specifically, update the phrases "better flatpak manage flow", "prettier flatpak menu", and "better flatpak list" to use "Flatpak".
Suggested implementation:
- better Flatpak manage flow
- prettier Flatpak menu
- better Flatpak list
e6b017c to
e771770
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 10-60: The CHANGELOG.md contains duplicate release sections titled
"## [0.13.8]" (one with date 2026-02-12 and one with date 2026-02-11); remove or
merge them so there is a single "## [0.13.8]" entry that consolidates all unique
items and a single release date, keeping the combined "Fixed" and "Other" lists
intact; look for the headers "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-12" and "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-11" to locate the duplicate blocks and edit accordingly.
CHANGELOG.md
Outdated
| ## [0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) - 2026-02-12 | ||
|
|
||
| ### Fixed | ||
|
|
||
| - fix error messages | ||
| - fix uninstaller flow | ||
| - fix release-plz | ||
| - fix back menu | ||
| - fix appimage on SteamOS game mode | ||
| - fix keywords on wide terminals | ||
| - fix termux filter | ||
|
|
||
| ### Other | ||
|
|
||
| - async settings previews | ||
| - remove user toml | ||
| - better user deletion | ||
| - migrate to self hosted runner | ||
| - simplify add.rs | ||
| - rename | ||
| - refactor discovery to trait | ||
| - fmt | ||
| - better azahar previews | ||
| - init azahar discovery | ||
| - add duckstation previews | ||
| - duckstation discovery | ||
| - cleanup | ||
| - standardize some stuff | ||
| - split manager.rs | ||
| - refactor manager.rs | ||
| - clean up function names | ||
| - pcsx2 discovery | ||
| - better eden behavior | ||
| - filter already added games | ||
| - init eden discovery | ||
| - better shortcut thingy | ||
| - add emudeck pcsx2 support | ||
| - better builder | ||
| - clean up duplicates | ||
| - add to desktop feature | ||
| - clippy | ||
| - remove old test | ||
| - better steam shortcut handling | ||
| - better self-update | ||
| - better flatpak manage flow | ||
| - some cleanup | ||
| - prettier doctor | ||
| - prettier flatpak menu | ||
| - better flatpak list | ||
|
|
||
| ## [0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) - 2026-02-11 |
There was a problem hiding this comment.
Consolidate duplicate 0.13.8 entries.
There are two 0.13.8 sections (2026-02-12 and 2026-02-11) with overlapping content. This makes the release notes ambiguous and can confuse release tooling. Please keep a single 0.13.8 section and remove or merge the other.
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 10 - 60, The CHANGELOG.md contains duplicate
release sections titled "## [0.13.8]" (one with date 2026-02-12 and one with
date 2026-02-11); remove or merge them so there is a single "## [0.13.8]" entry
that consolidates all unique items and a single release date, keeping the
combined "Fixed" and "Other" lists intact; look for the headers "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-12" and "##
[0.13.8](https://github.com/instantOS/instantCLI/compare/v0.13.7...v0.13.8) -
2026-02-11" to locate the duplicate blocks and edit accordingly.
faceb69 to
d782377
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 31: Update the changelog entry string "I hate Github actions" to use the
official capitalization: replace with "I hate GitHub Actions" so both "GitHub"
and "Actions" are correctly capitalized; locate the exact changelog line
containing that text and edit it accordingly.
| ### Other | ||
|
|
||
| - what the actual fuck | ||
| - I hate Github actions |
There was a problem hiding this comment.
Capitalize “GitHub” correctly.
Use the official “GitHub” spelling in the changelog entry.
🧰 Tools
🪛 LanguageTool
[uncategorized] ~31-~31: The official name of this software platform is spelled with a capital “H”.
Context: ... Other - what the actual fuck - I hate Github actions - rename workflows - async sett...
(GITHUB)
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 31, Update the changelog entry string "I hate Github
actions" to use the official capitalization: replace with "I hate GitHub
Actions" so both "GitHub" and "Actions" are correctly capitalized; locate the
exact changelog line containing that text and edit it accordingly.
d782377 to
3a20165
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 31-32: Replace the profane release notes text ("what the actual
fuck" and "I hate Github actions") with neutral, professional phrasing; update
the CHANGELOG entry to describe the issue concisely (e.g., "Addressed unexpected
failures in GitHub Actions" or "Fixed CI workflow issues affecting releases")
and ensure tone is neutral and informative for public consumption.
| - what the actual fuck | ||
| - I hate Github actions |
There was a problem hiding this comment.
Consider toning down profanity in release notes.
Public changelogs usually benefit from neutral, professional language.
🧰 Tools
🪛 LanguageTool
[uncategorized] ~32-~32: The official name of this software platform is spelled with a capital “H”.
Context: ... Other - what the actual fuck - I hate Github actions - rename workflows - async sett...
(GITHUB)
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 31 - 32, Replace the profane release notes text
("what the actual fuck" and "I hate Github actions") with neutral, professional
phrasing; update the CHANGELOG entry to describe the issue concisely (e.g.,
"Addressed unexpected failures in GitHub Actions" or "Fixed CI workflow issues
affecting releases") and ensure tone is neutral and informative for public
consumption.
3248c45 to
253bf65
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 14-29: In the 0.13.8 changelog section, remove the duplicate
bullet entries so each fix appears only once: delete the extra "fix sync job"
and the extra "fix release-plz" lines and leave a single instance of each;
ensure the remaining bullets (e.g., "fix sync job", "fix release-plz", "fix
cache messing with the bin", etc.) are preserved and the list formatting remains
consistent.
| - fix sync job | ||
| - fix release-plz | ||
| - fix sync job | ||
| - fix cache messing with the bin | ||
| - fix checkout deps | ||
| - fix as well | ||
| - fix deps | ||
| - fix git in CI | ||
| - fix CI | ||
| - fix error messages | ||
| - fix uninstaller flow | ||
| - fix release-plz | ||
| - fix back menu | ||
| - fix appimage on SteamOS game mode | ||
| - fix keywords on wide terminals | ||
| - fix termux filter |
There was a problem hiding this comment.
Remove duplicate “Fixed” bullets to avoid redundancy.
“fix sync job” and “fix release-plz” appear twice in the new 0.13.8 section; keep only one instance of each.
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 14 - 29, In the 0.13.8 changelog section, remove
the duplicate bullet entries so each fix appears only once: delete the extra
"fix sync job" and the extra "fix release-plz" lines and leave a single instance
of each; ensure the remaining bullets (e.g., "fix sync job", "fix release-plz",
"fix cache messing with the bin", etc.) are preserved and the list formatting
remains consistent.
d719091 to
d00d309
Compare
d00d309 to
cfb991b
Compare
🤖 New release
ins: 0.13.7 -> 0.13.8Changelog
This PR was generated with release-plz.