jxxghp
85a7f98a94
fix(feishu): 修复群聊@回复发私聊及无目标通知报错 ( #6262 )
...
- 回复类消息携带 original_chat_id 时优先发回原会话,避免群聊@机器人的回复错误发送到私聊窗口
- update_or_post_message 编辑失败回退发新消息时保留原消息/会话上下文
- 无显式目标且未配置默认目标时,回退向最近互动过的会话广播发送(与企业微信策略一致)
- 仍无可用目标时报出含配置指引的明确错误(FEISHU_OPEN_ID/FEISHU_CHAT_ID)
Closes #6262
2026-08-10 18:18:48 +08:00
jxxghp
3e32eab98f
fix(feishu): 媒体列表显示海报 ( #6224 )
2026-08-02 15:49:32 +08:00
InfinityPacer
e02cebe16c
fix(tests): stabilize messaging shutdown ( #5979 )
2026-06-21 07:37:47 +08:00
jxxghp
970f2cf1ca
fix: clean up feishu websocket shutdown
2026-06-20 15:20:15 +08:00
jxxghp
33b18f0899
fix: parse feishu post messages
2026-06-20 13:04:55 +08:00
jxxghp
7af2aa4266
更新 feishu.py
2026-05-24 22:09:29 +08:00
jxxghp
ec588037a0
fix: restrict message commands to channel admins
2026-05-24 08:00:54 +08:00
jxxghp
052e1ca8e4
fix: handle images in Feishu streaming replies
2026-05-22 20:43:54 +08:00
jxxghp
f8d096f476
fix: 支持飞书语音消息识别
2026-05-13 12:45:32 +08:00
jxxghp
b24127e66f
fix: map feishu user identity for agent subscribe
2026-05-13 12:14:05 +08:00
jxxghp
669ca713cf
fix(feishu): add configurable margin to card sections and actions for improved layout with images
2026-05-13 11:43:37 +08:00
jxxghp
f2fd28bf4d
fix(feishu): place images at top of interactive cards and remove body padding for better visual layout
2026-05-13 11:31:38 +08:00
jxxghp
3852c0e43e
feat(feishu): support embedding images in interactive cards and sending mixed image+file messages
...
- Enhance Feishu card builder to embed images using remote URLs or uploaded files
- Add logic to send image card first, then file attachment when both image and file are present
- Update card schema to 2.0 and use new button behaviors for callbacks and URLs
- Improve callback data extraction for both new and legacy card actions
- Extend tests to cover image embedding, mixed messages, and new card structure
2026-05-13 11:14:11 +08:00
jxxghp
6fb6996d81
fix: ensure stop_streaming waits for inflight initial flush before final edit; improve message edit/delete return types and logging
...
- Update stop_streaming logic to await inflight initial flush task, preventing duplicate message sends on stream stop
- Change message edit/delete methods to return Optional[bool] for clearer channel mismatch handling
- Refine Feishu logging to include message_id instead of full data object
- Suppress allowed_objects warnings in __init__.py
- Add test to verify stop_streaming waits for inflight flush before final edit
- Update .pylintrc to use 'E' for error enabling
2026-05-13 10:11:31 +08:00
jxxghp
4c16704ca2
feat(feishu): add info logging for successful message and reply responses
2026-05-13 08:53:39 +08:00
jxxghp
f017eaedcc
feat: add logging for Feishu streaming card updates and handle update failures more explicitly
2026-05-13 08:44:57 +08:00
jxxghp
19526146c5
docs: update docstrings for message metadata and reply fields; fix markdown capability check in format instructions; improve streaming card update logic in Feishu
2026-05-13 08:36:27 +08:00
jxxghp
7b4cb2097b
refactor(feishu): promote download helper methods to public, update call sites and tests
2026-05-13 08:19:16 +08:00
jxxghp
b6062a9ce2
fix(feishu): unconditionally inc streaming sequence to prevent locking; send fallback as normal msg
2026-05-13 08:08:59 +08:00
jxxghp
ea8a90aa0a
fix(feishu): handle more IM websocket events
2026-05-13 07:10:44 +08:00
jxxghp
fa939dfbe6
fix(agent): reply Feishu agent streams with cards
2026-05-13 06:56:03 +08:00
jxxghp
d86d24fc4f
feat(feishu): enhance message handling with file and voice support, add reaction management
2026-05-13 00:34:03 +08:00
jxxghp
0989439d25
feat(feishu): enhance message handling with file and voice support, add reaction management
2026-05-13 00:07:36 +08:00
jxxghp
a46ce24691
feat(venv): add uv compatibility for pip commands and enhance virtual environment setup
2026-05-12 23:01:27 +08:00
jxxghp
57bb67e547
feat(feishu): enhance message target resolution and add user ID type handling
2026-05-12 22:39:10 +08:00
jxxghp
624862dfc6
feat(notification): add Feishu notification channel support
2026-05-12 21:40:55 +08:00