Skip to content

v0.5.13

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:05
· 39 commits to main since this release

RidgeCode v0.5.13

其他 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

安装器按当前平台从 GitHub Release 下载独立二进制,校验 SHA256 后安装到用户 PATH;首次启动会创建最小配置文件。固定版本安装、离线转交、API Key、OAuth、MCP、Goal 与完整 TUI 用法见归档内的 README.md

本版内容

  • 全量质量门(fmt / build / clippy / test)在发布基线上保持绿色。
  • 归档迭代元数据与事件日志,保持仓库可复现的迭代轨迹。
  • README、安装脚本和 Cargo 元数据统一升级至 v0.5.13

平台资产

  • 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 与对应安装脚本。