fix: don't --follow by default for grep and other things using ripgrep#11415
Merged
rekram1-node merged 1 commit intodevfrom Jan 31, 2026
Merged
fix: don't --follow by default for grep and other things using ripgrep#11415rekram1-node merged 1 commit intodevfrom
rekram1-node merged 1 commit intodevfrom
Conversation
…p (Not following symlinks is the default behaviour of almost all traditional UNIX CLI tools)
alexyaroshuk
pushed a commit
to alexyaroshuk/opencode
that referenced
this pull request
Feb 1, 2026
kdcokenny
added a commit
to kdcokenny/cerebras-code-cli
that referenced
this pull request
Feb 3, 2026
Port upstream fixes from anomalyco/opencode: - PR #11415: Don't follow symlinks by default (prevents CPU exhaustion) - PR #11553: Show hidden files by default in @ autocomplete Changes: - ripgrep.ts files(): Add hidden/follow params with conditional logic - --follow only added when follow: true (opt-in) - --hidden added unless hidden: false (opt-out) - ripgrep.ts search(): Add follow param with conditional logic - grep.ts: Add --hidden to args for hidden file search Refs: - anomalyco/opencode#11415 - anomalyco/opencode#11553
Open
3 tasks
ishaksebsib
pushed a commit
to ishaksebsib/opencode
that referenced
this pull request
Feb 4, 2026
ishaksebsib
pushed a commit
to ishaksebsib/opencode
that referenced
this pull request
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: #9676
(Not following symlinks is the default behaviour of almost all traditional UNIX CLI tools)