Skip to content

Running Copilot coding agent #556

Running Copilot coding agent

Running Copilot coding agent #556

Triggered via dynamic February 13, 2026 15:02
Status Success
Total duration 24m 4s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/hono.test.ts > createHonoApp > Data Endpoint > POST /api/data/account parses JSON body: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:300:17
src/hono.test.ts > createHonoApp > Data Endpoint > GET /api/data/account calls handleData: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:282:17
src/hono.test.ts > createHonoApp > Metadata Endpoint > GET /api/meta with no trailing path: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:266:17
src/hono.test.ts > createHonoApp > Metadata Endpoint > PUT /api/meta/objects parses JSON body: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:254:17
src/hono.test.ts > createHonoApp > Metadata Endpoint > GET /api/meta/objects calls handleMetadata: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:237:17
src/hono.test.ts > createHonoApp > GraphQL Endpoint > returns error on handleGraphQL exception: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:216:17
src/hono.test.ts > createHonoApp > GraphQL Endpoint > POST /api/graphql calls handleGraphQL: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:208:17
src/hono.test.ts > createHonoApp > Auth Endpoint > returns error on handleAuth exception: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:142:17
src/hono.test.ts > createHonoApp > Auth Endpoint > GET /api/auth/callback calls handleAuth with empty body: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:132:17
src/hono.test.ts > createHonoApp > Auth Endpoint > POST /api/auth/login calls handleAuth: packages/adapters/hono/src/hono.test.ts#L80
TypeError: Cannot read properties of undefined (reading 'results') ❯ getDispatcher src/hono.test.ts:80:41 ❯ src/hono.test.ts:120:17