viettranx
96845d1e44
fix(media): set result.Media on create_image and add MEDIA: fallback in subagent exec
...
Root cause: create_image tool only set ForLLM:"MEDIA:path" but never
populated result.Media. The main agent loop parses MEDIA: prefix via
parseMediaResult(), but the subagent exec loop only checked result.Media
— so media paths were silently lost for all subagent/spawn workflows.
This caused the entire downstream pipeline (task.Media → AnnounceQueue →
PublishInbound → ContentSuffix → session) to receive empty media, making
images invisible in WS chat despite Telegram working fine.
Fixes:
- create_image.go: set result.Media = []string{imagePath}
- subagent_exec.go: add MEDIA: prefix fallback parsing as safety net
2026-03-08 00:06:13 +07:00
..
2026-03-07 23:41:14 +07:00
2026-02-26 22:47:59 +07:00
2026-03-07 19:27:24 +07:00
2026-03-07 19:27:24 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 22:46:04 +07:00
2026-03-08 00:06:13 +07:00
2026-03-06 18:51:11 +07:00
2026-03-07 23:32:35 +07:00
2026-03-05 19:24:35 +07:00
2026-03-05 14:20:29 +07:00
2026-03-07 22:46:04 +07:00
2026-03-01 14:34:36 +07:00
2026-03-07 23:32:35 +07:00
2026-03-05 12:56:15 +07:00
2026-03-07 23:32:35 +07:00
2026-02-22 14:58:07 +07:00
2026-02-24 10:19:49 +07:00
2026-03-06 18:51:11 +07:00
2026-03-02 10:52:32 +07:00
2026-02-22 22:49:22 +07:00
2026-03-06 18:51:11 +07:00
2026-03-06 18:51:11 +07:00
2026-03-06 18:51:11 +07:00
2026-03-02 15:28:15 +07:00
2026-03-06 18:51:11 +07:00
2026-03-06 18:51:11 +07:00
2026-03-06 23:21:16 +07:00
2026-03-06 23:21:16 +07:00
2026-03-04 23:14:31 +07:00
2026-03-07 18:52:37 +07:00
2026-02-22 14:58:07 +07:00
2026-02-22 14:58:07 +07:00
2026-02-28 14:56:14 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 22:46:04 +07:00
2026-03-02 10:52:32 +07:00
2026-03-04 20:08:59 +07:00
2026-03-02 20:34:25 +07:00
2026-03-02 20:34:25 +07:00
2026-02-28 17:27:28 +07:00
2026-03-06 18:51:11 +07:00
2026-02-28 17:27:28 +07:00
2026-03-07 20:51:39 +07:00
2026-03-06 18:51:11 +07:00
2026-02-28 17:27:28 +07:00
2026-02-25 23:24:52 +07:00
2026-03-08 00:06:13 +07:00
2026-03-06 18:51:11 +07:00
2026-02-26 10:15:07 +07:00
2026-03-07 23:41:14 +07:00
2026-03-05 12:56:15 +07:00
2026-03-05 12:56:15 +07:00
2026-03-05 12:56:15 +07:00
2026-03-02 13:45:21 +07:00
2026-03-02 10:52:32 +07:00
2026-03-06 18:51:11 +07:00
2026-03-05 10:47:06 +07:00
2026-03-03 17:10:55 +07:00
2026-03-07 19:35:19 +07:00
2026-03-07 19:31:56 +07:00
2026-03-07 19:35:19 +07:00
2026-03-07 19:31:56 +07:00
2026-02-28 17:27:28 +07:00
2026-02-28 17:27:28 +07:00
2026-03-07 19:31:56 +07:00
2026-03-07 19:31:56 +07:00