@reepoe/plugin 1.2.5 → 1.3.0

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
@@ -389,7 +389,8 @@ async function main() {
389
389
  ...process.env,
390
390
  PORT: port.toString(),
391
391
  HOST: '127.0.0.1',
392
- PYTHONUNBUFFERED: '1'
392
+ PYTHONUNBUFFERED: '1',
393
+ REEPOE_PROJECT_ROOT: process.cwd() // Phase 1: Pass user's directory to server
393
394
  };
394
395
 
395
396
  const child = spawn(binaryPath, [], {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reepoe/plugin",
3
- "version": "1.2.5",
3
+ "version": "1.3.0",
4
4
  "description": "ReePoe AI Code Manager - Install in any codebase for instant AI agent integration",
5
5
  "keywords": [
6
6
  "ai",