From a1b30629915a86568f855053380773d4ac334861 Mon Sep 17 00:00:00 2001 From: Dom Date: Wed, 1 Jul 2026 22:44:40 +0200 Subject: [PATCH] chore(config): pin AGENT_VERSION=1.0.1 (config client + template) Prerequis merge fixes client Lea : la MAJ silencieuse rapporte AGENT_VERSION au serveur ; on fige explicitement 1.0.1 (defaut du code) cote config livree. Co-Authored-By: Claude Opus 4.8 (1M context) --- deploy/installer/config_template.txt | 2 ++ deploy/lea_package/config.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/deploy/installer/config_template.txt b/deploy/installer/config_template.txt index f6adecd64..f00440a38 100644 --- a/deploy/installer/config_template.txt +++ b/deploy/installer/config_template.txt @@ -25,3 +25,5 @@ USER_ID= # Connexion serveur (remplacer les valeurs CONFIGURE_ME avant utilisation) SERVER_URL=CONFIGURE_ME API_TOKEN=CONFIGURE_ME + +AGENT_VERSION=1.0.1 diff --git a/deploy/lea_package/config.txt b/deploy/lea_package/config.txt index 8073f07aa..f8a563421 100644 --- a/deploy/lea_package/config.txt +++ b/deploy/lea_package/config.txt @@ -36,5 +36,6 @@ RPA_MACHINE_ID=CONFIGURE_ME RPA_USER_LABEL=CONFIGURE_ME # --- Parametres avances (ne pas modifier sauf indication) --- +RPA_AGENT_VERSION=1.0.1 RPA_BLUR_SENSITIVE=false RPA_LOG_RETENTION_DAYS=180