协同模式中补充后台任务状态并支持单独配置 Worker
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 401
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: 匿名
**客户端版本**: 0.1.46
---
## 使用场景
1. 主对话已经完成,但其中启动的后台任务仍在继续运行。
2. 协同模式需要将不同 Worker 分配给不同角色或专门任务。
## 当前痛点
- 后台任务最终会完成,但主对话会显示为已完成;任务列表和手机端也没有提示后台任务仍在进行,用户无法判断是否需要等待或回来查看结果。
- 分配 Worker 时无法分别指定其专属提示词、Skill 和插件,难以让不同 Worker 使用匹配的角色指令和能力。
## 诉求
希望能明确感知后台任务仍在运行,并能为每个 Worker 配置适合其职责的提示词和能力。
## 建议方案
- 在主对话、任务列表和手机端显示“后台任务进行中”的状态或提示图标;如果可行,也展示进度和完成状态。
- 在分配或创建 Worker 时,允许为每个 Worker 单独配置自定义提示词/任务指令、Skill 和插件,并让这些配置在当前协同任务中生效。
---
**版本区域**: CN
**OS**: win32 x64 (10.0.26200)
**界面语言**: zh-CN
Contributor guide
Research direction
Start by tracing the main conversation, task list, mobile client, and Worker assignment or creation flows mentioned in the issue. Define how running, progress, and completion states should appear across those surfaces, then determine how per-Worker prompts, Skills, and plugins are stored and applied. Done means background work remains visibly distinct from the completed conversation and each Worker uses its task-specific configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, react-native, typescript
- Domain
- full-stack, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100