-
Notifications
You must be signed in to change notification settings - Fork 3.2k
text editor view broken in main #7164
Copy link
Copy link
Closed
Description
It seems like view only prints to the terminal but seems to return empty string to the model.
....
1197: [manually redacted by me]
1198: ...
1199: ...
1200: ...
\`\`\`
The view command executed but returned no output or errors. This suggests that either:
1. The file doesn't exist at that path
2. The file is empty
3. There's an issue with the view command returning content
The command itself completed without errors, so it appears the tool is working - it just didn't return any file content. This could mean the file isn't there or is empty.
⏱️ Elapsed time: 6.12s
Context: ○○○○○○○○○○ 2% (4583/200000 tokens)
( O)> Press Enter to send, Ctrl-J for new line
I've bisected the bug to 2bc3689.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels