chore(packages): bump alpha versions#888
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (27)
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 dependency and package versions across multiple packages in the monorepo, bumping @chatluna/v1-shared-adapter to 1.0.40 and koishi-plugin-chatluna to 1.4.0-alpha.20. Feedback is provided regarding an inconsistency in packages/adapter-rwkv/package.json, where @chatluna/v1-shared-adapter is declared with an exact version instead of a caret range (^) like the other packages.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 662eb9b0e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ], | ||
| "dependencies": { | ||
| "@chatluna/v1-shared-adapter": "1.0.39", | ||
| "@chatluna/v1-shared-adapter": "1.0.40", |
There was a problem hiding this comment.
When this release is published, npm cannot republish koishi-plugin-chatluna-rmkv-adapter@1.4.0-alpha.2, so this manifest change will not reach users and the already-published adapter remains pinned to @chatluna/v1-shared-adapter 1.0.39. Because this dependency is exact rather than a caret range, RWKV installs cannot pick up the new shared adapter unless the adapter version is bumped (or the range is relaxed).
Useful? React with 👍 / 👎.
This pr bumps package versions for the latest merged fixes and refactors.
New Features
None
Bug fixes
None
Other Changes
yarn bump.yarn lint-fixcompleted with no errors. Existing max-len warnings remain inread_chat_message.tsandextension-agent/src/sub-agent/builtin.ts.