@reepoe/plugin 1.3.13 → 1.3.15

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.
package/bin/start.js CHANGED
@@ -422,7 +422,8 @@ async function main() {
422
422
  console.log(` Stop: reepoe-stop\n`);
423
423
  } else {
424
424
  console.error(`\n❌ Server failed to start on port ${port}`);
425
- console.error(' Check logs: reepoe-status');
425
+ console.error(` Check logs: ${path.join(process.cwd(), 'logs', 'server.log')}`);
426
+ console.error(' Status: reepoe-status');
426
427
  process.exit(1);
427
428
  }
428
429
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reepoe/plugin",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "description": "ReePoe AI Code Manager - Install in any codebase for instant AI agent integration",
5
5
  "keywords": [
6
6
  "ai",
@@ -27,7 +27,8 @@
27
27
  "reepoe-status": "./bin/status.js",
28
28
  "reepoe-metrics": "./bin/metrics.js",
29
29
  "reepoe-admin": "./bin/admin.js",
30
- "reepoe-extend-request": "./bin/extend-request.js"
30
+ "reepoe-extend-request": "./bin/extend-request.js",
31
+ "reepoe-clear-cache": "./bin/clear-cache.js"
31
32
  },
32
33
  "scripts": {
33
34
  "postinstall": "node scripts/setup.js"
@@ -45,8 +46,8 @@
45
46
  "arm64"
46
47
  ],
47
48
  "dependencies": {
48
- "find-free-port": "^2.0.0",
49
49
  "axios": "^1.6.0",
50
+ "find-free-port": "^2.0.0",
50
51
  "ps-node": "^0.1.6"
51
52
  },
52
53
  "files": [