GitHub Stars
749
User Rating
Not Rated
Favorites
0
Views
10
Forks
70
Issues
5
寸止 🛑
AI 对话"早泄"终结者,让交流持续到底
还在为 AI 助手总是提前结束对话而抓狂吗?明明还有很多要聊,它却说"还有什么需要帮助的吗?"寸止 专治这个毛病!
当 AI 想要"草草了事"时,寸止会及时弹出对话框,让你能够继续深入交流,直到真正解决问题为止。
🌟 核心特性
- 🛑 智能拦截:AI 想结束时自动弹出继续选项
- 🧠 记忆管理:按项目存储开发规范和偏好
- 🎨 优雅交互:Markdown 支持、多种输入方式
- ⚡ 即装即用:3 秒安装,跨平台支持
📸 看看效果
🛑 智能拦截弹窗
当 AI 想要结束对话时,寸止智能弹窗及时出现,提供预定义选项快速选择,让交流持续深入
⚙️ 设置管理界面
优雅的设置界面,支持记忆管理、功能开关、主题切换和智能提示词生成
🚀 开始使用
方式一:快速安装(推荐)
macOS 用户:
# 3 秒安装,无需等待编译
brew tap imhuso/cunzhi && brew install cunzhi
⚠️ 故障排除:如果遇到 404 下载错误,请执行以下步骤:
# 清除旧的 tap 缓存 brew untap imhuso/cunzhi # 重新安装 brew tap imhuso/cunzhi && brew install cunzhi
常见错误示例:
curl: (56) The requested URL returned error: 404 Error: cunzhi: Failed to download resource "cunzhi" Download failed: https://github.com/imhuso/cunzhi/releases/download/v0.2.0/cunzhi-cli-v0.2.4-macos-aarch64.tar.gz
这通常是由于之前版本的缓存问题导致版本号不匹配。清除 tap 后重新安装即可解决。
Windows/Linux 用户:
推荐使用方式二手动下载,简单快捷!
方式二:手动下载
访问 Releases 页面
下载适合你系统的版本:
- 🐧 Linux:
cunzhi-cli-v*-linux-x86_64.tar.gz
- 🍎 macOS (Intel):
cunzhi-cli-v*-macos-x86_64.tar.gz
- 🍎 macOS (Apple Silicon):
cunzhi-cli-v*-macos-aarch64.tar.gz
- 🪟 Windows:
cunzhi-cli-v*-windows-x86_64.zip
- 🐧 Linux:
解压后将
寸止
和等一下
添加到系统 PATH
⚡ 快速上手
第一步:配置 MCP 客户端
在你的 MCP 客户端(如 Claude Desktop)配置文件中添加:
{
"mcpServers": {
"寸止": {
"command": "寸止"
}
}
}
第二步:打开设置界面
# 运行设置命令
等一下
第三步:配置提示词
在设置界面的"参考提示词"标签页:
- 查看自动生成的提示词
- 点击复制按钮
- 将提示词添加到你的 AI 助手中
第四步:开始使用
现在你的 AI 助手就拥有了智能拦截、记忆管理和弹窗交互功能!
💡 小贴士:你可以参考生成的提示词进行个性化修改,打造专属的 AI 交互体验。
🤝 参与贡献
寸止是开源项目,我们欢迎所有形式的贡献!
🛠️ 本地开发
git clone https://github.com/imhuso/cunzhi.git
cd cunzhi
pnpm install
pnpm tauri:dev
📄 开源协议
MIT License - 自由使用,欢迎贡献!
echokit_server is a high-performance server software built in Rust, offering efficient data processing and API management. Designed for developers, it boasts high scalability and adaptability for various applications. It is particularly well-suited for real-time data processing and microservices architecture.
MCP Server GDB is a GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities. It supports concurrent multi-session debugging and utilizes AI assistants to enhance the debugging process. The built-in TUI allows users to inspect agent behaviors, facilitating prompt improvements.
codeprism is a code editor built using the Rust programming language, offering real-time syntax highlighting and auto-completion features. It is designed to help developers code efficiently, with a focus on usability and performance. It also includes project management and version control features, facilitating collaboration within teams.