tinker-agent 1.0.9 → 1.0.10
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/agent-bridge-tmux +2 -0
- package/package.json +1 -1
package/bin/agent-bridge-tmux
CHANGED
|
@@ -35,6 +35,8 @@ tmux new-session -d -s "$SESSION" -x "$COLS" -y "$LINES"
|
|
|
35
35
|
tmux set-option -t "$SESSION" status on
|
|
36
36
|
tmux set-option -t "$SESSION" status-interval 1
|
|
37
37
|
tmux set-option -t "$SESSION" status-style "bg=black,fg=white"
|
|
38
|
+
tmux set-option -t "$SESSION" status-left-length 50
|
|
39
|
+
tmux set-option -t "$SESSION" status-right-length 150
|
|
38
40
|
tmux set-option -t "$SESSION" status-left "#[fg=cyan,bold]🤖 $AGENT_TYPE #[fg=cyan]│ "
|
|
39
41
|
tmux set-option -t "$SESSION" status-right "#[fg=green]#(cat $STATUS_FILE 2>/dev/null || echo '❓') #[fg=cyan]│ #[fg=white]%H:%M:%S"
|
|
40
42
|
tmux set-option -t "$SESSION" window-status-format ""
|