MoonshotAI / MoonshotAI/kimi-code

The Features requests

Open
#2,684 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
7.5k
Forks
1.2k
Avg merge
11h 53m
Merged PRs (30d)
350

Description

What feature would you like to see?

────────────────────────────────────────────────────────────────────────────────

【功能建议】支持快捷键将当前任务放到后台(类似 Claude Code 的 Ctrl+B)

问题描述:
Claude Code 中按 Ctrl+B 可以把当前正在运行的任务挂到后台继续执行,释放交互界面,之后随时查看进度。Kimi Code CLI
目前没有这个能力——后台任务只能由 agent
在启动时决定(run_in_background),用户无法手动将一个已在前台运行的任务转到后台。

期望行为:

  1. 提供快捷键(如 Ctrl+B)或斜杠命令,让用户在当前任务运行时手动将其放到后台继续监控;
  2. 已有 /tasks 面板可查看后台任务状态,如果能配合手动放后台,体验与 Claude Code 一致。

复现步骤:

  1. 在交互模式中启动任意耗时任务(如扫描大目录、跑统计脚本);
  2. 想释放界面继续做其他事,但没有任何按键/命令可以把当前任务放到后台。

环境信息:
• 操作系统:Windows(Git Bash)
• Kimi Code CLI 版本:0.19.2

────────────────────────────────────────────────────────────────────────────────

Additional information

No response

Contributor guide

Open the contributing guide

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

Start by locating the interactive mode task controls and the existing /tasks panel. Trace how foreground and run_in_background tasks are represented, then define the shortcut or command behavior; done means a running foreground task continues in the background and appears correctly in /tasks.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.