Skip to content

feat(edit): Add --unstart flag to clear started status#125

Open
unexge wants to merge 1 commit intodcramer:mainfrom
unexge:push-kwmxlqzoltqn
Open

feat(edit): Add --unstart flag to clear started status#125
unexge wants to merge 1 commit intodcramer:mainfrom
unexge:push-kwmxlqzoltqn

Conversation

@unexge
Copy link
Contributor

@unexge unexge commented Mar 10, 2026

This is useful to move a in-progress task back to ready-to-work status.

Alternative way do to is to edit JSONL files directly, but having an option on dex edit seems cleaner.

I do have a agent loop that picks ready-to-work Dex tasks and work on them until completion, but I also do have a check to see if the agent stuck on a task for some period of time, and if so, I do git reset to reset everything and start the work from strach. git reset does the trick if you track .dex/ in your Git repository, but if you use global directory or if you don't track .dex/ in your repository, this command would be useful to reset Dex state.

Pi session: https://pi.dev/session/#3bbd100f2ad00a5e98990e8e1b84841c

This is useful to move a in-progress task back to ready-to-work status.

Alternative way do to is to edit JSONL files directly,
but having an option on `dex edit` seems cleaner.

I do have a agent loop that picks ready-to-work Dex tasks and work on them until completion,
but I also do have a check to see if the agent stuck on a task for some period of time,
and if so, I do `git reset` to reset everything and start the work from strach.
`git reset` does the trick if you track `.dex/` in your Git repository,
but if you use global directory or if you don't track `.dex/` in your repository,
this command would be useful to reset Dex state.

Pi session: https://pi.dev/session/#3bbd100f2ad00a5e98990e8e1b84841c
@vercel
Copy link

vercel bot commented Mar 10, 2026

@unexge is attempting to deploy a commit to the David Cramer's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant