orchestrix-yuri 3.1.2 → 3.1.3
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
CHANGED
|
@@ -303,7 +303,7 @@ for i in $(seq "$CC_STARTUP_WAIT" -1 1); do
|
|
|
303
303
|
if [ $((i % 2)) -eq 0 ] && [ -z "$TRUST_HANDLED" ]; then
|
|
304
304
|
for w in 0 1 2 3; do
|
|
305
305
|
PANE=$(tmux capture-pane -t "$SESSION_NAME:$w" -p -S -10 2>/dev/null || true)
|
|
306
|
-
if echo "$PANE" | grep -qi "trust"; then
|
|
306
|
+
if echo "$PANE" | grep -qi "trust this folder\|safety check"; then
|
|
307
307
|
tmux send-keys -t "$SESSION_NAME:$w" Enter
|
|
308
308
|
echo ""
|
|
309
309
|
echo " 🔓 Auto-accepted trust dialog in window $w"
|
|
@@ -33,7 +33,7 @@ if [ "$TYPE" = "planning" ]; then
|
|
|
33
33
|
for i in $(seq 1 6); do
|
|
34
34
|
sleep 2
|
|
35
35
|
PANE_TEXT=$(tmux capture-pane -t "$SESSION:0" -p -S -10 2>/dev/null || true)
|
|
36
|
-
if echo "$PANE_TEXT" | grep -qi "trust"; then
|
|
36
|
+
if echo "$PANE_TEXT" | grep -qi "trust this folder\|safety check"; then
|
|
37
37
|
tmux send-keys -t "$SESSION:0" Enter
|
|
38
38
|
sleep 2
|
|
39
39
|
break
|