continuedev / continuedev/continue

UI Bug : Chat horizontal overflow in sidebar, specifically within "thought" (reasoning) blocks

Open
#13,056 7 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info
- OS: Windows 11
- Continue version: 2.0.0
- IDE version: VSCode 1.130.0
Description

When a prompt is sent in the Continue chat interface, the response content overflows the horizontal boundaries of the sidebar. This issue is particularly noticeable and triggered within the "thought" (reasoning) blocks of the model's response. The text/content breaks the sidebar layout and becomes unreadable because the container expands based on the total viewport width rather than the sidebar width.

To reproduce
  1. Open the Continue extension in the VS Code sidebar.
  2. Send a prompt to a model that uses reasoning/thought blocks (e.g., DeepSeek-R1, OpenAI o1).
  3. Observe that the thought/reasoning block expands beyond the right edge of the sidebar, causing a horizontal overflow.
Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the Continue chat interface in the VS Code sidebar with a model that emits thought or reasoning blocks, such as DeepSeek-R1 or OpenAI o1. Trace the rendering of the thought block and verify that its content stays within the sidebar width without causing horizontal overflow or unreadable layout.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
desktop, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.