Session/chat metadata (status, title, transcript) is stale/unreliable relative to actual sub-session state
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 48/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Sôi nổi
- Lĩnh vực
- cli, developer-experience, tooling
Hướng nghiên cứu
Start by reproducing the behavior through create_session, list_sessions({ withChanges: true }), and get_session_context for several ?chat= UUIDs. Compare status, state, title, modifiedAt, and transcript output with direct file inspection and dotnet build results. Done means status, title, and transcript freshness accurately track delegated sub-chat activity and completion.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Summary
When a session spawns multiple delegated sub-chats via create_session (relationship: "currentSession"), the session-management tool surface (list_sessions, get_session_context) reports status, title, and transcript "freshness" that do not reliably reflect the actual state of the sub-chats. An orchestrating agent (or human) monitoring delegated work cannot trust these signals and is forced to fall back to ground-truth verification (reading files directly, running builds) to determine real progress.
Environment
GitHub Copilot CLI — the create_session, list_sessions, and get_session_context tool surface used to spawn and monitor delegated sub-agent work. Reproduced with sub-chats created via create_session with relationship: "currentSession", each attaching as a separate ?chat=<uuid> thread under one session (e.g. agent-host-session://copilotcli/<session-guid>?chat=<chat-uuid>).
Repro steps
- In a session, call
create_session3+ times withrelationship: "currentSession", each with a distinct, few-minute-long autonomous coding task. - While those run, poll
list_sessions({ withChanges: true })andget_session_contexton each?chat=UUID at various intervals. - Compare the reported
status/state/title/modifiedAtagainst actual completion (verified via direct file inspection or build output) at the same wall-clock moments.
Issue 1 — Aggregate session status field is wrong/stale
- Called
list_sessions({ withChanges: true })on a session with 6 active sub-chats. - Result:
"status": "inputNeeded"— implying at least one chat is blocked waiting for a reply. - Drilled into all 6 individual chats via
get_session_context(detail: "full"and"digest"). None had actually asked a question or paused for input — 5 showed"state": "complete"with clean final reports, 1 showed"state": "inProgress"mid-tool-execution. - Re-polled the same session ~15 minutes later:
statuswas still"inputNeeded", withmodifiedAthaving advanced (e.g. from2026-09-18T16:41:16.511Zto2026-09-18T16:56:16.347Z) — i.e. something updated the timestamp, but no new content appeared and the label never resolved to something accurate. - Ground truth (direct file read +
dotnet build) confirmed the "still in progress" chat's target file was in fact already complete and correct — the tool's own status reporting lagged reality by at least that 15-minute window, and did not appear to self-correct.
Expected: status should reflect real-time chat state — inputNeeded only when a chat is genuinely blocked on a prompt/question, idle/complete otherwise.
Actual: the label was flatly wrong for an extended period and did not self-correct on subsequent polls.
Issue 2 — Per-chat transcript can also appear stale under get_session_context
- On the chat still reporting
"state": "inProgress", two separateget_session_contextcalls, several minutes apart, returned byte-identical transcript content (same last tool call: a dependency scan) whilestateremained"inProgress"both times. - There is no way to distinguish, from the tool output alone, "still actually running, transcript just hasn't been persisted yet" from "actually finished/stalled, but state was never flipped."
- Only resolved by bypassing the tool entirely: reading the target file directly and running the actual build, which showed the work was done and correct.
Issue 3 — Session/chat title does not update to reflect current activity
- A hub session's title remained fixed to the description of the very first task given to it, even after 8 additional, unrelated-by-name sub-chats were appended to the same session via
relationship: "currentSession". - Expected: title either reflects the most recent/active chat's task, or is otherwise kept in sync with what's actually running.
- Actual: title is frozen at creation time and never revisited, making the session list UI/API misleading about what a session is currently doing.
Contributing/related quirk (same tooling surface, included for context)
Sub-chats created via create_session each appear to get an isolated SQL-backed todo/database context — when a sub-chat's prompt instructed it to "update the SQL todos table," it found an empty table (not the parent's authoritative table) and correctly declined to fabricate rows, self-reporting the discrepancy. This means workflows relying on session-management tools to reflect or propagate cross-chat/cross-session state cannot trust automatic state propagation — it must be manually reconciled by the orchestrating session via direct verification, which is what surfaced issues 1-3 above.
Impact
An orchestrating agent (or a human operator) monitoring delegated sub-session work via list_sessions/get_session_context cannot trust status, title, or transcript "freshness" as signals of real progress or blockage. The only reliable signal found was bypassing these tools and checking ground truth directly (source files on disk, actual build/test output). This significantly undermines the usefulness of the delegated/background sub-agent workflow for any multi-chat orchestration.
- Ngôn ngữ chính
- Shell
- Star
- 11.2k
- Fork
- 1.9k
- Merge trung bình
- 14 giờ 16 phút
- Pull request đã merge (30 ngày)
- 6
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- 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.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của github/copilot-cli
-
triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
github/copilot-cli#4932 ·
-
triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
github/copilot-cli#4909 ·
-
triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 76/100
github/copilot-cli#4906 ·
-
triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/copilot-cli#4848 ·
-
area:agents area:mcp
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/copilot-cli#4729 ·
Tất cả issue của github/copilot-cli
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 85/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
bug easy help wanted
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
lacs-project/sysknife#503 ·
-
help wanted kind/documentation
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
liquidmetal-dev/flintlock#1239 ·