Skip to content

[Refactor] bump package versions for 1.4.0-alpha.0#814

Merged
dingyi222666 merged 1 commit intov1-devfrom
chore/bump-version
Apr 5, 2026
Merged

[Refactor] bump package versions for 1.4.0-alpha.0#814
dingyi222666 merged 1 commit intov1-devfrom
chore/bump-version

Conversation

@dingyi222666
Copy link
Copy Markdown
Member

description: |-

This pr updates the ChatLuna core package to 1.4.0-alpha.0 and aligns dependent package versions and peer dependency ranges across the monorepo for the alpha release.

New Features

List new features here

Bug fixes

See the list of fixed issues below

Other Changes

  • Bump koishi-plugin-chatluna to 1.4.0-alpha.0
  • Update dependent package versions including shared adapter, agent, tools, variable, long-memory, gemini, dify, and openai-like packages
  • Align peer dependency ranges across adapters, extensions, renderers, and services to the new alpha version

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 5, 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: 8ac169e8-4213-407b-9937-0b63be39c0bf

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.

@dingyi222666 dingyi222666 merged commit 3692155 into v1-dev Apr 5, 2026
3 checks passed
@dingyi222666 dingyi222666 deleted the chore/bump-version branch April 5, 2026 14:47
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 core package version to 1.4.0-alpha.0 and synchronizes dependency and peer dependency versions across multiple adapter and extension packages. Specifically, @chatluna/v1-shared-adapter is updated to 1.0.32. One issue was identified in packages/adapter-rwkv/package.json where the shared adapter dependency is pinned to a specific version instead of using a caret range, which is inconsistent with the rest of the monorepo.

],
"dependencies": {
"@chatluna/v1-shared-adapter": "1.0.31",
"@chatluna/v1-shared-adapter": "1.0.32",
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.

medium

The dependency @chatluna/v1-shared-adapter is pinned to a specific version here, while other adapter packages in this PR use a caret range (^1.0.32). For consistency across the monorepo and to allow for compatible patch updates, it is recommended to use the caret range unless there is a specific reason for pinning.

Suggested change
"@chatluna/v1-shared-adapter": "1.0.32",
"@chatluna/v1-shared-adapter": "^1.0.32",

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: ccfbe841f5

ℹ️ 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".

"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.3.36"
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump package version for peer/dependency metadata changes

This package’s dependency metadata changed (@chatluna/v1-shared-adapter and koishi-plugin-chatluna ranges), but the package version stayed 1.3.11; if 1.3.11 is already published, npm will not allow republishing that version, so consumers cannot receive this compatibility update and release automation can fail on publish. Please increment the package version (and similarly for other touched packages with metadata-only changes) whenever package.json dependency or peerDependency constraints are modified.

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