Skip to content

[Fix] bump chatluna-agent to 1.0.20#833

Merged
dingyi222666 merged 1 commit intov1-devfrom
chore/bump-chatluna-agent-1.0.20
Apr 16, 2026
Merged

[Fix] bump chatluna-agent to 1.0.20#833
dingyi222666 merged 1 commit intov1-devfrom
chore/bump-chatluna-agent-1.0.20

Conversation

@dingyi222666
Copy link
Copy Markdown
Member

description: |-

This pr bumps koishi-plugin-chatluna-agent to 1.0.20, updates extension-tools to the matching peer dependency range, and keeps the touched skills-service check aligned with the repo lint formatting.

New Features

None.

Bug fixes

  • fix the version mismatch between koishi-plugin-chatluna-agent and koishi-plugin-chatluna-tools peer dependency expectations

Other Changes

  • bump packages/extension-agent/package.json from 1.0.19 to 1.0.20
  • update packages/extension-tools/package.json to require koishi-plugin-chatluna-agent@^1.0.20
  • apply the lint formatting change in packages/extension-agent/src/service/skills.ts

Release chatluna-agent 1.0.20 and sync extension-tools to the new peer dependency range. This also applies the lint formatting change in the skills service.
@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 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: a80df3dd-8df6-48e8-a467-a2a7cbc6ef8b

📥 Commits

Reviewing files that changed from the base of the PR and between 2fbe1fc and ff7101d.

⛔ Files ignored due to path filters (2)
  • packages/extension-agent/package.json is excluded by !**/*.json
  • packages/extension-tools/package.json is excluded by !**/*.json
📒 Files selected for processing (1)
  • packages/extension-agent/src/service/skills.ts

演练

packages/extension-agent/src/service/skills.ts 文件中,ChatLunaAgentSkillsService.activateSkill 方法的不区分大小写可用性检查被重新格式化为多行 if 条件。底层逻辑保持不变,继续执行相同的技能名称验证。

变更

内聚体 / 文件 概要
代码格式化
packages/extension-agent/src/service/skills.ts
重新格式化多行 if 条件以改进技能可用性检查的代码可读性,保持原有逻辑不变。

代码审查工作量评估

🎯 1 (平凡) | ⏱️ ~2 分钟

可能相关的 PR

🐰 一行代码变三行,
整齐排列更明亮,
逻辑不变风格妍,
可读性增寸许长,
小兔欢唱代码章!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed 标题清晰地反映了PR的主要目的,即将chatluna-agent版本更新到1.0.20,与代码变更完全相符。
Description check ✅ Passed 描述详细说明了PR的所有内容:版本更新、依赖关系修复、格式化调整,与实际代码变更密切相关。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-chatluna-agent-1.0.20

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 the version of koishi-plugin-chatluna-agent to 1.0.20 and synchronizes the peer dependency in extension-tools. It also includes a formatting change in the skills service. A performance improvement was suggested to hoist a string normalization call out of a loop to avoid redundant operations.

Comment thread packages/extension-agent/src/service/skills.ts
@dingyi222666 dingyi222666 merged commit 28bbb2f into v1-dev Apr 16, 2026
4 of 5 checks passed
@dingyi222666 dingyi222666 deleted the chore/bump-chatluna-agent-1.0.20 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