From 12b8ab042d106af3338daf6902d5152c858ca02e Mon Sep 17 00:00:00 2001 From: Zhengshou Lai Date: Wed, 12 Aug 2026 21:16:53 +0800 Subject: [PATCH] docs(skill): mark git proxy run as legacy foreground mode. --- .agents/skills/mytoolkit/references/others.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.agents/skills/mytoolkit/references/others.md b/.agents/skills/mytoolkit/references/others.md index bfc5ab4..2279df3 100644 --- a/.agents/skills/mytoolkit/references/others.md +++ b/.agents/skills/mytoolkit/references/others.md @@ -20,13 +20,13 @@ mytoolkit completion # 安装/查看/卸载 shell 补全(install / uni ```bash mytoolkit git proxy list mytoolkit git proxy status # 全部守护进程 + git config -mytoolkit git proxy start fastgithub # 后台起进程 + Parallels socat(默认不改 git config) +mytoolkit git proxy start fastgithub # 推荐:后台 + Parallels socat(默认不改 git config) mytoolkit git proxy stop # 停「当前」 mytoolkit git proxy stop fastgithub mytoolkit git proxy restart # 重启「当前」 mytoolkit git proxy set fastgithub # 仅写 git http(s).proxy mytoolkit git proxy unset -mytoolkit git proxy run fastgithub # 前台(设 git + Ctrl-C 清理);CI 主机请用 start +mytoolkit git proxy run fastgithub # 旧前台模式(设 git + Ctrl-C 清理);CI 主机请用 start ``` - `start` / `stop` / `restart`:端口 + PID(`lsof`),状态文件 `~/.mytoolkit/run/proxy-current.json`