From 86f8835ccb9192c52458e6a538f2c783c71cd987 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Sun, 18 Jan 2026 18:29:44 -0800 Subject: [PATCH] chore: bump version to 0.6.2 and sandbox to 0.1.11 --- pyproject.toml | 2 +- scripts/install.sh | 2 +- strix/config/config.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index adcb85b..506da7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strix-agent" -version = "0.6.1" +version = "0.6.2" description = "Open-source AI Hackers for your apps" authors = ["Strix "] readme = "README.md" diff --git a/scripts/install.sh b/scripts/install.sh index 0f72b15..55ab10f 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.10" +STRIX_IMAGE="ghcr.io/usestrix/strix-sandbox:0.1.11" MUTED='\033[0;2m' RED='\033[0;31m' diff --git a/strix/config/config.py b/strix/config/config.py index 649d653..4c67e4a 100644 --- a/strix/config/config.py +++ b/strix/config/config.py @@ -37,7 +37,7 @@ class Config: strix_disable_browser = "false" # Runtime Configuration - strix_image = "ghcr.io/usestrix/strix-sandbox:0.1.10" + strix_image = "ghcr.io/usestrix/strix-sandbox:0.1.11" strix_runtime_backend = "docker" strix_sandbox_execution_timeout = "120" strix_sandbox_connect_timeout = "10"