Skip to content

chore(packages): bump alpha versions#888

Merged
dingyi222666 merged 1 commit into
v1-devfrom
chore/bump-version
May 28, 2026
Merged

chore(packages): bump alpha versions#888
dingyi222666 merged 1 commit into
v1-devfrom
chore/bump-version

Conversation

@dingyi222666
Copy link
Copy Markdown
Member

This pr bumps package versions for the latest merged fixes and refactors.

New Features

None

Bug fixes

None

Other Changes

  • Bump affected ChatLuna package versions.
  • Update dependent package version ranges generated by yarn bump.
  • Validation: yarn lint-fix completed with no errors. Existing max-len warnings remain in read_chat_message.ts and extension-agent/src/sub-agent/builtin.ts.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (27)
  • packages/adapter-azure-openai/package.json is excluded by !**/*.json
  • packages/adapter-claude/package.json is excluded by !**/*.json
  • packages/adapter-deepseek/package.json is excluded by !**/*.json
  • packages/adapter-dify/package.json is excluded by !**/*.json
  • packages/adapter-doubao/package.json is excluded by !**/*.json
  • packages/adapter-gemini/package.json is excluded by !**/*.json
  • packages/adapter-hunyuan/package.json is excluded by !**/*.json
  • packages/adapter-ollama/package.json is excluded by !**/*.json
  • packages/adapter-openai-like/package.json is excluded by !**/*.json
  • packages/adapter-openai/package.json is excluded by !**/*.json
  • packages/adapter-qwen/package.json is excluded by !**/*.json
  • packages/adapter-rwkv/package.json is excluded by !**/*.json
  • packages/adapter-spark/package.json is excluded by !**/*.json
  • packages/adapter-wenxin/package.json is excluded by !**/*.json
  • packages/adapter-zhipu/package.json is excluded by !**/*.json
  • packages/core/package.json is excluded by !**/*.json
  • packages/extension-agent/package.json is excluded by !**/*.json
  • packages/extension-long-memory/package.json is excluded by !**/*.json
  • packages/extension-tools/package.json is excluded by !**/*.json
  • packages/extension-usage/package.json is excluded by !**/*.json
  • packages/extension-variable/package.json is excluded by !**/*.json
  • packages/renderer-image/package.json is excluded by !**/*.json
  • packages/service-embeddings/package.json is excluded by !**/*.json
  • packages/service-multimodal/package.json is excluded by !**/*.json
  • packages/service-search/package.json is excluded by !**/*.json
  • packages/service-vector-store/package.json is excluded by !**/*.json
  • packages/shared-adapter/package.json is excluded by !**/*.json

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d236e5df-638d-444c-87ed-16e0ca8f142b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-version

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread packages/adapter-rwkv/package.json
@dingyi222666 dingyi222666 merged commit 2229393 into v1-dev May 28, 2026
5 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump the RWKV adapter version

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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant