Merge remote-tracking branch 'origin/main' into skill/telegram

This commit is contained in:
gavrielc
2026-03-08 23:24:39 +02:00
20 changed files with 6995 additions and 5 deletions

View File

@@ -191,6 +191,7 @@ async function runTask(
}
if (streamedOutput.status === 'success') {
deps.queue.notifyIdle(task.chat_jid);
scheduleClose(); // Close promptly even when result is null (e.g. IPC-only tasks)
}
if (streamedOutput.status === 'error') {
error = streamedOutput.error || 'Unknown error';