feat(agent): package stable Go runtime for OpenWrt

This commit is contained in:
benya
2026-07-21 00:20:48 +03:00
parent e6236f505c
commit 01e0350cde
18 changed files with 461 additions and 38 deletions

View File

@@ -25,7 +25,7 @@ const state = {
presetReview: null,
};
const EXPECTED_AGENT_VERSION = "0.4.0";
const EXPECTED_AGENT_VERSION = "0.5.0";
const els = {
loginView: document.querySelector("#loginView"),