ForcePilot/backend/package/yuxi
Kris 33acf3b61e refactor(postgres models): remove unnecessary indexes and add new fields and indexes
1. 移除 ExternalSystemHealthCheck、ExternalSystemQuotaUsage、ExternalToolTestCase 中的冗余索引
2. 为 ChannelUserIdentity 新增 pending_review 字段并添加GIN索引加速查询
3. 为 ChannelAuditLog 添加 target_account 字段索引
4. 为 ChannelOutboxEntry 新增 delivered_parts 字段并添加高频查询列索引
2026-07-09 04:23:35 +08:00
..
agents feat(agent-toolkit): add web search and crawl built-in toolkits 2026-06-22 21:20:02 +08:00
channels feat: 新增多渠道客服会话、身份合并与重试能力等功能 2026-07-09 04:21:28 +08:00
config refactor(scheduler): 整理代码格式与导入,新增调度器配置与handler注册框架 2026-06-22 21:22:07 +08:00
external_systems refactor: 优化代码格式与修复Snowflake schema配置问题 2026-07-07 16:20:58 +08:00
knowledge feat: 新增通用 SSRF 防护模块并重构 URL 校验逻辑 2026-06-13 18:22:38 +08:00
models fix: 修复硅基流动接口与 langchain stream event v3 不兼容的问题 2026-06-09 00:05:47 +08:00
repositories refactor(repos): 统一仓库软删除过滤,优化多个查询逻辑 2026-07-08 23:02:15 +08:00
scheduler refactor(scheduler/exceptions): 完善异常基类与子类的错误码和序列化能力 2026-06-24 21:52:02 +08:00
services feat(scheduler): 完整实现定时任务调度限界上下文基础架构 2026-06-22 20:07:20 +08:00
storage refactor(postgres models): remove unnecessary indexes and add new fields and indexes 2026-07-09 04:23:35 +08:00
utils style(trace_context): 格式化代码行,简化变量定义语句 2026-07-07 16:21:58 +08:00
__init__.py refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
main.py refactor: 将后端代码迁移至 backend 目录 2026-03-24 11:08:12 +08:00