mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-07-03 03:45:50 +02:00
feat(ai): steer notes field for analysis-only mode (#329)
This commit is contained in:
@@ -142,7 +142,7 @@ export class AgentExecutionService {
|
||||
await auditSession.startAgent(agentName, prompt, attemptNumber);
|
||||
|
||||
// 5. Execute agent
|
||||
const outputFormat = getOutputFormat(agentName);
|
||||
const outputFormat = getOutputFormat(agentName, distributedConfig?.exploit ?? true);
|
||||
const result: ClaudePromptResult = await runClaudePrompt(
|
||||
prompt,
|
||||
repoPath,
|
||||
|
||||
Reference in New Issue
Block a user