mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
chore: bump version to 0.6.2 and sandbox to 0.1.11
This commit is contained in:
parent
2bfb80ff4a
commit
86f8835ccb
3 changed files with 3 additions and 3 deletions
|
|
@ -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 <hi@usestrix.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue