@kraftapps-ai/kai 1.8.0 → 1.8.1
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/kai +1 -2
- package/package.json +1 -1
package/kai
CHANGED
|
@@ -50,8 +50,7 @@ if [ "$KAI_TMUX" = true ]; then
|
|
|
50
50
|
# New session: pane 0 = PM, pane 1 = dev loop (waiting)
|
|
51
51
|
tmux new-session -d -s "$KAI_TMUX_SESSION" \
|
|
52
52
|
"kai --no-tmux $(printf '%q ' "$@")"
|
|
53
|
-
tmux split-window -h -t "${KAI_TMUX_SESSION}:0"
|
|
54
|
-
"echo '⏳ Dev loop pane — waiting for PM to start the loop...'; cat"
|
|
53
|
+
tmux split-window -h -t "${KAI_TMUX_SESSION}:0"
|
|
55
54
|
tmux select-pane -t "${KAI_TMUX_SESSION}:0.0"
|
|
56
55
|
exec tmux attach-session -t "$KAI_TMUX_SESSION"
|
|
57
56
|
fi
|