-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Report more information back about runInTerminal call terminal sessions #288568
Copy link
Copy link
Closed
Closed
Copy link
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 functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
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 functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded