generated from IvanMurzak/Unity-Package-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently, it is difficult for an agent to determine which Unity console errors are related to a specific action (e.g., script modification or MCP tool execution).
Suggested workflow:
- Call console-clear-logs
- Perform an action (e.g., modify a script or execute an MCP tool)
- Call console-get-logs to retrieve only the errors produced by that action
At the moment, it seems that the only available workaround is to track the start time of the action and use the lastMinutes parameter in console-get-logs, but this approach is indirect and unnecessarily complicated.
Adding a dedicated console-clear-logs tool (or another mechanism to scope logs to a specific action) would make it much easier for agents to accurately associate errors with the changes they just performed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed