Hacktoberfest 2026: die Issues, die Maintainer für den Oktober markiert haben – offen und einsteigerfreundlich. Hacktoberfest-Issues durchsuchen

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

Offen Anfängerfreundlich
#1,199 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Maintainer antworten meist innerhalb von 1 Tag

Dieses Issue hat noch niemand übernommen.

Bewertung

Schwierigkeit
2/5
Geschätzter Aufwand
1-3 Stunden
Anfängerfreundlichkeit
88/100
Issue-Typ
Dokumentation
Klarheit
Klar beschrieben
Aktivitätsstatus
Aktiv
Tech-Stack
go

Rechercherichtung

Beginne in internal/manual/chat/models-and-cost.md im Abschnitt „crew“ und sieh dir anschließend die Retrieval-Probes in internal/manual/chat_test.go an. Füge die beiden angeforderten Überschriften und Probes mit den Formulierungen des Fragestellers hinzu und führe go test ./internal/manual/ aus. Fertig ist die Aufgabe, wenn beide Probes erfolgreich sind und eine der beiden manuellen Fragen den Abschnitt „crew“ ausgibt.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Beschreibung

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.

Vorherrschende Sprache
Go
Sterne
115
Forks
14
Ø Merge
9 Std. 35 Min.
Gemergte PRs (30 T.)
752

Entwicklungsumgebung

Die Einrichtungsdateien dieses Projekts haben wir noch nicht geprüft. Beginnen Sie mit der README; die allgemeinen Schritte stehen in unserem Leitfaden für den ersten Beitrag.

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus Agent-Field/CodeAF

Alle Issues in Agent-Field/CodeAF

Ähnliche Issues

Weitere Issues zu Go

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.