orchestrix-yuri 4.7.11 → 4.7.12
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.
|
@@ -309,7 +309,7 @@ function runClaude(args, cwd, timeout) {
|
|
|
309
309
|
}, (err, stdout, stderr) => {
|
|
310
310
|
if (err && err.killed) {
|
|
311
311
|
log.warn('Claude CLI timed out');
|
|
312
|
-
return resolve({ reply: '⏱
|
|
312
|
+
return resolve({ reply: '⏱ Claude is still thinking — your request is being processed. I\'ll follow up when ready. You can also check `*status` for current state.', raw: '' });
|
|
313
313
|
}
|
|
314
314
|
// Claude CLI may return non-zero exit code even with valid JSON output
|
|
315
315
|
// (e.g., stderr "Warning: no stdin data received" causes exit code 1).
|