Skip to content

[Refactor] bump alpha package versions#863

Merged
dingyi222666 merged 1 commit into
v1-devfrom
chore/bump-alpha-15-versions
May 15, 2026
Merged

[Refactor] bump alpha package versions#863
dingyi222666 merged 1 commit into
v1-devfrom
chore/bump-alpha-15-versions

Conversation

@dingyi222666
Copy link
Copy Markdown
Member

This pr bumps ChatLuna package versions and peer dependency ranges for the next alpha release.

New Features

None

Bug fixes

None

Other Changes

  • Bump koishi-plugin-chatluna from 1.4.0-alpha.14 to 1.4.0-alpha.15.
  • Bump koishi-plugin-chatluna-agent from 1.0.27 to 1.0.28.
  • Update package peer dependency ranges across adapters, extensions, renderers, and services to require the new ChatLuna alpha release.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (26)
  • 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-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: 4134f066-a9d6-4896-97c2-fa7140e08be3

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-alpha-15-versions

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.

@dingyi222666 dingyi222666 merged commit e70df1d into v1-dev May 15, 2026
3 checks passed
@dingyi222666 dingyi222666 deleted the chore/bump-alpha-15-versions branch May 15, 2026 17:33
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 the peerDependencies for koishi-plugin-chatluna to version ^1.4.0-alpha.15 across multiple packages, including various adapters, extensions, and services. It also increments the version of the core koishi-plugin-chatluna package and the koishi-plugin-chatluna-agent extension. Feedback was provided regarding the need to increment the version numbers of all modified packages to ensure the updated peer dependency requirements are correctly published and enforced.

"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.14"
"koishi-plugin-chatluna": "^1.4.0-alpha.15"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The peerDependencies for koishi-plugin-chatluna have been updated to ^1.4.0-alpha.15, but the version of this package (1.0.37) has not been bumped. To ensure this change is published and the new requirement is enforced for users, you should increment the version of this package. This issue applies to all other adapters, extensions, and services modified in this PR where peerDependencies were updated but the package version remained unchanged. Furthermore, once this package (@chatluna/v1-shared-adapter) is bumped, all adapters depending on it should update their dependency version to match the new release.

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