Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#1,576 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Maintainer thường phản hồi trong vòng 1 ngày

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
68/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
go
Lĩnh vực
cli, testing

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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

Ngôn ngữ chính
Go
Star
115
Fork
14
Merge trung bình
9 giờ 35 phút
Pull request đã merge (30 ngày)
752

Chuẩn bị môi trường

Chúng tôi chưa kiểm tra các tệp thiết lập môi trường của dự án này. Hãy bắt đầu từ README và xem hướng dẫn đóng góp lần đầu của chúng tôi để biết các bước chung.

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của Agent-Field/CodeAF

Tất cả issue của Agent-Field/CodeAF

Issue tương tự

Thêm issue về Go

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.