jxxghp
e1230c0277
refactor: unify message ingress forwarding
2026-08-24 03:01:17 +08:00
InfinityPacer
7d10483961
fix(discord): preserve cleanup during startup stop ( #6426 )
2026-08-23 21:28:12 +08:00
InfinityPacer
c72b4fe88e
fix(discord): close bot event loop on shutdown ( #6421 )
2026-08-23 20:11:13 +08:00
InfinityPacer
e8cfe272c4
fix(async): offload file metadata checks
2026-08-23 12:06:52 +08:00
jxxghp
ac32adc7b6
refactor: route media and chat module settings through runtime
2026-08-23 03:09:59 +08:00
jxxghp
240a4dffe6
refactor(schemas): 统一 message/notification 命名边界,旧名收敛至兼容映射表
...
- notification 域:渠道能力(MessageChannel→NotificationChannel、ChannelCapability* 迁入 notification.py)
- message 域:消息收发(Notification→Message、NotificationType→MessageType、CommingMessage→IncomingMessage、NotificationHistoryItem→MessageHistoryItem、NotificationClear*→MessageClear*)
- Agent 工具契约:send_notification_message→send_message、notification_callback→message_callback
- 源码不保留旧名物理别名,旧导入经 app/runtime/compat/manifest.py SYMBOL_ALIASES 惰性解析
- API 路径与持久化键冻结不变,前端零改动
- 新增兼容守护测试与 docs/rules/07 命名边界规范
2026-08-16 19:32:20 +08:00
jxxghp
96118e73e7
refactor(string): split utilities by responsibility
2026-08-15 08:03:55 +08:00
jxxghp
369d7d6448
refactor: reorganize backend module boundaries
2026-08-14 19:53:33 +08:00
jxxghp
7b3444c366
refactor backend module architecture
2026-08-14 15:45:38 +08:00
jxxghp
c87b856ddf
支持 Slack 和 Discord 自动注册命令
2026-06-15 08:03:29 +08:00
jxxghp
6f014cee14
更新 discord.py
2026-05-31 22:11:22 +08:00
jxxghp
efdb4d1b28
fix: delay transient typing indicators
2026-05-23 00:41:12 +08:00
jxxghp
b2a18f9ae4
feat(message-processing-status): unified processing status indicator for Telegram, Slack, Discord, Feishu
...
- Add ChannelCapability.PROCESSING_STATUS and capability detection for supported channels
- Implement mark_message_processing_started/finished in Telegram, Slack, Discord, Feishu modules
- Telegram: manage typing lifecycle with max duration and explicit stop
- Slack: add/remove reaction as processing indicator
- Discord: start/stop typing indicator with async task management
- Feishu: add/remove reaction for processing status
- Refactor message chain to invoke processing status hooks for supported channels
- Ensure processing status is properly finished on sync and async message handling paths
- Add tests for processing status lifecycle and capability detection across channels
2026-05-15 12:45:41 +08:00
jxxghp
7a5e513f25
feat(agent): support file attachments and local file replies
2026-04-14 15:22:01 +08:00
jxxghp
2f53fd3108
Expand image and edit support across messaging channels
2026-04-11 22:10:54 +08:00
jxxghp
4cda182ccd
fix: change logger warning to debug for empty Discord configs
2026-04-03 12:50:14 +08:00
jxxghp
d7c62fb55a
feat(agent): 支持Slack和Discord渠道的流式输出功能
...
- 为Slack添加MESSAGE_EDITING能力
- 为Slack添加edit_message和send_direct_message方法
- 为Discord添加edit_message和send_direct_message方法
- 修改Discord send_msg返回(bool, message_id)元组以支持流式输出
2026-03-27 07:02:50 +08:00
ChanningHe
1147930f3f
fix: [slack&discord&telegram] handle special characters in config names
2026-02-04 14:09:40 +09:00
ChanningHe
636f338ed7
enhance: [discord] add _user_chat_mapping to chat in channel
2026-02-04 13:42:33 +09:00
ChanningHe
72365d00b4
enhance: discord debug information
2026-02-04 12:54:17 +09:00
HankunYu
dbe2f94af1
修改embed解析以支持emoji字符
2026-01-12 00:46:26 +00:00
HankunYu
d6524907f3
修复重载模块会产生新的DC实例;建立embed解析白名单,不解析插件等消息以免破坏原有格式
2025-12-30 16:51:30 +00:00
HankunYu
2592ea3464
清理 prefix/suffix 与字段值的分隔符;字段名允许 &;当冒号落在 《》/【】 内时整行作为描述,避免书名号误拆
2025-12-27 17:00:07 +00:00
HankunYu
73ac97cd96
更新解析embed逻辑; 添加使用代理
2025-12-27 13:05:57 +00:00
jxxghp
0f8ceb0fac
fix warnings
2025-12-24 18:54:38 +08:00
HankunYu
bb5a657469
更新Discord模块支持互动消息
2025-12-22 19:59:22 +00:00
HankunYu
4bd08bd915
通知渠道增加Discord
2025-12-22 02:15:28 +00:00