feat(tools): add kubernetes homelab awareness tools

This commit is contained in:
William Valentin
2026-02-16 14:31:33 -08:00
parent 21c986b671
commit 63df791b26
14 changed files with 501 additions and 4 deletions
+7
View File
@@ -186,6 +186,13 @@ models:
# Then reference them in fallback_chain:
# fallback_chain: [ollama, llamacpp, local]
# Optional: Kubernetes / homelab awareness tools (k8s.pods, k8s.deployments, k8s.logs)
# k8s:
# enabled: false
# kubectl_path: kubectl
# default_namespace: default
# allowed_namespaces: [] # Empty = allow any namespace; set to restrict access.
hooks:
confirm:
- shell.*