chore(code): bump version to 0.1.12#83
Conversation
Manual version bump to include logger sync mode fix for bundled binaries.
Summary of ChangesHello @amondnet, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request implements a targeted version update for the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request manually bumps the version of @pleaseai/code to 0.1.12. The version updates in packages/code/package.json and .release-please-manifest.json are correct. However, the changelog for packages/code is missing an entry for this new version. I've kept the comment suggesting this update. To prevent such manual interventions in the future, I recommend adding the packages/logger package to release-please-config.json so its version can be managed automatically.
| "name": "@pleaseai/code", | ||
| "type": "module", | ||
| "version": "0.1.11", | ||
| "version": "0.1.12", |
There was a problem hiding this comment.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=======================================
Coverage 39.27% 39.27%
=======================================
Files 59 59
Lines 6503 6503
=======================================
Hits 2554 2554
Misses 3949 3949 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Manual version bump to 0.1.12 to include logger sync mode fix for bundled binaries.
Changes
Why manual bump?
The logger fix was in
packages/loggerwhich is not tracked by release-please.The fix resolves
ModuleNotFound: thread-streamerror in compiled binaries.Summary by cubic
Manually bump @pleaseai/code to 0.1.12 to include the logger sync mode fix for bundled binaries. This prevents the “ModuleNotFound: thread-stream” error in compiled builds.
Written for commit 44a4398. Summary will update on new commits.