CMU-313 / CMU-313/fall-26-opencode-team-zero
As a user, I want to be able to cancel prompts in my queue that are not currently running, so that I dont waste potential tokens and pollute context.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Total: 12/20
Impact: 7/10
Effort: 5/10
Varies based on how the prompt queue works, is the whole queue getting sent to the model for context or just the currently running prompt?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are identified. Start by tracing how the prompt queue is implemented and determine whether queued prompts are included in model context; done means a user can cancel a queued, non-running prompt without disrupting the currently running prompt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100