Description
Sometimes, I might have a list of 30-40+ files that I would like to include while starting a session, with the following requirements (1):
- The file references should be auto-resolved with no unnecessary need for me to tab each instance at the end of the path.
- Avoid subsequent agent prompting to read those files from an optimization point of view.
Problem
One option is to paste down a list of newline delimited file paths:
@foo-bar1
@foo-bar2
@foo-bar3
...
However, I need to tab each at the end of the path for it to be transformed into a file reference (i.e., yellow highlighting).
Using Linux, Terminal
Ask
It is a very unusable experience for cases where I need surgical with high-level precision editing with minimal costs. Checked the documentation but could not find any helpful sections addressing (1). Are there other alternatives or ways to accomplish that by sticking to the original requirements (1)?
Description
Sometimes, I might have a list of 30-40+ files that I would like to include while starting a session, with the following requirements (1):
Problem
One option is to paste down a list of newline delimited file paths:
@foo-bar1
@foo-bar2
@foo-bar3
...
However, I need to tab each at the end of the path for it to be transformed into a file reference (i.e., yellow highlighting).
Using Linux, Terminal
Ask
It is a very unusable experience for cases where I need surgical with high-level precision editing with minimal costs. Checked the documentation but could not find any helpful sections addressing (1). Are there other alternatives or ways to accomplish that by sticking to the original requirements (1)?