Skip to content

in helix, your grep tool often blows your context window,...#1780

Merged
lukemarsden merged 1 commit intomainfrom
feature/001410-in-helix-your-grep-tool
Mar 2, 2026
Merged

in helix, your grep tool often blows your context window,...#1780
lukemarsden merged 1 commit intomainfrom
feature/001410-in-helix-your-grep-tool

Conversation

@lukemarsden
Copy link
Collaborator

Helix: in helix, your grep tool often blows your context window, i think because there is some line that is extremely long in some file, which contains common patterns of bytes. probably the zed grep tool limits by line count not byte count. can we either remove that long line from the codebase somehow, or fix zed to do a character limit on its built-in grep tool?

This binary executable had lines up to 333K characters which was
blowing up the grep tool's context window. Binaries should not be
checked into git as text files.

Spec-Ref: helix-specs@330217d25:001410_in-helix-your-grep-tool
@lukemarsden lukemarsden merged commit 994b36a into main Mar 2, 2026
3 checks passed
@lukemarsden lukemarsden deleted the feature/001410-in-helix-your-grep-tool branch March 2, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant