When chaining intent invocations, the current implementation does not pass along the context that the user intended. For example, running i list files in ~/dir | i read file.md does not pass along the context that the user wanted to read file.md inside /Users/coreyrdean/dir, instead opting for the current working directory. This leads to incorrect results and user confusion. We should enhance the intent model to better understand and pass along the intended context.
When chaining intent invocations, the current implementation does not pass along the context that the user intended. For example, running
i list files in ~/dir | i read file.mddoes not pass along the context that the user wanted to readfile.mdinside/Users/coreyrdean/dir, instead opting for the current working directory. This leads to incorrect results and user confusion. We should enhance the intent model to better understand and pass along the intended context.