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.
- package/bin/agi-animation.js +4 -0
- package/package.json +1 -1
package/bin/agi-animation.js
CHANGED
|
@@ -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(() => {});
|