-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
It seems CI Doctor is only seeing truncated logs. Not sure if it's the downloaded logs that are truncated or the model has only chosen to read part of the logs
Yeah it looks likely that the MCP call
✅ github::get_job_logs(owner: dsyme, repo: onnxruntime, run_id: 17598823783, failed_only: true, ...)
results in truncated data. Setting MAX_MCP_OUTPUT_TOKENS or other settings from https://docs.anthropic.com/en/docs/claude-code/settings may help. Even better would be to avoid using an MCP and download the logs directly and allow Claude Code to navigate through the file as appropriate.
Metadata
Metadata
Assignees
Labels
No labels