feat: skills - paste files into auto-tmux panes

This commit is contained in:
tukuaiai
2026-05-19 03:30:44 +08:00
parent a9a68eda3e
commit c004e9d38f
6 changed files with 71 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ skills/auto-tmux/scripts/auto-tmux.sh capture -t "$target" -n 80
# 发送命令并回车
skills/auto-tmux/scripts/auto-tmux.sh send -t "$target" --text "make test" --enter
skills/auto-tmux/scripts/auto-tmux.sh paste -t "$target" --file /tmp/prompt.md --enter --dry-run
# 扫描某个 session 的错误
skills/auto-tmux/scripts/auto-tmux.sh scan --session ai-hub --pattern "ERROR|Traceback"