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,
|