Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminal: Don’t include line breaks for soft wrap in Assistant terminal context #25415

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

0xRichardH
Copy link
Contributor

@0xRichardH 0xRichardH commented Feb 23, 2025

Detects and combines wrapped lines into single logical lines, more accurately representing the actual terminal content.

perl -i -pe \
    's/"vscode-languageserver(\/node)?"/"\@zed-industries\/vscode-languageserver$1"/g' packages/css/lib/node/cssServerMain.js
image image

Closes #25341

Release Notes:

  • Fixed terminal context for assistant should not include linebreaks for soft wrap

…breaks for softwrap

- Detects and combines wrapped lines into single logical lines
- More accurately represents the actual terminal content
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 23, 2025
@0xRichardH 0xRichardH changed the title fix(terminal): terminal context for assistant should not include linebreaks for softwrap fix(terminal): Terminal context for assistant should not include line breaks for soft wrap Feb 23, 2025
@maxdeviant maxdeviant changed the title fix(terminal): Terminal context for assistant should not include line breaks for soft wrap terminal: Don’t include line breaks for soft wrap in Assistant terminal context Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terminal context for Assistant should not include linebreaks for softwraps
1 participant