Describe the bug
- I ask Copilot CLI to develop a feature
- Copilot creates new files and finishes the implementation
- Trying to mention those new files will not work, as they don't appear in the reference list with
@
My current workaround is exiting copilot and start again.
Affected version
0.0.353 Commit: f8fd3e3
Steps to reproduce the behavior
- I ask Copilot CLI to develop a feature
- Copilot creates new files and finishes the implementation
- Trying to mention those new files will not work, as they don't appear in the reference list with
@
Expected behavior
I would expect to have the new files available via @ in case I continue with other features in the same session that rely on those files.
Additional context
No response