Conversation
- prepare-release: 检测 changelog 变更,自动更新版本号并创建 PR - auto-tag: PR 合并后自动创建 Tag 和 GitHub Release - 迁移历史版本日志到 changelogs/ 目录
- 将环境信息从 prompt 移至 system_prompt,保持 prompt 干净供 KB 检索 - 基于 message_id 精确排除当前消息,避免历史记录重复 Thanks to @NineSober for the feedback (#76)
- 检测平台为qq_official或qq_official_webhook时不输出GitHub链接 - 保留文档阅读指引文字 Closes #78
- 移除对已删除属性的依赖(platform_name, private_id) - 显式传递platform_name参数 - 添加None/属性检查增强健壮性 - 使用getattr处理适配器特定属性 - 迁移至persona_manager.selected_default_persona_v3 - 图片URL提取兼容url和file属性
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.
Release v2.1.8
This PR was automatically created by the release workflow.
Changes
Files Updated
metadata.yaml- version updatedmain.py- version in @register decorator updatedREADME.md- badge and latest version section updatedAfter merging, a tag will be automatically created and a GitHub Release will be published.