BUG: Absolute path starting by ~ are not managed #1021

Closed
opened 2026-02-16 17:29:06 -05:00 by yindo · 2 comments
Owner

Originally created by @sleeper on GitHub (Jul 31, 2025).

Originally assigned to: @thdxr on GitHub.

In the documentation related to config, it's clearly said that the {file:path-to-file} construct can accept path starting with ~ (Or absolute paths starting with / or ~).
In practice, it does not work, as path. isAbsolute is considering these paths are relative.

Originally created by @sleeper on GitHub (Jul 31, 2025). Originally assigned to: @thdxr on GitHub. In the documentation related to config, it's clearly said that the `{file:path-to-file}` construct can accept path starting with ~ (`Or absolute paths starting with / or ~`). In practice, it does not work, as `path. isAbsolute` is considering these paths are relative.
yindo closed this issue 2026-02-16 17:29:06 -05:00
Author
Owner

@rekram1-node commented on GitHub (Aug 3, 2025):

this was recently fixed

@rekram1-node commented on GitHub (Aug 3, 2025): this was recently fixed
Author
Owner

@sleeper commented on GitHub (Aug 6, 2025):

Thanks it's working now!

@sleeper commented on GitHub (Aug 6, 2025): Thanks it's working now!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1021