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

`ctrl+e` on a row of Home's standing panel does not pause the order

Aperta Adatta ai principianti
#1,468 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
88/100
Tipo di issue
Bug
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
go
Ambito
cli

Direzione di ricerca

Inizia da internal/tui3/home.go:2638 e confronta il ramo ctrl+e con il vicino ramo ctrl+x usando standsForItem(). Esegui make demo-home, quindi verifica il comportamento della riga standing con un test dei tasti mirato di internal/tui3 e il flusso e2e indicato. Il lavoro è completato quando le righe standing e le altre righe standing-item vengono messe in pausa o riprese attraverso lo stesso percorso e la riga viene aggiornata immediatamente.

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

Descrizione

area:chat bug sev:papercut

Seen on dev@debffabf6. Surfaced while verifying #1415; not introduced by it.

What happened

ctrl+e on a standing-order row in Home's standing panel does nothing, although keys.md and home.md say it pauses the order. The key handler accepts only the homeItem row kind; ctrl+x correctly uses the broader standsForItem() check.

Replication

Deterministic (no model). Run make demo-home to seed standing orders, focus a row of the standing panel on Home, and press ctrl+e. The row remains active. Press ctrl+x on the same kind of row as a control; it reaches the standing-item action. A focused internal/tui3 key test can use the demo fixture's row without a model.

Where

internal/tui3/home.go:2638 at dev@debffabf6, in the ctrl+e branch of homeKey, switches on homeItem; the nearby ctrl+x branch uses standsForItem(). The promise is in internal/manual/chat/home.md:2285 and keys.md.

The fix

Use the standing-row predicate for pause and resume, and keep the behavior aligned with the row's visible action.

Acceptance

  • e2e: in codeaf chat with the demo home, ctrl+e on a standing row changes its status to paused and the row updates immediately.
  • Unit: Home's standing and other standing-item row kinds take the same key route.
  • Correct the manual only if the chosen key contract changes; record the old dead key in invalidates.
Lingua principale
Go
Stelle
115
Fork
14
Merge medio
9h 38m
PR unite (30g)
730

Preparare l'ambiente

Non abbiamo ancora controllato i file di configurazione di questo progetto. Parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

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 Agent-Field/CodeAF

Tutte le issue di Agent-Field/CodeAF

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.