From 64d47934715959c6d52172c68ac6f15d1cb0b954 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Manage AI agent releases and shared settings --- nix/releases.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 nix/releases.json (limited to 'nix/releases.json') diff --git a/nix/releases.json b/nix/releases.json new file mode 100644 index 0000000..9e5825a --- /dev/null +++ b/nix/releases.json @@ -0,0 +1,37 @@ +{ + "claude": { + "version": "2.1.267", + "url": "https://downloads.claude.ai/claude-code-releases/2.1.267/linux-x64/claude.zst", + "hash": "sha256-8h7WbQLr3XWzO4zhnJMJaLKgBqba1cW1nV8rNVYixMA=" + }, + "codex": { + "version": "0.154.0", + "url": "https://github.com/openai/codex/releases/download/rust-v0.154.0/codex-package-x86_64-unknown-linux-musl.tar.gz", + "hash": "sha256-/G4+O4Xyz31mRSDuXGan/kqhK659RoNPR+LxZf0Nb3g=" + }, + "copilot": { + "version": "1.0.83", + "url": "https://github.com/github/copilot-cli/releases/download/v1.0.83/copilot-linux-x64.tar.gz", + "hash": "sha256-/74cQpZkuKBe/tZ+zbRnEj5A/Ko8bBTvmpi6dNpGh7c=" + }, + "hermes": { + "version": "0.21.1", + "tag": "v2026.9.7", + "rev": "2237be355906fbe6065ce1815711eee52b2d646e" + }, + "omp": { + "version": "18.1.16", + "url": "https://github.com/can1357/oh-my-pi/releases/download/v18.1.16/omp-linux-x64", + "hash": "sha256-7+vvt0NZ0gNi4HNB8Bpl/AolnnvHlFTvCLDr9SMquJc=" + }, + "opencode": { + "version": "1.18.30", + "url": "https://github.com/anomalyco/opencode/releases/download/v1.18.30/opencode-linux-x64.tar.gz", + "hash": "sha256-VQByRoWBZUlv+FuhwrZI90IejiATv0GJpoDJ/45pnRc=" + }, + "ori": { + "version": "0.14.1+5bb4241", + "url": "https://github.com/OpenRouterLabs/ori-releases/releases/download/cli-0.14.1-5bb4241/ori-linux-x64", + "hash": "sha256-VqzA5u97tRqgXpy/tS1oXrby+Gtv/hgi6TRfkGLU66Q=" + } +} -- cgit v1.3.1