fix: correct cron example syntax to avoid LLM invalid token waste - #53
Closed
p-yf wants to merge 3 commits into
Closed
fix: correct cron example syntax to avoid LLM invalid token waste#53p-yf wants to merge 3 commits into
p-yf wants to merge 3 commits into
Conversation
canfuu
enabled auto-merge
April 22, 2026 12:56
AQing-527
added a commit
that referenced
this pull request
Jun 2, 2026
- fix: 增加 List<CodeactTool> 自动装配,支持纯 CodeactTool 实现的自动发现 (#14) - fix: 修复 SubscribeTriggerCodeactTool cron 示例从5位改为6位,匹配 Spring CronTrigger 格式 (#53) - feat: Skill 导入支持冲突策略(覆盖/跳过/重命名) - feat: Skill 导入返回 SkillPackageImportResult 支持逐文件结果 - feat: SkillExchangeService 支持按 skillGroupId 查询 - feat: 经验控制台前端增加 skillGroupId 编辑和 skill 名称链接 - fix: BaseReplyCodeactTool ReplyResult 设置 repliedToUser 信息 - chore: 版本更新至 0.2.7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AQing-527
added a commit
that referenced
this pull request
Jun 2, 2026
- fix: SubscribeTriggerCodeactTool cron 示例从5位改为6位,匹配 Spring CronTrigger 格式 (#53) - fix: BaseReplyCodeactTool 新增 channel 等上下文字段注入到 extensions - feat: Skill 导入支持冲突策略(覆盖/跳过/重命名) - feat: Skill 导入返回 SkillPackageImportResult 支持逐文件结果 - feat: SkillExchangeService 支持按 skillGroupId 查询 - feat: 经验控制台前端增加 skillGroupId 编辑和 skill 名称链接 - test: 新增 BaseReplyCodeactToolTest Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AQing-527
added a commit
that referenced
this pull request
Jun 2, 2026
- fix: SubscribeTriggerCodeactTool cron 示例从5位改为6位,匹配 Spring CronTrigger 格式 (#53) - fix: BaseReplyCodeactTool 新增 channel 等上下文字段注入到 extensions - feat: Skill 导入支持冲突策略(覆盖/跳过/重命名) - feat: Skill 导入返回 SkillPackageImportResult 支持逐文件结果 - feat: SkillExchangeService 支持按 skillGroupId 查询 - feat: 经验控制台前端增加 skillGroupId 编辑和 skill 名称链接 - test: 新增 BaseReplyCodeactToolTest Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
This fix has been included in PR #62 (merged into |
auto-merge was automatically disabled
June 2, 2026 07:55
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将五位cron修复为6位,