Cindy 主动尝试读取图片时报 unsupported_feature 错误,导致整个会话停摆
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 401
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: 用户3927
**客户端版本**: 0.1.50
---
## 现象
在会话中执行任务时,Cindy 自行判断需要读取图片并主动尝试读取,但当前环境不支持图片读取(报错 `Responses feature is not supported by the Chat Completions bridge: input_image`)。报错后整个会话无法继续,只能新建会话。
## 复现步骤
1. 在会话中发起一个任务,让 Cindy 自行分析。
2. Cindy 自行判断需要读取图片并主动尝试读取。
3. 返回错误:`{"error":{"type":"invalid_request_error","code":"unsupported_feature","message":"Responses feature is not supported by the Chat Completions bridge: input_image"}}`。
4. 会话停摆,无法继续,只能新建会话。
## 期望行为
Cindy 能识别到当前环境不支持图片读取,改用其他方式解决问题(如优先分析代码),或至少明确提示用户并保证会话可以继续,不应导致整个会话停摆。
## 实际行为
主动尝试读取图片后报错,导致整个会话停摆,只能新建会话才能继续。
## 复现频率
每次尝试读取图片时都会复现。
## 已尝试的方法
尚未尝试解决(未重启或换方式验证)。
---
**版本区域**: CN
**OS**: win32 x64 (10.0.26200)
**界面语言**: zh-CN
Contributor guide
Research direction
Start by tracing Cindy's image-reading path and the Chat Completions bridge handling for the reported input_image error. Reproduce the failure in client version 0.1.50 and inspect how unsupported image input is surfaced to the session. Done means the environment is detected or clearly reported and the conversation can continue without requiring a new session.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100