You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text editor has very verbose output because it includes the full path in its log messages. Can we use the tool context that contains the current working directory to turn these full absolute paths into relative paths to clean up the log output?
I am referring to the log output that looks like this:
view operation on "/Users/benhouston/Coding/Business/drivecore/mycoder2/packages/agent/src/core/llm/provider.ts", Viewing provider.ts merge conflict
I would prefer that it reads:
view operation on "./packages/agent/src/core/llm/provider.ts", Viewing provider.ts merge conflict
Given that I know the current working directory is ""/Users/benhouston/Coding/Business/drivecore/mycoder2/"