Skip to content

Refresh Codex protocol bindings and adapter mappings #7449

Refresh Codex protocol bindings and adapter mappings

Refresh Codex protocol bindings and adapter mappings #7449

Triggered via pull request May 8, 2026 02:40
Status Success
Total duration 3m 40s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
3m 29s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
23s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3049
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L3022
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L2470
React Hook useEffect has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1791
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1783
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint(no-unused-vars): apps/server/src/sourceControl/AzureDevOpsCli.test.ts#L5
Type 'VcsError' is imported but never used.
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
eslint(no-unused-vars): apps/server/src/sourceControl/GitHubCli.test.ts#L4
Type 'VcsError' is imported but never used.
oxc(no-map-spread): apps/web/src/clientPersistenceStorage.ts#L174
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/uiStateStore.test.ts#L449
Function `createLocalStorageStub` does not capture any variables from its parent scope