From 5b7e205edec653af61990bcbb7576ea11b1b4e48 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 25 Sep 2026 13:52:39 +0200 Subject: [PATCH] release(agent): bump to 0.0.0.7 --- 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 617de11..f496b6a 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.6" +AGENT_VERSION = "0.0.0.7" HEARTBEAT_SEC = 25 CAPS = ["exec", "read", "write", "info", "screenshot"]