Skip to content

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

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

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

Triggered via pull request January 20, 2026 12:44
Status Success
Total duration 1m 46s
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