From 8cf452b53a53a4b12bbca5df902a966cc378aaf2 Mon Sep 17 00:00:00 2001 From: cirry <812852553@qq.com> Date: Tue, 9 Jun 2026 17:24:35 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index d3bd070..132edb9 100644 --- a/.env +++ b/.env @@ -125,11 +125,11 @@ LARK_CLI_BIN='lark-cli' LARK_DEFAULT_IDENTITY='user' # OpenCLI 透传。留空时会使用 npx --yes @jackwener/opencli -OPENCLI_BIN='' +OPENCLI_BIN='wx' OPENCLI_NPM_PACKAGE='@jackwener/opencli' # Pi coding agent 透传。留空时会使用 npx --yes @earendil-works/pi-coding-agent -PI_BIN='' +PI_BIN='pi' PI_NPM_PACKAGE='@earendil-works/pi-coding-agent' # Pi 作为 IM 回复 agent 时使用的参数。默认非交互、单轮回复。 PI_AGENT_ARGS='--print --no-session'