ForcePilot/backend/package/yuxi/channel
Kris f943c31ce4 feat(confluence): 新增Confluence渠道插件完整实现
新增了完整的Confluence集成插件,包含以下核心功能:
1.  基础认证与配置管理,支持API Token和OAuth2两种认证方式
2.  评论去重、权限控制与提及解析
3.  知识库检索与页面内容处理
4.  评论收发、编辑删除与流式回复支持
5.  附件与页面标签管理
6.  内容属性存储与AI元数据管理
7.  Webhook事件接收与处理
8.  完整的插件配置与状态检查
2026-05-21 10:43:42 +08:00
..
approval feat(approval): 新增审批流程核心模块 2026-05-21 10:22:45 +08:00
common feat(channel/common): 添加上传附件缓存工具类 2026-05-21 10:23:27 +08:00
config feat(channel/config): 新增完整的配置模块实现 2026-05-21 10:24:03 +08:00
cron feat(cron): 实现完整的定时任务调度模块 2026-05-21 10:24:54 +08:00
doctor feat(channel/doctor): 新增渠道诊断修复工具模块 2026-05-21 10:25:13 +08:00
events feat(channel/events): 新增事件总线模块及相关类型定义 2026-05-21 10:25:43 +08:00
extensions feat(confluence): 新增Confluence渠道插件完整实现 2026-05-21 10:43:42 +08:00
gateway feat(channel/gateway): 新增完整网关通道模块 2026-05-21 10:26:33 +08:00
hooks feat(channel/hooks): 实现完整的钩子系统模块 2026-05-21 10:26:47 +08:00
message feat(channel/message): 新增消息处理核心模块及相关工具类 2026-05-21 10:27:16 +08:00
monitoring feat(channel/monitoring): 新增完整的频道监控模块 2026-05-21 10:27:34 +08:00
plugins feat(channel/plugins): 新增渠道插件系统完整实现 2026-05-21 10:27:58 +08:00
render feat(channel/render): 新增markdown渲染模块 2026-05-21 10:28:14 +08:00
routing feat(channel/routing): 新增消息路由相关模块 2026-05-21 10:32:25 +08:00
runtime feat(channel/runtime): 新增链路追踪与启动运行时工具集 2026-05-21 10:28:46 +08:00
sdk feat(channel-sdk): 新增完整的渠道SDK工具链 2026-05-21 10:29:12 +08:00
secrets feat(secrets): 新增完整的密钥管理工具链 2026-05-21 10:32:14 +08:00
security feat(channel/security): 新增完整安全工具模块 2026-05-21 10:32:57 +08:00
session feat(session): 新增会话记录相关工具类 2026-05-21 10:34:44 +08:00
streaming feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
ui feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
utils feat(channel/utils): 新增工具模块与文件服务类 2026-05-21 10:33:11 +08:00
__init__.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
capabilities.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
context.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
errors.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00
protocols.py feat(channel): 新增通道基础模块与UI schema定义 2026-05-21 10:35:30 +08:00