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.
This commit is contained in:
stevef 2026-04-03 21:27:06 +02:00
parent d8f440b7c5
commit 10c9eaa935
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
.gitignore .gitignore
build/ build/
.picoclaw/ .picoclaw/
# config/ config/
.env .env
.env.example .env.example
*.md *.md

View file

@ -15,7 +15,7 @@ data:
"workspace": "", "workspace": "",
"restrict_to_workspace": true, "restrict_to_workspace": true,
"allow_read_outside_workspace": false, "allow_read_outside_workspace": false,
"provider": "openai", "provider": "",
"model_name": "gemini-2.0-flash", "model_name": "gemini-2.0-flash",
"max_tokens": 32768, "max_tokens": 32768,
"max_tool_iterations": 50, "max_tool_iterations": 50,
@ -576,7 +576,6 @@ data:
"weather", "weather",
"summarize", "summarize",
"github", "github",
"github",
"monday", "monday",
"harvest", "harvest",
"hdn-server" "hdn-server"