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

A long HOME makes the engine socket path too long, and codeaf silently runs with no engine

Aperta
#1,442 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
52/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
go
Ambito
cli

Direzione di ricerca

Start by locating where the engine host socket path is constructed and where connection failure is handled. Check the macOS 104-byte and Linux 108-byte limits described in the issue. Done means long HOME paths either use a shorter per-user socket location keyed by workspace or fail with one line naming the path and limit, and never silently run without an engine.

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

Descrizione

When the path of the engine host socket (<HOME>/.codeaf/v3/hosts/<id>/host.sock) is longer than the platform's Unix socket limit (104 bytes on macOS, 108 on Linux), codeaf runs with no engine daemon and says nothing.

Seen while measuring on a machine with long profile HOME paths: every window ran without an engine, which changed memory and resume numbers, and nothing on screen said so.

Expected: either place the socket somewhere short (for example a per-user runtime directory keyed by a hash of the workspace) or refuse with one line naming the path and the limit. Running without an engine must not look the same as running with one.

Lingua principale
Go
Stelle
115
Fork
14
Merge medio
9h 38m
PR unite (30g)
730

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 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.