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

A note on an interrupted run promises a worker that no longer exists

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

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
68/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
go

調査の方向性

Start with internal/session/plandb_steer.go:73 and planSteer, then inspect terminalStoreStatus in internal/session/plandb_plan.go:586 and the promise in internal/tui3/taskplan.go:776. Run TestOpenRunPlanSetsAsideARunLeftOpen and review the tmux e2e path. Done means interrupted runs reject note, hold, amendment, and priority writes without changing the store, with the manual and change entry updated.

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

説明

area:session bug sev:serious

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

What happened

On 2026-09-24, a note entered on an interrupted run was accepted and the page said the worker reads a note at its next step. The conversation had closed, so no worker remained to take that step. This is related to the interrupted/continue design in #1318.

Replication

Deterministic (no model). In internal/session, adapt TestOpenRunPlanSetsAsideARunLeftOpen: leave a run's root nonterminal, close its owning agent, and call the note path before another request archives the store. Assert that the note is accepted today and the store receives it despite having no live run.

Field (real models). With OPENROUTER_API_KEY and deepseek/deepseek-v4-flash, start a long /task in codeaf chat --no-host, enter /quit, reopen the conversation, and put a note on its interrupted run page. Allow a few minutes and a few cents. The page promises the next step, but no step follows.

Where

internal/session/plandb_steer.go:73, planSteer, searches only for a terminal root; internal/session/plandb_plan.go:586, terminalStoreStatus, excludes interruption. The displayed sentence is internal/tui3/taskplan.go:776.

The fix

Treat a run with no live driver as ended for note, hold, amendment and priority writes. Say that it is interrupted and cannot receive the change; leave its store untouched.

Acceptance

  • e2e: through codeaf chat --no-host in tmux, a note on an interrupted page is refused and the worker reads a note at its next step is absent.
  • Unit: closing the driver and calling each steer verb writes nothing to the store.
  • Update the run-page manual and record the changed promise in a 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 を短くまとめたダイジェスト。