Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

crew: glm-5.3-flash as the default worker took 22 minutes for a one-line fix on a fresh install

オープン
#1,522 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
go, python, shell

調査の方向性

Install devaf into a throwaway HOME, reproduce the fresh-install /task using the calc.py and test_calc.py fixture, and record steps and wall time from the task room head. Compare the current glm-5.3-flash trajectory with the reported 46 steps and 22m37s. Done means making the requested ruling about the bugfix default worker or its λ based on the rerun.

索引モデルが issue の本文から書いたものです。

説明

area:provider needs a ruling

On a fresh profile, the crew router (#1436) seats z-ai/glm-5.3-flash as the worker for a narrow fix (bugfix · worker glm-5.3-flash (openrouter) · checker glm-5.3-flash · est $0.013). In a fresh-install check on 2026-09-25 (dev-20260925-1194d4b8fe88), a one-line fix in a tiny Python repo (add returned a - b) took 46 steps and 22m37s and cost $0.0248.

The trajectory shows these as the model's own mistakes:

  • Unanchored sed -i 's/return a - b/return a + b/' matched both add and sub, so every fix broke the other function. It flip-flopped six times.
  • It read pytest's exit 5 ("no tests ran" on a module-level-assert file) as a failure.
  • It was green at step 29 and went on for 17 more steps, including a find /.

The harness made it worse in three ways, and all three are fixed since:

  • codeaf patch was unreachable under a devaf install (#1519).
  • jobs was refused on the bash belt (#1515).
  • The checker began in the person's checkout (#1515).

Ruling needed

Re-run the same fresh-install /task on current dev. If a narrow fix still takes more than a few minutes on glm-5.3-flash, decide whether the default worker for bugfix, or its λ, should move one rung up.

Replication (field)

  1. Install through curl -fsSL https://agentfield.ai/get/devaf | bash into a throwaway HOME, and paste an OpenRouter key.
  2. In a git repo with calc.py (def add(a, b): return a - b, plus correct sub/mul) and a test_calc.py of module-level asserts, run /task fix the failing test.
  3. Record steps and wall time from the task room head.

It costs about $0.03.

主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 35分
マージ済み PR(30日)
752

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Agent-Field/CodeAF のほかの issue

Agent-Field/CodeAF の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。