[Fix] bump chatluna-agent to 1.0.20#833
Conversation
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.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
演练在 变更
代码审查工作量评估🎯 1 (平凡) | ⏱️ ~2 分钟 可能相关的 PR
诗
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
description: |-
This pr bumps
koishi-plugin-chatluna-agentto1.0.20, updatesextension-toolsto the matching peer dependency range, and keeps the touched skills-service check aligned with the repo lint formatting.New Features
None.
Bug fixes
koishi-plugin-chatluna-agentandkoishi-plugin-chatluna-toolspeer dependency expectationsOther Changes
packages/extension-agent/package.jsonfrom1.0.19to1.0.20packages/extension-tools/package.jsonto requirekoishi-plugin-chatluna-agent@^1.0.20packages/extension-agent/src/service/skills.ts