The Rig program was executed using node skills/rig/rig.ts --server with the coordinator agent piped via stdin. The run terminated with exit code 1 before any samples were selected or executed.
Root cause: No Copilot model was available in this environment — the Copilot SDK returned:
Error: No model available. Check policy enablement under GitHub Settings > Copilot
Because the coordinator agent failed before run_random_samples was ever called, no samples were selected or run. There are no sample results, outputs, or per-sample log lines to report.
Sample Results
| # |
Path |
Status |
| — |
(none selected) |
n/a |
No samples were executed. The coordinator agent failed during model resolution before any delegation occurred.
Rig Runtime Logs
The following JSONL lines were emitted to stderr during the single run of the Rig program. No per-sample logs are available because no samples ran.
{"type":"rig.agent:invoke","data":{"agent":"sample-coordinator","input":"","model":"small","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"sample-coordinator","error":{"name":"Error","message":"Execution failed: Error: No model available. Check policy enablement under GitHub Settings > Copilot","stack":"Error: No model available. Check policy enablement under GitHub Settings > Copilot\n at zy.resolveAndValidateModel ((redacted) at async zy.buildSettingsAndTools ((redacted) at async zy.runAgenticLoop ((redacted) at async zy.runNativeMessageTurn ((redacted) at async zy.invokeNativeSessionHostEffect ((redacted) at async zy.handleNativeSessionBridgeCall ((redacted)
{"type":"rig.agent:close","data":{"agent":"sample-coordinator"}}
{"type":"rig.engine:copilot:close"}
Generated by Daily Rig Sample Report · sonnet46 19.2 AIC · ⌖ 5.58 AIC · ⊞ 5.2K · ◷
The Rig program was executed using
node skills/rig/rig.ts --serverwith the coordinator agent piped via stdin. The run terminated with exit code1before any samples were selected or executed.Root cause: No Copilot model was available in this environment — the Copilot SDK returned:
Because the coordinator agent failed before
run_random_sampleswas ever called, no samples were selected or run. There are no sample results, outputs, or per-sample log lines to report.Sample Results
No samples were executed. The coordinator agent failed during model resolution before any delegation occurred.
Rig Runtime Logs
The following JSONL lines were emitted to stderr during the single run of the Rig program. No per-sample logs are available because no samples ran.
{"type":"rig.agent:invoke","data":{"agent":"sample-coordinator","input":"","model":"small","maxTurns":4}} {"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}} {"type":"rig.agent:failure","data":{"agent":"sample-coordinator","error":{"name":"Error","message":"Execution failed: Error: No model available. Check policy enablement under GitHub Settings > Copilot","stack":"Error: No model available. Check policy enablement under GitHub Settings > Copilot\n at zy.resolveAndValidateModel ((redacted) at async zy.buildSettingsAndTools ((redacted) at async zy.runAgenticLoop ((redacted) at async zy.runNativeMessageTurn ((redacted) at async zy.invokeNativeSessionHostEffect ((redacted) at async zy.handleNativeSessionBridgeCall ((redacted) {"type":"rig.agent:close","data":{"agent":"sample-coordinator"}} {"type":"rig.engine:copilot:close"}