Last updated: 2026-05-10
Changelog
v0.1.0 (2026-05-10)
✨ Features
- release.sh 改为交互式发布,支持选择性编译和部署 (aeac04c)
- 网站设计升级、统一版本管理、一键发布流程 (9ceba42)
- 内置 Sarasa Term SC Nerd 字体,提升多语言终端显示效果 (4267210)
- 远程通知推送到 Android 设备 + doctor 诊断增强 (44a6ea6)
- 小米手机无线调试自动扫描连接功能 (00c8bb2)
🐛 Bug Fixes
- 统一 AlertDialog 遮罩行为,防止点击外部意外关闭 (2ed5ff9)
- 清理 notify 帮助文本中的本地通知残留引用 (affa07b)
- 一键发布改进 + 文档快速安装 app (ce61b46)
- 双源下载体系 (GitHub首选 + hiwebsite备选) 和发布流程修复 (6995a69)
♻️ Refactors
- 修复 golangci-lint 告警,统一错误消息风格 (ea5c419)
- 重构 hook 管理逻辑,修复 Codex 重复路径 bug,notify 命令增加配置教程 (b107b48)
- 移除国际化框架,统一英文输出 (75685b6)
- 简化 notify 命令结构,移除冗余子命令 (27433b6)
- 删除本地桌面通知,只保留 hook + remote 推送 (7d401ac)
📝 Documentation
- 更新项目文档,清理过时文件和垃圾目录 (b9bea05)
- 双源下载体系改进任务汇报 (供 code review) (a718bc4)
- 更新 README.md,删除过时的 QWEN.md (a890496)
🔧 Build/CI
- 更新 hicli release 二进制文件 (3391f18)
- gitignore 添加 hicli/hicli 和 .jcode/ (10722d3)
v1.0.0
Initial release.
hicli (PC CLI)
hicli pair— Pair with phone via QR codehicli doctor— Diagnose and auto-fix configuration issueshicli update— Update to latest version (GitHub + HiCloud mirror)hicli uninstall— Clean uninstallhicli notify— Notification managementnotify test— Send test notificationsnotify hook— AI tool hook handler (Claude Code, Codex, Gemini)
- Automatic tmux mouse mode configuration
- Automatic AI tool hook installation
- Cross-platform: Linux (amd64/arm64), macOS (amd64/arm64)
hitermux (Android App)
- QR code scanning for device pairing
- SSH/mosh terminal connection via Tailscale P2P
- Session management (tmux integration)
- Push notifications from PC (AI tool events)
- Auto mosh installation on first connection
- Auto SSH key pair generation and exchange
Website (yinbin.ink)
- Landing page with product overview
- Documentation: Quick Start, PC Install, Android Install, Commands, Tailscale Setup
- CLI binary download and install script