Skip to content

[Refactor] bump package versions to 1.4.0-alpha.5#830

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

[Refactor] bump package versions to 1.4.0-alpha.5#830
dingyi222666 merged 1 commit intov1-devfrom
chore/bump-version

Conversation

@dingyi222666
Copy link
Copy Markdown
Member

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

  • Bump koishi-plugin-chatluna in packages/core from 1.4.0-alpha.4 to 1.4.0-alpha.5
  • Update peer dependency references across adapters, extensions, services, and shared packages to ^1.4.0-alpha.5
  • Bump koishi-plugin-chatluna-long-memory from 1.3.7 to 1.3.8

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 14, 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: b4eb5a7a-c1cb-4f99-a941-95baf8b832b3

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 2819c31 into v1-dev Apr 14, 2026
3 checks passed
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 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",
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 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"
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

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"
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

Similar to other adapters in this workspace, this package is currently at version 1.3.7. Consider bumping it to 1.3.8 to maintain consistency with the other packages being updated in this release cycle.

@dingyi222666 dingyi222666 deleted the chore/bump-version branch April 16, 2026 12:35
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