Bump to 1.0.0

- 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 <noreply@anthropic.com>
This commit is contained in:
0xallam
2026-05-26 14:15:25 -07:00
parent 8414c59557
commit 9c20a8f911
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ When remote vars are set, Strix dual-writes telemetry to both local JSONL and th
## Docker Configuration ## Docker Configuration
<ParamField path="STRIX_IMAGE" default="ghcr.io/usestrix/strix-sandbox:0.1.13" type="string"> <ParamField path="STRIX_IMAGE" default="ghcr.io/usestrix/strix-sandbox:1.0.0" type="string">
Docker image to use for the sandbox container. Docker image to use for the sandbox container.
</ParamField> </ParamField>
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "strix-agent" name = "strix-agent"
version = "0.8.3" version = "1.0.0"
description = "Open-source AI Hackers for your apps" description = "Open-source AI Hackers for your apps"
readme = "README.md" readme = "README.md"
license = "Apache-2.0" license = "Apache-2.0"
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
APP=strix APP=strix
REPO="usestrix/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' MUTED='\033[0;2m'
RED='\033[0;31m' RED='\033[0;31m'
+1 -1
View File
@@ -43,7 +43,7 @@ class RuntimeSettings(BaseSettings):
model_config = _BASE_CONFIG model_config = _BASE_CONFIG
image: str = Field( image: str = Field(
default="ghcr.io/usestrix/strix-sandbox:0.2.0", default="ghcr.io/usestrix/strix-sandbox:1.0.0",
alias="STRIX_IMAGE", alias="STRIX_IMAGE",
) )
backend: str = Field(default="docker", alias="STRIX_RUNTIME_BACKEND") backend: str = Field(default="docker", alias="STRIX_RUNTIME_BACKEND")
Generated
+1 -1
View File
@@ -2035,7 +2035,7 @@ wheels = [
[[package]] [[package]]
name = "strix-agent" name = "strix-agent"
version = "0.8.3" version = "1.0.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "caido-sdk-client" }, { name = "caido-sdk-client" },