MoonshotAI / MoonshotAI/kimi-cli
后台任务需要能调整timeout || Background tasks need to be able to adjust timeout
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.4k
- Forks
- 1.3k
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 2
Description
What feature would you like to see?
background task 一旦超时就会被杀,然而kimi经常会过于乐观的估计超时时间,导致运行到一半时发现来不及只能杀掉,调整时间,然后重新运行。所以需要能够调整超时时间,谢谢!
Additional information
No response
What feature would you like to see?
The background task will be killed once it times out. However, Kimi often estimates the timeout time too optimistically. As a result, when it is halfway through the run, it is found that it is too late and it can only be killed, adjust the time, and then run again. So I need to be able to adjust the timeout, thank you!
Additional information
No response
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 file, test, or entry point is named; start by locating the background-task timeout handling in the CLI. Trace how timeout expiry kills a task and define the change as allowing the timeout to be adjusted while the task is running, without requiring a restart.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100