GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)
(workflowData *WorkflowData)
| 489 | |
| 490 | // GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction) |
| 491 | func (e *CodexEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep { |
| 492 | return defaultGetSquidLogsSteps(workflowData, codexEngineLog) |
| 493 | } |
| 494 | |
| 495 | // expandNeutralToolsToCodexTools converts neutral tools to Codex-specific tools format |
| 496 | // This ensures that playwright tools get the same allowlist as the copilot agent |
nothing calls this directly
no test coverage detected