MoonshotAI / MoonshotAI/kimi-code
[Feature Request]: Show Background Agent Activity in the VS Code Chat
Nobody has claimed this yet.
- 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?
Currently, when the LLM launches one or more background agents to perform tasks, there is no visual indication in the chat that this work is in progress.
It would be helpful to display a status indicator in the chat that provides visibility into background agent activity, for example:
How many agents are currently running.
An indication that they are actively processing in the background.
A notification when an agent completes its work.
Optionally, a simple progress summary (e.g., "2 of 5 agents completed").
Providing this feedback would make the agent's behavior much more transparent, reduce the impression that the extension is idle during periods without visible output, and help users understand that work is actively being performed before the final response is generated.
This quality-of-life improvement would make the overall experience more predictable and increase user confidence in the background processes executed by the agent.
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
Start in the VS Code Chat entry point and trace where background agents are launched and where their completion events become available. Define the chat status states for running agents, completed agents, and overall progress, then verify that the indicator appears during background work and updates when agents finish.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100