Skip to content

Running Copilot coding agent #298

Running Copilot coding agent

Running Copilot coding agent #298

Triggered via dynamic January 30, 2026 16:47
Status Success
Total duration 10m 17s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

2 errors
copilot
Process completed with exit code 2.
copilot
packages/core build: src/logger.ts(30,9): error TS2322: Type '{ level: "error" | "info" | "debug" | "warn" | "fatal"; format: "text" | "json" | "pretty"; redact: string[]; sourceLocation: boolean; file: string | undefined; rotation: { maxSize: string; maxFiles: number; }; }' is not assignable to type 'Required<Omit<{ redact: string[]; format: "text" | "json" | "pretty"; level: "error" | "info" | "debug" | "warn" | "fatal"; sourceLocation: boolean; file?: string | undefined; name?: string | undefined; rotation?: { ...; } | undefined; }, "file" | "rotation">> & { ...; }'.