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

senior-dev ends 'unsubmitted' (exit 2) after a passing verification

Đang mở
#1,584 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
72/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 with internal/seniordev/app/solo.go:320-335 and trace how soloCheckUnsubmitted, the nudge cap, verification status, and exit code determine the final outcome. Reproduce with the senior-dev command and the minimal Go repository described in the issue. Done means a passing verification produces exit 0, or a distinct result clearly stating that work passed but was not submitted, with an e2e test covering it.

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

Mô tả

area:headless bug sev:serious

Seen on: dev 837b2b0.

Behaviour

A headless senior-dev run fixed the code and its verification passed, but the run ended unsubmitted with terminal_trigger: nudge-cap and exit 2. A run whose verification passed on a clean tree should count as done (or say plainly that the model never submitted), not exit as a failure.

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. Make a small repo with a failing test: R=$(mktemp -d) && cd "$R" && git init -q && printf 'package main\n\nfunc main() {}\n' > main.go && printf 'module demo\n\ngo 1.22\n' > go.mod && git add -A && git commit -qm init, add a failing _test.go, commit.
  5. codeaf senior-dev --json "make go test ./... pass"; echo exit=$?.
  6. Read the last JSON record: terminal_trigger, the verification result, exit code.

Evidence

  • Last record: verification passed, unsubmitted, terminal_trigger: "nudge-cap", exit 2.
  • internal/seniordev/app/solo.go:320-335: after soloMaxNudges the outcome is nudge-cap and stage unsubmitted, even when soloCheckUnsubmitted returned a passing verification.

Guessed cause

A guess from reading the code, not a confirmed diagnosis. The worker model (a qwen / deepseek mix) never called submit within the nudge cap; a passing verification with a clean tree is not treated as a submission.

Acceptance

  • e2e: a senior-dev run whose verification passes ends with exit 0 (or a distinct exit and a line that says the work passed but was not submitted).

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.