[PR #2800] fix: config loading not considering symlinks #10448

Closed
opened 2026-02-16 18:15:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2800

State: closed
Merged: Yes


fixes #2797

This PR fixes an issue where configs that rely on symlinks or paths starting with a dot are not correctly loaded.

This was previously not an issue because it relied on this method which sets followSymlinks and dot to true.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2800 **State:** closed **Merged:** Yes --- fixes #2797 This PR fixes an issue where configs that rely on symlinks or paths starting with a dot are not correctly loaded. This was previously not an issue because it relied on [this method](https://github.com/sst/opencode/blob/39917a35ce04c00a79c018edc0f0a4fea23f2da3/packages/opencode/src/util/filesystem.ts#L50-L56) which sets `followSymlinks` and `dot` to true.
yindo added the pull-request label 2026-02-16 18:15:06 -05:00
yindo closed this issue 2026-02-16 18:15:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10448