fix:missing coreTool in new workflow setup (#5656)

This commit is contained in:
Gaurav 2025-08-05 22:26:27 -07:00 committed by GitHub
parent 2fcaa302da
commit a0990380b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,8 @@ jobs:
"maxSessionTurns": 25,
"coreTools": [
"run_shell_command(gh label list)",
"run_shell_command(gh issue edit)"
"run_shell_command(gh issue edit)",
"run_shell_command(gh issue list)"
],
"telemetry": {
"enabled": true,

View File

@ -86,7 +86,8 @@ jobs:
"run_shell_command(echo)",
"run_shell_command(gh label list)",
"run_shell_command(gh issue edit)",
"run_shell_command(gh issue view)"
"run_shell_command(gh issue view)",
"run_shell_command(gh issue list)"
],
"telemetry": {
"enabled": true,