vipcare 0.3.26 → 0.3.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.
@@ -33,7 +33,7 @@ function copilotAvailable() {
33
33
  }
34
34
  }
35
35
 
36
- function callClaudeCli(prompt, timeout = 300000) {
36
+ function callClaudeCli(prompt, timeout = 600000) {
37
37
  // Write prompt to temp file, pass via -p flag reading from file
38
38
  const tmpFile = path.join(os.tmpdir(), `vip-prompt-${Date.now()}.txt`);
39
39
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vipcare",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "Auto-build VIP person profiles from Twitter/LinkedIn public data",
5
5
  "type": "module",
6
6
  "bin": {