rho-coding-agent 0.28.0

A lightweight agent harness inspired by Pi
Documentation
{
  "version": "0.27.1",
  "description": "A lightweight agent harness inspired by Pi.",
  "homepage": "https://github.com/matthewyjiang/rho",
  "license": "MIT",
  "architecture": {
    "64bit": {
      "url": "https://github.com/matthewyjiang/rho/releases/download/rho-coding-agent-v0.27.1/rho-x86_64-pc-windows-msvc.zip",
      "hash": "a13889c6f9fad67ae9181baa2bb80d16b7bf2d3e1b831a072dfdcdd8b2bcc548"
    }
  },
  "bin": "rho.exe",
  "checkver": {
    "github": "https://github.com/matthewyjiang/rho",
    "regex": "rho-coding-agent-v([\\d.]+)"
  },
  "autoupdate": {
    "architecture": {
      "64bit": {
        "url": "https://github.com/matthewyjiang/rho/releases/download/rho-coding-agent-v$version/rho-x86_64-pc-windows-msvc.zip",
        "hash": {
          "url": "$url.sha256",
          "regex": "([a-fA-F0-9]{64})"
        }
      }
    }
  }
}