From ce9689620568e47b85f314320296ca379237c3f6 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Fri, 4 Sep 2026 18:50:31 +0500 Subject: [PATCH] feat: refresh software pins and Claude plugin authoring Published at 0.0.64. Propose changes through this repository's issues and pull requests. --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- README.md | 2 +- install.ps1 | 2 +- install.sh | 2 +- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d454c6c..e971b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,17 @@ cut and that this clone does not carry. ## [Unreleased] +## [0.0.64] - 2026-09-04 + +Software pins move to the versions the vendors publish today: +Claude Code 2.1.260, Codex 0.153.2, Pi 0.85.0 and Antigravity CLI 1.1.26. +Grok Build 1.0.18, OpenCode 1.18.27 and Cursor 2026.09.02-c22c1a3 are +unchanged. Four catalogues are rebound to those bytes. + +nddev-builder authoring for Claude Code names the plugin manifest fields +the vendor's current schema actually carries, and records that a +plugin-shipped agent drops hooks, MCP servers and permissionMode. + ## [0.0.63] - 2026-09-04 Public trees name only their own provider. The AppContainer probe and diff --git a/Cargo.lock b/Cargo.lock index 88b4eed..936b1bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "harness-runtime" -version = "0.0.63" +version = "0.0.64" dependencies = [ "provider-v3", "serde", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "opencode-setup-system" -version = "0.0.63" +version = "0.0.64" dependencies = [ "harness-runtime", "provider-v3", @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "provider-v3" -version = "0.0.63" +version = "0.0.64" dependencies = [ "serde", "serde_json", @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "setup-core" -version = "0.0.63" +version = "0.0.64" dependencies = [ "miniz_oxide", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6741c08..1f25265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.0.63" +version = "0.0.64" edition = "2024" rust-version = "1.89" license = "AGPL-3.0-or-later" @@ -23,9 +23,9 @@ sha2 = "0.11" # `setup-core::archive`); an inflate loop is not, because its bugs are # memory-safety bugs and it is not improved by being hand-written here. miniz_oxide = "0.9" -setup-core = { path = "crates/setup-core", version = "0.0.63" } -provider-v3 = { path = "crates/provider-v3", version = "0.0.63" } -harness-runtime = { path = "crates/harness-runtime", version = "0.0.63" } +setup-core = { path = "crates/setup-core", version = "0.0.64" } +provider-v3 = { path = "crates/provider-v3", version = "0.0.64" } +harness-runtime = { path = "crates/harness-runtime", version = "0.0.64" } [workspace.lints.rust] unsafe_code = "forbid" diff --git a/README.md b/README.md index 07536c1..4a08b43 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ release is a convenience, not the authorised copy. ```bash docker run --rm -v "$HOME/.config:/config" \ - ghcr.io/nddev-opennetwork/opencode-setup-system:0.0.63 \ + ghcr.io/nddev-opennetwork/opencode-setup-system:0.0.64 \ status --target /config/ --json ``` diff --git a/install.ps1 b/install.ps1 index a2a0961..aa21a0d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -7,7 +7,7 @@ # powershell -ExecutionPolicy Bypass -File install.ps1 -Version 0.1.0 [CmdletBinding()] param( - [string]$Version = "0.0.63", + [string]$Version = "0.0.64", [string]$InstallDir = "$env:LOCALAPPDATA\Programs\opencode-setup-system" ) $ErrorActionPreference = "Stop" diff --git a/install.sh b/install.sh index 580b6ce..3e5b1bf 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ set -eu REPO="NDDev-OpenNetwork/opencode-setup-system" BINARY="opencode-setup-system" -VERSION="${1:-0.0.63}" +VERSION="${1:-0.0.64}" PREFIX="${OPENCODE_INSTALL_DIR:-$HOME/.local/bin}" case "$(uname -s)" in