Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[BUG] Diff panels not cleared when new suggestion is shown — stale diffs accumulate until window focus change

Aperta
#205 1 commento 3 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
48/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
lua, neovim
Ambito
devtools

Direzione di ricerca

Inizia nel percorso di integrazione di Neovim Claude Code che gestisce un nuovo suggerimento e amministra buffer o finestre diff; l’issue non indica file o test specifici. Riproduci il problema con due modifiche successive, quindi verifica che rimanga visibile solo il diff corrente e che non sia più necessario cambiare il focus per cancellare i pannelli obsoleti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

triage:done

Bug Description

After the latest update, sometimes diff panels shown in Neovim are not cleared when Claude Code proposes a new change. Previous diffs remain visible in the split panels and accumulate over time. The only way to dismiss them is to manually switch focus to the LazyVim tab.

To Reproduce

Steps to reproduce the behavior:

  1. Open Ghostty with a tab split in two panes: Claude Code on one side, LazyVim on the other.
  2. Start the Claude Code integration in Neovim.
  3. Ask Claude to make a change to a file — a diff is shown in the split panels.
  4. Ask Claude to make a second (different) change to the same or another file.
  5. Observe that the previous diff is still visible alongside the new one — diffs accumulate.

Expected Behavior

When Claude Code proposes a new change, any previously displayed diff panels should be cleared/replaced, so that only the current suggestion is visible.

Environment

  • Neovim version: 0.11.6
  • Claude Code CLI version: 2.1.70
  • OS: macOS 26.3
  • Plugin version: commit 432121f

Error Messages

No explicit error messages — visual/rendering issue only.

Additional Context

The issue seems to be related to focus/window state: switching focus to the LazyVim pane forces the stale diffs to disappear. This suggests the diff buffers or windows are not being properly closed/reset when a new suggestion is triggered.

Lingua principale
Lua
Stelle
3.1k
Fork
217
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di coder/claudecode.nvim

Tutte le issue di coder/claudecode.nvim

Issue simili

Altre issue su Lua

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.