config.json.example
1 { 2 "agentName": "session-ask-analyst", 3 4 "injectForkHintSystemPrompt": true, 5 6 "sessionAskModels": [ 7 { "provider": "openai-codex", "id": "gpt-5.4-mini", "thinkingLevel": "medium" } 8 ], 9 "thinkingLevel": "medium", 10 11 "maxTurns": 18, 12 "toolResultMaxChars": 45000, 13 "toolCallConcurrency": 6, 14 15 "maxSearchResults": 40, 16 "maxReadEntries": 80 17 }