CommandCodeAI / CommandCodeAI/desktop
Pause and resume an in-flight conversation
还没有人认领这个 Issue。
- 主要语言
- Shell
- 星标
- 80
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
What problem are you trying to solve?
There's no way to suspend a conversation that is actively running. If the
agent is partway through a multi-step task and I need to close my laptop,
step away, or switch to something else, my only option is to interrupt the
run — which ends the current turn, and picking up later means starting the
task over rather than continuing it.
This makes long-running tasks impractical: the longer the task, the more
progress I lose if I have to stop.
What would improve it?
The ability to pause an in-flight conversation - mid-response, or partwaythrough a multi-step task - and resume it later from exactly where itstopped, with the agent's progress intact.
To be clear: I know previous sessions can already be resumed from the chatlist. This is a different need - suspending a run that is currently inprogress, not re-opening a finished one
Even a simple "paused" state that survives an app restart and can be
continued from the same point would solve it.
What do you do today?
I either let the task run to completion before stepping away, or interruptit and re-describe the task when I come back - re-explaining context and
redoing work that was already finished.
Product area
None
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
没有指定任何文件、测试或入口点。首先跟踪活动会话是如何被中断的,以及会话状态如何在应用重启后得以保留。定义暂停状态和恢复行为,包括在多步骤任务期间保留进度;完成的标准是,正在进行的运行可以暂停,并从同一点继续。
由索引模型根据 Issue 内容生成。
评估
- 领域
- desktop
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100