From d21ca02865ad95f4535cec8dadf81e99f1247c34 Mon Sep 17 00:00:00 2001
From: tuguldur
Date: Mon, 15 Jun 2026 15:22:43 -0500
Subject: [PATCH 1/2] fix(docs): correct AgentHarness OpenShell install steps
Signed-off-by: tuguldur
---
src/app/docs/kagent/introduction/installation/page.mdx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/app/docs/kagent/introduction/installation/page.mdx b/src/app/docs/kagent/introduction/installation/page.mdx
index 33bfac9..03d06b6 100644
--- a/src/app/docs/kagent/introduction/installation/page.mdx
+++ b/src/app/docs/kagent/introduction/installation/page.mdx
@@ -208,7 +208,8 @@ Review the following advanced configuration options that you might want to set u
kubectl -n openshell create secret generic openshell-ssh-handshake \
--from-literal=secret="$(openssl rand -hex 32)"
- kubectl apply -f https://raw.githubusercontent.com/NVIDIA/OpenShell/refs/heads/main/deploy/kube/manifests/agent-sandbox.yaml
+ kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/latest/download/manifest.yaml
+
helm upgrade --install openshell oci://ghcr.io/nvidia/openshell/helm-chart \
--version 0.0.49 \
@@ -216,11 +217,11 @@ Review the following advanced configuration options that you might want to set u
--create-namespace \
--values - <<'EOF'
server:
- disableTls: true
+ disableTls: true
auth:
allowUnauthenticatedUsers: true
service:
- metricsPort: 0
+ metricsPort: 0
EOF
This example disables TLS and authentication. For production environments, configure TLS and authentication according to your OpenShell requirements.
From c48690b73caed1e51ef96876a101490651d01e08 Mon Sep 17 00:00:00 2001
From: tuguldur
Date: Tue, 16 Jun 2026 16:34:53 -0500
Subject: [PATCH 2/2] fix(docs): add requireApproval tools to toolNames
Signed-off-by: tuguldur
---
src/app/docs/kagent/examples/telegram-bot/page.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/app/docs/kagent/examples/telegram-bot/page.mdx b/src/app/docs/kagent/examples/telegram-bot/page.mdx
index 9b3c978..513759b 100644
--- a/src/app/docs/kagent/examples/telegram-bot/page.mdx
+++ b/src/app/docs/kagent/examples/telegram-bot/page.mdx
@@ -98,6 +98,10 @@ spec:
- helm_get_release
- prometheus_query_tool
- datetime_get_current_time
+ - k8s_delete_resource
+ - k8s_apply_manifest
+ - helm_upgrade
+ - helm_uninstall
requireApproval:
- k8s_delete_resource
- k8s_apply_manifest