Commit Graph
2 Commits
Author SHA1 Message Date
chuan c07a2cda72 fix: 引导脚本改为后台下载,不阻塞钩子;新增 download.ps1
- 旧版在钩子里同步 curl,大文件在慢链路上会被钩子超时杀掉,留下半截+锁
- 改为经 ShellExecute 启动隐藏 PowerShell 后台下载(脱离钩子进程),钩子毫秒级返回
- download.ps1 用 curl 下载、原子改名、清锁;纯 ASCII 避免 PowerShell 5.1 按 GBK 误读
2026-06-22 18:47:37 +08:00
chuan 5ce2c8a982 feat: Claude Code 原生 Windows 通知(C# / .NET 10 + Avalonia 12)
为 Claude Code 提供原生 Windows toast 通知:点击跳回原窗口、切回 Windows
Terminal 标签、跨虚拟桌面、调用方图标、非阻塞投递;NativeAOT 单文件分发。
2026-06-22 18:05:15 +08:00