From 9c20a8f9118a75f764fcf97e5060d6b722b339ef Mon Sep 17 00:00:00 2001 From: 0xallam Date: Tue, 26 May 2026 14:15:25 -0700 Subject: [PATCH] Bump to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pyproject.toml + uv.lock — strix-agent package version - strix/config/settings.py — default STRIX_IMAGE tag - docs/advanced/configuration.mdx — documented default - scripts/install.sh — installer default Co-Authored-By: Claude Opus 4.7 --- docs/advanced/configuration.mdx | 2 +- pyproject.toml | 2 +- scripts/install.sh | 2 +- strix/config/settings.py | 2 +- uv.lock | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/advanced/configuration.mdx b/docs/advanced/configuration.mdx index 27fba22..9ab7f01 100644 --- a/docs/advanced/configuration.mdx +++ b/docs/advanced/configuration.mdx @@ -67,7 +67,7 @@ When remote vars are set, Strix dual-writes telemetry to both local JSONL and th ## Docker Configuration - + Docker image to use for the sandbox container. diff --git a/pyproject.toml b/pyproject.toml index 301cc2f..4049225 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "strix-agent" -version = "0.8.3" +version = "1.0.0" description = "Open-source AI Hackers for your apps" readme = "README.md" license = "Apache-2.0" diff --git a/scripts/install.sh b/scripts/install.sh index c7a9650..d45c325 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,7 +4,7 @@ set -euo pipefail APP=strix REPO="usestrix/strix" -STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:0.1.13" +STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:1.0.0" MUTED='\033[0;2m' RED='\033[0;31m' diff --git a/strix/config/settings.py b/strix/config/settings.py index 7472ab9..1458e1f 100644 --- a/strix/config/settings.py +++ b/strix/config/settings.py @@ -43,7 +43,7 @@ class RuntimeSettings(BaseSettings): model_config = _BASE_CONFIG image: str = Field( - default="ghcr.io/usestrix/strix-sandbox:0.2.0", + default="ghcr.io/usestrix/strix-sandbox:1.0.0", alias="STRIX_IMAGE", ) backend: str = Field(default="docker", alias="STRIX_RUNTIME_BACKEND") diff --git a/uv.lock b/uv.lock index d457658..c4216aa 100644 --- a/uv.lock +++ b/uv.lock @@ -2035,7 +2035,7 @@ wheels = [ [[package]] name = "strix-agent" -version = "0.8.3" +version = "1.0.0" source = { editable = "." } dependencies = [ { name = "caido-sdk-client" },