Skip to content

Commit ed47751

Browse files
committed
remove unnecessary "sandbox": false
1 parent a84ad95 commit ed47751

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

docs/trust-guidance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ with:
4646
"list_directory",
4747
"read_file",
4848
"grep_search"
49-
],
50-
"sandbox": false
49+
]
5150
}
5251
}
5352
```

examples/workflows/gemini-assistant/gemini-invoke.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
"read_file",
117117
"grep_search",
118118
"run_shell_command(echo)"
119-
],
120-
"sandbox": false
119+
]
121120
}
122121
}
123122
prompt: '/gemini-invoke'

examples/workflows/gemini-assistant/gemini-plan-execute.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
"read_file",
125125
"grep_search",
126126
"run_shell_command(echo)"
127-
],
128-
"sandbox": false
127+
]
129128
}
130129
}
131130
prompt: '/gemini-plan-execute'

examples/workflows/issue-triage/gemini-scheduled-triage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129
"tools": {
130130
"core": [
131131
"run_shell_command(echo)"
132-
],
133-
"sandbox": false
132+
]
134133
}
135134
}
136135
prompt: '/gemini-scheduled-triage'

examples/workflows/issue-triage/gemini-triage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
"tools": {
9696
"core": [
9797
"run_shell_command(echo)"
98-
],
99-
"sandbox": false
98+
]
10099
}
101100
}
102101
prompt: '/gemini-triage'

examples/workflows/pr-review/gemini-review.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ jobs:
106106
"read_file",
107107
"grep_search",
108108
"run_shell_command(echo)"
109-
],
110-
"sandbox": false
109+
]
111110
}
112111
}
113112
extensions: |

0 commit comments

Comments
 (0)