sam-coder-cli 1.0.52 → 1.0.53

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.
@@ -859,6 +859,10 @@ async function runAGIAnimation() {
859
859
  frameCount++;
860
860
  }
861
861
 
862
+ // Debug: Confirm neural pathways completed
863
+ console.log('\n[DEBUG] Neural pathways phase completed, starting consciousness...');
864
+ await sleep(1000);
865
+
862
866
  // PHASE 10: Consciousness Awakening (2 seconds - 60 frames)
863
867
  // Play consciousness sound (non-blocking)
864
868
  sound.playConsciousnessSound().catch(() => {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sam-coder-cli",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "SAM-CODER: An animated command-line AI assistant with agency capabilities.",
5
5
  "main": "bin/agi-cli.js",
6
6
  "bin": {