-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Open
Labels
chat-terminalThe run in terminal tool in chatThe run in terminal tool in chatchat-terminal-output-monitorOutput monitoring in the terminal tool which detects when commands finish or user input is requiredOutput monitoring in the terminal tool which detects when commands finish or user input is requiredfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Currently the information reported back from a runInTerminal call is minimal:
vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
Line 760 in fc9ba44
| let terminalResult = ''; |
We should report things like the cwd of the terminal at the end, and the ID of the terminal so it can be referenced again later.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
chat-terminalThe run in terminal tool in chatThe run in terminal tool in chatchat-terminal-output-monitorOutput monitoring in the terminal tool which detects when commands finish or user input is requiredOutput monitoring in the terminal tool which detects when commands finish or user input is requiredfeature-requestRequest for new features or functionalityRequest for new features or functionality