Conversation
- 重构 blog-writer 技能描述和使用边界,明确适用场景和输入澄清规则 - 优化博客文章结构要求,规定使用少量 ## 大主题 + 按需 ### 子节的分块结构 - 更新标题层级规范,避免平铺直叙的同级章节问题,提供主题分块指导 - 调整 BM25 后端默认配置从 es 改为 qdrant,更新相关注释说明 - 添加 Kafka 会话和心跳超时配置参数,完善消息队列连接设置
- Docker Compose 使用 .env.${APP_ENV:-production} 环境变量配置文件
- 应用支持通过 TOLINK_ENV_FILE 环境变量显式指定配置文件路径
- 添加 PROJECT_ROOT 常量和 _settings_env_file() 配置文件路径获取函数
- 更新 Settings 类使用动态配置文件加载方式
- 在 .gitignore 中忽略 .env.development 和 .env.production 文件
- 修正 docker-compose.yml 中 Kafka 外部监听器 IP 地址配置
[codex] 同步 LLM 厂商模型种子数据
feat(recall): 新增召回来源诊断信号
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.
No description provided.