Skip to content

[rig-sampler] Daily Rig sample report — 2026-08-07 #367

Description

@github-actions

Sample Run Summary

# Sample Status
1 skills/rig/samples/343-release-note-enricher-v2.md ❌ failed
2 skills/rig/samples/30-github-action-review.md ❌ failed
3 skills/rig/samples/109-two-phase-complexity-review.md ❌ failed
4 skills/rig/samples/35-call-options.md ❌ failed
5 skills/rig/samples/25-migration-guide.md ❌ failed

All five selected samples failed. The coordinator agent (sample-coordinator) ran successfully and produced structured output. Each sub-sample was executed by spawning node skills/rig/rig.ts --server, which expects a Copilot SDK stdio transport connection. In the CI sandbox, the Copilot CLI server is not available to sub-processes spawned this way, so every sample that uses the default copilotEngine({ server: true }) engine fails with an authentication error. Sample 343-release-note-enricher-v2.md failed earlier with a different error: its root agent requires a non-empty input schema.


Sample Outputs

1. skills/rig/samples/343-release-note-enricher-v2.md — ❌ failed

No output produced.

2. skills/rig/samples/30-github-action-review.md — ❌ failed

No output produced.

3. skills/rig/samples/109-two-phase-complexity-review.md — ❌ failed

No output produced.

4. skills/rig/samples/35-call-options.md — ❌ failed

No output produced.

5. skills/rig/samples/25-migration-guide.md — ❌ failed

No output produced.


Rig Runtime Logs

The outer coordinator process (sample-coordinator) ran without RIG_DEBUG set, so no rig.* JSONL lines were emitted for the coordinator itself. Each spawned sub-process did emit rig.* JSONL lines, captured in the logs field below.

Note: The engine:copilot:create lines show the sub-samples use transport: "stdio", which is the root cause of all auth failures.

Sample 1 — 343-release-note-enricher-v2.md

No rig.* log lines captured. The failure occurred before the agent was invoked (the programs root export requires a non-empty input schema, rejected by the launcher before any agent starts).

Raw log:

Expected stdin program root agent to have no input (omit input or use input: s.object({})).

Sample 2 — 30-github-action-review.md

{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}

Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider

Sample 3 — 109-two-phase-complexity-review.md

{"type":"rig.agent:invoke","data":{"agent":"complexityReviewer","input":"","model":"small","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"complexityReviewer","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"complexityReviewer"}}
{"type":"rig.engine:copilot:close"}

Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider

Sample 4 — 35-call-options.md

{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}

Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider

Sample 5 — 25-migration-guide.md

{"type":"rig.agent:invoke","data":{"agent":"agent","input":"","model":"mini","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"mini","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"agent","error":{"name":"Error","message":"Execution failed: Error: Session was not created with authentication info or custom provider"}}}
{"type":"rig.agent:close","data":{"agent":"agent"}}
{"type":"rig.engine:copilot:close"}

Final line (plain text): Execution failed: Error: Session was not created with authentication info or custom provider

Generated by Daily Rig Sample Report · sonnet46 224.5 AIC · ⌖ 6.03 AIC · ⊞ 5.2K ·

  • expires on Aug 14, 2026, 12:56 PM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions