Bump Antigravity version fallback to 1.19.4#507
Bump Antigravity version fallback to 1.19.4#5079nunya wants to merge 1 commit intoNoeFabris:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Repository UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (1)
📜 Recent review details🔇 Additional comments (1)
WalkthroughThe pull request updates the fallback version constant for antigravity from "1.18.3" to "1.19.4" in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ 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. Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Analysis: This is a straightforward version number update to the fallback version constant. No issues detected - the change is valid and safe to merge. |
|
Note: Reason for pr is because in opencode the antigravity endpoint just spams upgrade please!!! So this should fix that. (and it does) |
Greptile SummaryThis PR bumps the hardcoded Antigravity version fallback from The change is safe and well-justified:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 9734e76 |
|
NOTE NOTE: |
Summary
Bump the hardcoded Antigravity version fallback from
1.18.3to1.19.4.This fallback is used when the plugin cannot reach the auto-updater API or changelog page (e.g., offline environments, strict firewalls). Having an up-to-date fallback ensures requests aren't rejected with "version no longer supported" errors.
Changes
src/constants.ts: UpdateANTIGRAVITY_VERSION_FALLBACKfrom"1.18.3"to"1.19.4"Note: The test at
src/plugin/version.test.ts:31checks>= 1.18.0, so it will continue to pass with 1.19.4.