makecindy / makecindy/cindy

[Bug] 当前无任务运行时输入命令进入队列,需切换模型才能恢复执行

Open
#2,276 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
2.7k
Forks
401
Avg merge
21h 48m
Merged PRs (30d)
776

Description

**提交人**: 用户Wyccc
**客户端版本**: 0.1.38

---

**反馈类型**:Bug 缺陷

**现象**
某个会话中,当前已经没有任何任务在运行,但输入任何命令都会进入队列,不会真正执行。此时必须切换模型才能恢复:例如使用 GPT 时切到 DeepSeek,再输入命令就会正常执行;但该任务执行完后问题会再次出现,又需要从 DeepSeek 切回 GPT 才能继续。

**复现步骤**
1. 在一个会话中正常使用某个模型(如 GPT)执行任务。
2. 某个任务结束后,输入任意新命令。
3. 尽管当前没有任务在运行,命令仍进入队列、不执行。
4. 切换模型(GPT → DeepSeek)后输入命令,恢复正常执行。
5. 该任务执行完成后,再次输入命令又进入队列,需切换模型(DeepSeek → GPT)才能恢复。

**期望行为**
当前会话没有任务运行时,输入的命令应立即执行,不应进入队列,也不需要靠切换模型来临时恢复。

**环境信息**
(由系统自动附加)
---
**版本区域**: CN
**OS**: win32 x64 (10.0.26200)
**界面语言**: zh-CN

Contributor guide

Open the contributing guide

Research direction

No source files or tests are named. Start by reproducing the issue in a session after a task finishes on the Windows client, then trace the command queue and task-completion entry points to identify why new commands remain queued. Done means commands execute immediately whenever the session has no running task, without switching models, and the behavior remains correct after repeated task completions.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ai, desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.