chaitin / chaitin/MonkeyCode

任务终止优化建议

Open
#1,008 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
4.7k
Forks
719
Avg merge
4h 30m
Merged PRs (30d)
83

Description

反馈标题:任务终止优化建议

反馈内容:普通用户一个项目下只能有一个正在执行的任务,导致上下文越来越长,消耗大量token。一旦终止任务,虚拟机会被回收,导致内容或部署的服务都清空了。

期望效果:普通用户一个项目下只能有一个正在执行的任务,但是终止任务不应该回收虚拟机。新启一个任务,一个项目应该复用环境。

我的 UID:dd85b5bf-367a-44b6-af53-8c04e8e29c84

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 in the issue. Start by tracing the task termination flow and the virtual-machine cleanup lifecycle, then identify how a new task acquires its project environment. Done means termination preserves the environment and a later task reuses it without breaking the one-running-task limit.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.