(developerInstructions: string)
| 84 | } |
| 85 | |
| 86 | function appendCollaborationInstructions(developerInstructions: string): string { |
| 87 | return `${developerInstructions}\n\n${codexCollaborationSpawnAgentInstructions}`; |
| 88 | } |
| 89 | |
| 90 | export function buildThreadStartParams(args: { |
| 91 | cwd: string; |
no outgoing calls
no test coverage detected