CommandCodeAI / CommandCodeAI/desktop

Pause and resume an in-flight conversation

Open
#75 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Shell
Stars
80
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by tracing how an active conversation is interrupted and how conversation state survives an app restart. Define the paused state and resume behavior, including preserving progress during a multi-step task; done means an in-flight run can be paused and continued from the same point.

Written by the indexing model from the issue text.

Assessment

Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.