From 5941be0f2165c5444ec430d64c5e8125f1198261 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Thu, 24 Sep 2026 21:57:38 +0200 Subject: [PATCH] release(agent): bump to 0.0.0.6 --- host-agent/host_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-agent/host_agent.py b/host-agent/host_agent.py index fd2ebad..617de11 100644 --- a/host-agent/host_agent.py +++ b/host-agent/host_agent.py @@ -162,7 +162,7 @@ OUT_MAX_CHARS_HARD = int(os.environ.get("OUT_MAX_CHARS_HARD", "200000") or "2000 FILE_MAX_BYTES = int(os.environ.get("FILE_MAX_BYTES", str(10 * 1024 * 1024)) or str(10 * 1024 * 1024)) # Version (wird von release_agent.sh beim Release gesetzt). -AGENT_VERSION = "0.0.0.5" +AGENT_VERSION = "0.0.0.6" HEARTBEAT_SEC = 25 CAPS = ["exec", "read", "write", "info", "screenshot"]