Agent cannot read files with colon in filepath

46.10
image

This is a big issue. Our Encore.ts API’s use colons in directories to represent path parameters. E.g. /v1/account/:email/index.ts, /v1/account/:email/types.ts. Cursor can get around it by doing some dumb work arounds, but it’s wasting time and requests. Characters like this should be automatically escaped when Cursor attempts to use them.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.