copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

Symbolic links / softlink / symlinks not expanded when referencing directories with @

Open liyuankui opened this issue 2 months ago • 0 comments

Describe the bug

not expanding symlinks.

Affected version

0.0.352 Commit: e743766

Steps to reproduce the behavior

mkdir real-dir
echo "function hello() { return 'world'; }" > real-dir/code.js
echo "# Documentation" > real-dir/README.md
ln -s real-dir linked-dir
ls -la

try @linked-dir, and nothing comes out

Expected behavior

able to see linked-dir/README.md; linked-dir/code.js

Additional context

No response

liyuankui avatar Oct 31 '25 03:10 liyuankui