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"