Skip to content

T3 Code Mobile [WIP] #7574

T3 Code Mobile [WIP]

T3 Code Mobile [WIP] #7574

Triggered via pull request May 9, 2026 01:08
Status Success
Total duration 4m 31s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
4m 20s
Format, Lint, Typecheck, Test, Browser Test, Build
Mobile Native Static Analysis
1m 2s
Mobile Native Static Analysis
Release Smoke
47s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
oxc(no-map-spread): apps/web/src/clientPersistenceStorage.ts#L174
Spreading to modify object properties in `map` calls is inefficient
unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3476
React Hook useCallback has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3339
React Hook useCallback has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3276
React Hook useCallback has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3249
React Hook useCallback has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2697
React Hook useEffect has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1989
React Hook useCallback has a missing dependency: 'composerRef.current'
react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1981
React Hook useCallback has a missing dependency: 'composerRef.current'
t3code(no-inline-schema-compile): apps/server/src/vcs/GitVcsDriverCore.ts#L358
Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.