@muzi3/type-easier
Pi extension bundle: /exit command (alias for /quit) plus Chinese「、」slash-command completion — type「、」to trigger slash autocomplete just like「/」.
Package details
Install @muzi3/type-easier from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@muzi3/type-easier- Package
@muzi3/type-easier- Version
0.1.1- Published
- Aug 25, 2026
- Downloads
- 220/mo · 220/wk
- Author
- muzi3
- License
- MIT
- Types
- extension
- Size
- 6 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@muzi3/type-easier
Pi 扩展整合包,让输入更省事,包含两个能力:
/exit命令 —— 退出 Pi(等价于/quit)- 顿号「、」slash 补全 —— 输入「、」触发 slash 指令补全,行为与「/」完全一致,适配中文输入习惯
安装
pi install npm:@muzi3/type-easier
用法
/exit
/exit
退出当前 Pi 会话,等价于 /quit。
顿号 slash 补全
在输入框行首输入顿号「、」,即可触发与「/」一致的 slash 指令补全。选择补全项后自动替换为 /command 。
例如:
、exit → 补全为 /exit
许可
MIT