[Refactor] bump package versions to 1.4.0-alpha.5#830
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 |
There was a problem hiding this comment.
Code Review
This pull request updates the koishi-plugin-chatluna peer dependency to 1.4.0-alpha.5 across several packages and bumps the version of koishi-plugin-chatluna-long-memory to 1.3.8. Feedback suggests also bumping the versions of the Azure OpenAI and Ollama adapters to 1.3.8 to maintain workspace-wide version consistency.
| "name": "koishi-plugin-chatluna-long-memory", | ||
| "description": "long memory for chatluna", | ||
| "version": "1.3.7", | ||
| "version": "1.3.8", |
There was a problem hiding this comment.
The PR description mentions bumping this package to 1.3.8 to keep workspace versions consistent. However, koishi-plugin-chatluna-azure-openai-adapter and koishi-plugin-chatluna-ollama-adapter are still at version 1.3.7. To maintain full consistency across the workspace as intended, these packages should also be bumped to 1.3.8.
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.4" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.5" |
There was a problem hiding this comment.
While updating the peer dependency range, consider also bumping this package's version to 1.3.8. This would align it with other packages like koishi-plugin-chatluna-long-memory, koishi-plugin-chatluna-rmkv-adapter, and koishi-plugin-chatluna-spark-adapter, fulfilling the goal of workspace version consistency mentioned in the PR description.
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.4" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.5" |
This pr updates the package version metadata for the next alpha release. It aligns the core package and dependent peer dependency ranges on 1.4.0-alpha.5, and bumps koishi-plugin-chatluna-long-memory to 1.3.8 to keep the workspace versions consistent.
New Features
None.
Bug fixes
None.
Other Changes