makecindy / makecindy/cindy

长对话进行到中途时因请求体超过代理限制而无法继续

Open
#4,163 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
2.7k
Forks
395
Avg merge
21h 48m
Merged PRs (30d)
776

Description

**提交人**: 匿名
**客户端版本**: 0.1.75

---

## 问题概述

某些较长的 Codex 对话进行到中途后会突然无法继续,发送后返回 HTTP 413(Payload Too Large)。新建对话可以正常使用。

## 复现情况

- 在一个较长的对话中持续交互,进行到中途后继续发送消息。
- 不需要特定模型;用户观察到切换模型也会出现相同现象。
- 新建对话暂未出现该问题。

## 实际结果

请求失败,并提示请求体过大:请求体约为 144 MB,而代理限制约为 128 MB。此后该对话无法正常继续。

## 期望结果

当对话内容接近请求大小限制时,希望 Cindy 能避免请求直接失败,例如通过安全地压缩、截断或提示用户继续使用新对话,同时保留清晰、可理解的提示。

## 脱敏诊断摘要

错误属于本地代理返回的 413 请求体过大响应;已省略本地地址、个人路径和原始对话内容。
---
## 提交时的任务环境

仅代表提交时快照,不一定是故障环境。OS 来自提交客户端本机,不含 SSH 远端主机;Harness / 模型来自当前任务。与运行环境无关的反馈可忽略本段。
**版本区域**: CN
**OS**: win32 x64 (10.0.26200)
**Harness**: Codex
**Model ID**: ` codex/gpt-5.6-luna `
**界面语言**: zh-CN

Contributor guide

Open the contributing guide

Research direction

The report names no files, tests, or entry points. Start by tracing where an existing conversation is serialized into the Codex request and where HTTP 413 responses are handled; completion should prevent or clearly report oversized requests without breaking new conversations. The requested compression, truncation, or new-conversation behavior needs maintainer clarification.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.