@kritchoff/agent-browser 0.9.24 → 0.9.25
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/package.json +1 -1
- package/start.sh +2 -1
package/package.json
CHANGED
package/start.sh
CHANGED
|
@@ -101,7 +101,8 @@ wait_for_log() {
|
|
|
101
101
|
wait_for_log "$ANDROID_CONTAINER" "Emulator boot complete" "Android Emulator Boot"
|
|
102
102
|
wait_for_log "$ANDROID_CONTAINER" "APK installation complete" "WootzApp Installation"
|
|
103
103
|
wait_for_log "$ANDROID_CONTAINER" "CDP Bridge ready" "CDP Bridge"
|
|
104
|
-
|
|
104
|
+
# Daemon logs "Daemon listening on TCP 0.0.0.0:3000" in direct mode
|
|
105
|
+
wait_for_log "$AGENT_CONTAINER" "Daemon listening on TCP" "Agent Daemon Connection"
|
|
105
106
|
|
|
106
107
|
# 4. Success
|
|
107
108
|
echo -e "\n${GREEN}[4/4] Environment Ready!${NC}"
|