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: '⏱ Taking longer than expected. Try a specific command like `*change "desc"` or `*status`.', raw: '' });
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).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestrix-yuri",
3
- "version": "4.7.11",
3
+ "version": "4.7.12",
4
4
  "description": "Yuri — Meta-Orchestrator for Orchestrix. Drive your entire project lifecycle with natural language.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {