fix(mobile): dismiss to Agents list after remote session exit #5237
kilo-app-ci.yml
on: pull_request
typecheck
1m 11s
lint
1m 10s
format-check
43s
check-unused
41s
test
1m 53s
Annotations
12 errors and 4 warnings
|
format-check
Process completed with exit code 1.
|
|
format-check
oxfmt formatting check failed. Run 'cd apps/mobile && pnpm format' locally and commit the changes.
|
|
eslint(no-console):
apps/mobile/src/components/agents/session-detail-content.tsx#L184
Unexpected console statement.
|
|
eslint(curly):
apps/mobile/src/components/agents/session-detail-content.tsx#L170
Expected { after 'if' condition.
|
|
anti-slop(no-known-value-widening):
apps/mobile/src/app/(app)/_layout.tsx#L95
The explicit unknown type on return value of `dump` discards known type evidence. Keep inference, validate with `satisfies`, or use a named owner contract.
|
|
anti-slop(no-runtime-typeof):
apps/mobile/src/app/(app)/_layout.tsx#L90
A `typeof` check narrows a representation without establishing its contract. Parse input at its I/O boundary, then branch on the domain value.
|
|
anti-slop(no-unknown-returns):
apps/mobile/src/app/(app)/_layout.tsx#L89
This function exposes `unknown` to its caller. Parse the value at its boundary and return a named domain type.
|
|
typescript-eslint(array-type):
apps/mobile/src/app/(app)/_layout.tsx#L93
Array type using 'Array<T>' is forbidden. Use 'T[]' instead.
|
|
eslint(curly):
apps/mobile/src/app/(app)/_layout.tsx#L90
Expected { after 'if' condition.
|
|
eslint(no-console):
apps/mobile/src/app/(app)/_layout.tsx#L104
Unexpected console statement.
|
|
eslint(no-console):
apps/mobile/src/components/agents/exit-remote-session-with-feedback.ts#L121
Unexpected console statement.
|
|
eslint(no-console):
apps/mobile/src/components/agents/exit-remote-session-with-feedback.ts#L119
Unexpected console statement.
|
|
format-check
[git-mirror] Skipping cache commit: Found 2 failed/cancelled steps
|
|
format-check
[git-mirror] - Step: unknown (failed)
|
|
lint
[git-mirror] Skipping cache commit: Found 2 failed/cancelled steps
|
|
lint
[git-mirror] - Step: unknown (failed)
|