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

manual: "what does model family mean" and "what does picked from learn mean" reach the wrong page

Aperta Adatta ai principianti
#1,199 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
Documentazione
Chiarezza
Specificata chiaramente
Stato di attività
Attiva
Stack tecnologico
go

Direzione di ricerca

Inizia in internal/manual/chat/models-and-cost.md, nella sezione „crew“, quindi esamina le probe di retrieval in internal/manual/chat_test.go. Aggiungi i due titoli e le probe richieste usando le frasi di chi le ha richieste, quindi esegui go test ./internal/manual/. Il lavoro è concluso quando entrambe le probe hanno esito positivo e una delle due domande manuali stampa la sezione „crew“.

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

Descrizione

area:chat hygiene

What happened

On the published staging-20260918-62cae85802f0 (dev 62cae8580), two questions in a person's own words about the crew's new rows reach pages that do not answer them:

$ codeaf manual "what does model family mean"
## A run's nodes on the roster          ← adaptive-runs.md
$ codeaf manual "what does picked from learn mean"
## Auto, and who is actually choosing (this used to be called the lane) — …   ← lanes.md

The answers exist — ## The crew — which models codeaf uses on my behalf, and /crew in internal/manual/chat/models-and-cost.md explains the model family row and 1093-crew-picked-from-row describes picked from table|catalog|learn — but no ## heading carries either phrase, so the retrieval never lands there and the chat improvises over the top of the page.

Two neighbours that do work, for contrast: what is the model pool → ## The Model Pool — what this machine reads from it, with codeaf pool; how do I add a custom openai compatible connection → ## Custom OpenAI-compatible API — a proxy, a gateway, or your own endpoint.

Replication

Deterministic (no model). codeaf manual "what does model family mean" and codeaf manual "what does picked from learn mean" on any build from 62cae8580; no key, no model. Or add the two questions as probes to internal/manual/chat_test.go and watch them fail to reach models-and-cost.

Where

internal/manual/chat/models-and-cost.md, the crew section — the model family paragraph and the picked from reading line have no heading of their own. internal/manual/chat_test.go has no probe for either phrase.

The fix

Per the manual law: fix the page, never the test. Two headings in the asker's vocabulary — one for the model family row (open or all, why the crew word reads custom after a flip, how to get it back) and one for picked from table, catalog or learn (what each rung means, what learned on a receipt means) — and a probe for each in chat_test.go so retrieval is pinned.

Acceptance

go test ./internal/manual/ with the two new probes green; codeaf manual "<either question>" prints the crew section.

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

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.