Skip to content

v0.5.14

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:12
· 37 commits to main since this release

RidgeCode v0.5.14

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

本版内容

  • 修复纯侦察空转:连续只读/搜索不再因输出不同而绕过无进展护栏;explore_streak 达阈值后 nudge,再达上限软暂停(no_progress),避免烧到 step cap 后从头再查。
  • 系统提示强化「先定位再动手」;edit_file 唯一匹配失败时引导复用上次 read 锚点,禁止重启全库侦察。
  • 对齐 AGENTS.md 与交互/子 agent 说明。
  • README、安装脚本和 Cargo 元数据统一升级至 v0.5.14

平台资产

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