Skip to content

v0.5.16

Choose a tag to compare

@MySetsuna MySetsuna released this 11 Aug 02:29
· 14 commits to main since this release

RidgeCode v0.5.16

其他 PC 快速安装(无需 Rust/Cargo)

Windows PowerShell:

irm https://raw.githubusercontent.com/MySetsuna/ridge-code/main/scripts/install.ps1 | iex

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/MySetsuna/ridge-code/main/scripts/install.sh | sh

本版内容

  • 修复 TUI 执行 /model/provider 后首帧未刷新,导致面板已接管但不可见、回车/删除/方向键等输入仿佛失效的问题。
  • 增加回归测试,确保提交命令后首帧标记为 dirty 并正常绘制面板。
  • README、安装脚本和 Cargo 元数据统一升级至 v0.5.16

平台资产

  • Windows x86_64:ridgecode-x86_64-pc-windows-msvc.zip
  • Linux x86_64 / ARM64:ridgecode-x86_64-unknown-linux-gnu.tar.gz / ridgecode-aarch64-unknown-linux-gnu.tar.gz
  • macOS Intel / Apple Silicon:ridgecode-x86_64-apple-darwin.tar.gz / ridgecode-aarch64-apple-darwin.tar.gz

每个归档均附带同名 .sha256 校验文件,并包含完整 README.md 与对应安装脚本。