Files
gemini-cli/tools/gemini-cli-bot/.gemini/settings.json
T
Christian Gunderman 98781cd97d chore(bot): remove maxSessionTurns and improve artifact archiving
- Removed the `maxSessionTurns: 30` limit from the bot's configuration as requested.
- Added `if: always()` to the `Archive Brain Data` step in the workflow to ensure logs (telemetry, debug) are available even when the agent fails or times out.
2026-05-13 18:37:18 -07:00

8 lines
114 B
JSON

{
"security": {
"environmentVariableRedaction": {
"allowed": ["GH_TOKEN", "GITHUB_TOKEN"]
}
}
}