Skip to content

Why does GitHub Copilot Claude prompt get "cut off"? #322253

Description

@garretwilson

I'm constantly seeing Claude indicate that part of some input or prompt is "cut off". Is this just some artifact of how Claude "thinks", or is there a bug somewhere that actually is truncating my prompt?

Here is an example with Claude Opus 4.8, with thinking effort set to "Max".

Prompt

So ideally we should have one 16-count semaphore for file reads, and one 50-count semaphore for S3 requests? Is it easy to poinpoint exactly those I/O operations and network requests? If we do so, it is OK to let all the other network requests and I/O operations grow unbounded?

Thinking

(Bold emphasis added.)

The user is asking three specific questions about semaphore configuration and implementation. First, they want me to confirm whether a 16-count semaphore for file reads and a 50-count semaphore for S3 requests is the right approach. Second, they're asking how feasible it is to identify and wrap those exact I/O operations and network requests with semaphore acquire/release calls. Third, the question cuts off but seems to be heading toward implementation details.

In the particular case above, the response contained a complete answer to the third question I provided, so maybe that "cut off" verbiage is just an artifact of some "thinking" technique Claude uses.

I continually see this. The pattern is always something along the lines of, "The user seems to be asking about X, but then it cuts off." I just want to make sure GitHub Copilot isn't cutting something off. Or maybe GitHub Copilot cuts off the prompt when it summarizes and gives it to some subtask or some less-capable model for feeding back into Claude? It's puzzling and I just want to make sure everything is working properly (especially when I'm paying what I'm paying for Claude Opus 4.8 on Max level).

Version: 1.125.1 (user setup)
Commit: fcf604774b9f2674b473065736ee75077e256353
Date: 2026-06-19T08:39:34Z
Electron: 42.2.0
ElectronBuildId: 14159160
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Windows_NT x64 10.0.26200

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions