Skip to content

Commit d1be2b7

Browse files
authored
fix(.github/workflows): increase max session turns (#4669)
Increase maxSessionTurns to 100 when using `@gemini-cli`. At the moment it is very easy to quickly hit the limit.
1 parent e5d9dbf commit d1be2b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
settings: |-
4242
{
4343
"model": {
44-
"maxSessionTurns": 25
44+
"maxSessionTurns": 100
4545
},
4646
"mcpServers": {
4747
"github": {

.github/workflows/gemini-plan-execute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
settings: |-
4343
{
4444
"model": {
45-
"maxSessionTurns": 25
45+
"maxSessionTurns": 100
4646
},
4747
"mcpServers": {
4848
"github": {

0 commit comments

Comments
 (0)