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

The adaptive-runs manual says a conversation cannot start a run

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

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
84/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go

調査の方向性

Start with the quoted section at internal/manual/chat/adaptive-runs.md:265 and run codeaf manual "can a conversation start a run" to reproduce the denial. Read internal/session/task_run_belt.go:573 to confirm the conversation allowance path. Update the manual and change entry, then verify the e2e response and retrieval probe meet the listed acceptance checks.

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

説明

area:chat bug sev:papercut

Found on santos/dev2 at 008363c98 (#1410). It reaches dev when #1410 merges.

What happened

adaptive-runs.md, in "What one costs and what happens when the money runs out", says:

The default tank is **$100.00** when nobody named a figure. **You cannot name one from a
conversation**, because a conversation cannot start a run at all — a run's cap is settled by
whatever started it.

On the default belt a conversation's /task does start a run, and that run is capped by the conversation's own allowance. So the reason the page gives is false, and a person asking whether a conversation can start a run is told no.

Replication

Deterministic (no model). Run codeaf manual "can a conversation start a run"; the retrieved adaptive-runs section gives the quoted denial. Inspect the /task run setup with the belt switch unset: it passes the conversation's allowance into the run specification.

Where

internal/manual/chat/adaptive-runs.md:265 carries the quoted claim at 008363c98. internal/session/task_run_belt.go:573 sets the run's limit for a conversation.

The fix

Limit the $100 statement to the headless door it describes, and say plainly that /task starts a conversation run under the conversation's allowance.

Acceptance

  • e2e: codeaf manual "can a conversation start a run" answers yes and names the relevant allowance.
  • Unit: a retrieval probe reaches that corrected section.
  • Record the former denial in the change entry's invalidates.
主要言語
Go
スター
115
フォーク
14
平均マージ
9時間 38分
マージ済み PR(30日)
749

環境構築

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

はじめの一歩

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

Agent-Field/CodeAF のほかの issue

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

似ている issue

Go の issue をもっと見る

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

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