Skip to content

Commit 48425b7

Browse files
committed
feat(mise): add pi-coding-agent via npm backend
- Add @mariozechner/pi-coding-agent to the global tool configuration. - Utilize the mise npm backend to install the agent into a standalone directory. - This approach avoids binding the tool to a specific Node.js version, ensuring the "pi" command remains accessible when switching between projects with different Node.js environments.
1 parent 92b0d68 commit 48425b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mise/dot-config/mise/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ shellcheck = "latest" # Shell 脚本静态分析工具
147147
# Anthropic 官方 CLI。mise 注册表同时支持 `claude` 与 `claude-code` 别名,
148148
# 这里显式使用 `claude-code`,语义更直观。
149149
"claude-code" = "latest"
150+
# pi-coding-agent: 通过 mise 的 npm backend 安装到独立目录,
151+
# 避免被绑定到某个具体 node 版本——否则切到锁定其它 node 版本的前端项目时会找不到 `pi`。
152+
"npm:@mariozechner/pi-coding-agent" = "latest"

0 commit comments

Comments
 (0)