Hacktoberfest 2026 : les issues que les mainteneurs ont marquées pour octobre, ouvertes et accessibles aux débutants. Parcourir les issues Hacktoberfest

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

Ouverte Adaptée aux débutants
#1,199 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Les mainteneurs répondent en général sous 1 jour

Personne n'a encore pris cette issue.

Évaluation

Difficulté
2/5
Temps estimé
1-3 heures
Accessibilité débutants
88/100
Type d'issue
Documentation
Clarté
Clairement spécifiée
Activité
Active
Stack technique
go

Piste de recherche

Commencez dans internal/manual/chat/models-and-cost.md, à la section « crew », puis examinez les probes de retrieval dans internal/manual/chat_test.go. Ajoutez les deux titres et les probes demandées en utilisant les formulations de la personne qui les a demandées, puis exécutez go test ./internal/manual/. C’est terminé lorsque les deux probes réussissent et que l’une ou l’autre des questions manuelles affiche la section « crew ».

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Description

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.

Langage dominant
Go
Étoiles
115
Forks
14
Merge moyen
9 h 35 min
PR mergées (30 j)
752

Préparer son environnement

Nous n'avons pas encore vérifié les fichiers d'installation de ce projet. Commencez par son README, et consultez notre guide de la première contribution pour les étapes générales.

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Autres issues de Agent-Field/CodeAF

Toutes les issues de Agent-Field/CodeAF

Issues similaires

Plus d'issues Go

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.