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
build/
.picoclaw/
# config/
config/
.env
.env.example
*.md

View file

@ -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"