Skip to content

feat: add git commit and push UI with AI commit message generation #503

feat: add git commit and push UI with AI commit message generation

feat: add git commit and push UI with AI commit message generation #503

Triggered via pull request January 20, 2026 09:11
Status Success
Total duration 2m 24s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
lint: src/features/git/components/GitDiffPanel.tsx#L314
The 'allFiles' array makes the dependencies of useCallback Hook (at line 358) change on every render. Move it inside the useCallback callback. Alternatively, wrap the initialization of 'allFiles' in its own useMemo() Hook