Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

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

未关闭
#1,453 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
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 分钟
30 天内合并 PR
749

环境准备

我们还没有检查这个项目的环境配置文件。先看它的 README,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

Agent-Field/CodeAF 的其他 Issue

查看 Agent-Field/CodeAF 的全部 Issue

相似的 Issue

更多 Go Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。