[Chore] bump package versions for 1.3.35 release#795
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (26)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
Summary of ChangesHello, 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 prepares the project for the 1.3.35 release by updating the core package versions and ensuring that all dependent packages correctly reference the new versions. This maintains consistency across the ecosystem and ensures compatibility with the latest core features. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. 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. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request primarily focuses on bumping package versions for the 1.3.35 release. The changes correctly update the core package version and align peer dependencies in other packages. I've added a couple of suggestions to further improve dependency consistency in the workspace, based on the goal mentioned in the PR description to keep package manifests consistent.
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.3.34" | ||
| "koishi-plugin-chatluna": "^1.3.35" |
There was a problem hiding this comment.
In the spirit of keeping package manifests consistent as mentioned in the PR description, consider also updating the zod-to-json-schema dependency in this file. It is currently pinned to 3.23.5 on line 50, while most other packages in the workspace use ^3.24.6. Aligning this would improve overall dependency consistency.
| "faiss-node": "^0.5.1", | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.3.34" | ||
| "koishi-plugin-chatluna": "^1.3.35" |
There was a problem hiding this comment.
description: |-
This pr updates workspace package versions for the 1.3.35 release and aligns peer dependency ranges with the new core package version.
New Features
Bug fixes
koishi-plugin-chatlunapeer dependency ranges from^1.3.34to^1.3.35koishi-plugin-chatluna,koishi-plugin-chatluna-agent,koishi-plugin-chatluna-plugin-common, and the Gemini adapterOther Changes