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 tokens or pollute context.
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
Saves tokens from being wasted, which is saving money. So that’s pretty impactful. Also I think reducing context pollution is important because it can affect your later answers from the agent.
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
The issue does not name files, tests, or an entry point. Start by locating the prompt-queue implementation and determine whether queued prompts are included in model context. Done means a user can cancel queued, non-running prompts without affecting the active prompt, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100