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

After 'Raise to $4' the team header still shows the old cap

Ouverte
#1,576 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é
3/5
Temps estimé
1-2 jours
Accessibilité débutants
68/100
Type d'issue
Bug
Clarté
Plutôt claire
Activité
Active
Stack technique
go
Domaine
cli, testing

Piste de recherche

Start at internal/tui3/teamspagedraw.go:415-417 and trace how the raise decision in decisions.jsonl affects the team's daily ceiling. Reproduce the flow using the isolated profile and small cap described in the issue, then run the relevant end-to-end coverage. Done means that after choosing Raise to $4, the team header shows “of $4 today” in both listed locations for the rest of the day.

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

Description

area:chat bug sev:serious

Seen on: dev 837b2b0.

Behaviour

After a team hit its cap and the person chose Raise to $4, the header still read $2.12 of $2 today while work went on past $2. The header should show today's raised ceiling.

Replication

  1. Build dev 837b2b0 (git checkout 837b2b0 && make build, binary bin/codeaf), or install the dev build with curl -fsSL https://agentfield.ai/get/devaf | bash.
  2. Use an isolated profile: export HOME=$(mktemp -d), export OPENROUTER_API_KEY, and keep the default model (~deepseek/deepseek-v4-flash-latest, crew on auto).
  3. On a busy machine set task.max_load to 0 (/settings, Tasks) so the busy-machine gate does not hold tasks.
  4. cd $(mktemp -d) && git init -q && codeaf; set daily cap per team to a small value such as $0.20 in /settings.
  5. Make a team with a manager and give it work until the cap card appears; choose Raise to ….
  6. Read the team's header on /teams and in the manager's conversation.

Evidence

  • decisions.jsonl: {"op":"decide",…,"decision":"raise"}; header afterwards $2.12 of $2 today.
  • internal/tui3/teamspagedraw.go:415-417: teamsMoney(...) + " of " + teamsMoney(e.CapUSDDay) + " today" reads the stored cap.

Guessed cause

A guess from reading the code, not a confirmed diagnosis. The header reads the stored cap and not today's raised ceiling from the decision.

Acceptance

  • e2e: after Raise to $4, the header reads of $4 today for the rest of the day.

Found while writing the public docs; manual text differences are in #1545.

🤖 Generated with Claude Code

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.