docker backend 下系统提示告知主模型一切在 /workspace 下,模型自然产出 /workspace/<wd>/x 绝对路径,但 image_ref.resolve_in_root 不翻译该前缀, 报「图片找不到或越界」。加容器根前缀翻译(与 send_email 的 _resolve_user_file 一致),按字符串前缀判断而非 is_absolute()(Windows 上 /workspace 缺盘符不算 绝对);越界仍靠 relative_to(root) 兜住。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ask_user.py | ||
| base.py | ||
| documents.py | ||
| fs.py | ||
| image_ref.py | ||
| look_at_image.py | ||
| materials_project.py | ||
| run_python.py | ||
| schedule.py | ||
| seedance.py | ||
| seedream.py | ||
| send_email.py | ||
| shell.py | ||
| skill_authoring.py | ||
| skill_tool.py | ||
| task_progress.py | ||
| web_fetch.py | ||
| web_search.py | ||
| wechat_bot.py | ||