cicy-code 0.2.8 → 0.2.10

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.
Files changed (2) hide show
  1. package/bin/cicy-code.js +1 -0
  2. package/package.json +1 -1
package/bin/cicy-code.js CHANGED
@@ -141,6 +141,7 @@ async function launchDesktop() {
141
141
  detached: true,
142
142
  env: { ...process.env, CICY_NO_BROWSER: '1' }
143
143
  });
144
+ server.on('exit', (code, signal) => console.error(` ⚠️ Server exited code=${code} signal=${signal}`));
144
145
  server.unref();
145
146
  console.log(` 🚀 Starting cicy-code server (PID: ${server.pid})...`);
146
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cicy-code",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "CiCy Code - AI-powered development environment",
5
5
  "bin": {
6
6
  "cicy-code": "bin/cicy-code.js"