Files
chatgpt-on-wechat/channel
6vision fe8b8fe831 fix(wechatmp): support local file:// images in send
Agent-generated images are sent as IMAGE_URL with a file:// path, but the wechatmp channel always used requests.get, which fails on file:// with InvalidSchema. Now read local files directly (file:// or local path) and fall back to HTTP download for remote URLs, in both passive and active reply modes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-30 16:33:49 +08:00
..
2024-06-15 16:34:32 +08:00
2026-05-29 10:19:45 +08:00
2026-05-21 11:14:19 +08:00