From 10c9eaa93567ce5bfe97c51c8b1b0a5f9d0c9900 Mon Sep 17 00:00:00 2001 From: stevef Date: Fri, 3 Apr 2026 21:27:06 +0200 Subject: [PATCH] Final cleanup of k3s config and Docker leak protection - Restored config/ exclusion in .dockerignore. - Deduplicated tool whitelist in k3s/configmap.yaml. - Standardized provider default in agents.defaults for better protocol resolution. --- .dockerignore | 2 +- k3s/configmap.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index f169f9361..d632da5ea 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,7 +2,7 @@ .gitignore build/ .picoclaw/ -# config/ +config/ .env .env.example *.md diff --git a/k3s/configmap.yaml b/k3s/configmap.yaml index 195cae53d..7c7ffa013 100644 --- a/k3s/configmap.yaml +++ b/k3s/configmap.yaml @@ -15,7 +15,7 @@ data: "workspace": "", "restrict_to_workspace": true, "allow_read_outside_workspace": false, - "provider": "openai", + "provider": "", "model_name": "gemini-2.0-flash", "max_tokens": 32768, "max_tool_iterations": 50, @@ -576,7 +576,6 @@ data: "weather", "summarize", "github", - "github", "monday", "harvest", "hdn-server"