ai-project-manage-cli 7.1.26 → 7.1.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3874,6 +3874,8 @@ async function handleWebIdeInboundMessage(cfg, msg, signal, options) {
3874
3874
  },
3875
3875
  {
3876
3876
  signal,
3877
+ // IDE 重启/异常中断后 Cursor 可能仍认为旧 run active;强制清残留再 send
3878
+ forceSend: true,
3877
3879
  appendMessageContent: (content) => appendContent(cfg, messageId, content),
3878
3880
  askQuestionExecute: createWebIdeAskQuestionExecute({
3879
3881
  cfg,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-project-manage-cli",
3
- "version": "7.1.26",
3
+ "version": "7.1.27",
4
4
  "description": "命令行工具:后续用于调用平台后端 API 完成运维与自动化操作",
5
5
  "type": "module",
6
6
  "private": false,