From 954cfd1ac03b7e5ee9b96c9e34b8c87ca1c23f40 Mon Sep 17 00:00:00 2001 From: Mackenzie Zastrow <3211021+zastrowm@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:07:43 -0400 Subject: [PATCH 1/3] Update documentation link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3dcfd..140c327 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

- Documentation + DocumentationMCP ServerPythonNode.js From 3b813a417985a2dc90287c6fbd112a7c7a60567c Mon Sep 17 00:00:00 2001 From: Mackenzie Zastrow <3211021+zastrowm@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:08:45 -0400 Subject: [PATCH 2/3] Update command reference link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 140c327..24929b8 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Out of the box, the shell is an empty sandbox — no files, no network, no crede The commands agents use constantly: `grep`, `find`, `cat`, `head`, `tail`, `jq` for reading and searching. `sed`, `sort`, `tr`, `cut` for transforming output. `cp`, `mv`, `rm`, `mkdir` for managing files. `curl` for HTTP (SSRF-guarded, credentials auto-injected). `lua` for scripting when shell gets awkward. -The [full command reference](https://strandsagents.com/docs/user-guide/shell-sdk/commands/) has the inventory with implementation status, supported flags, and known gaps vs GNU coreutils. +The [full command reference](https://strandsagents.com/docs/user-guide/shell/commands/) has the inventory with implementation status, supported flags, and known gaps vs GNU coreutils. ## File Operations API From 47356e158ab88638ed78cf50d6f8269a6b637867 Mon Sep 17 00:00:00 2001 From: Mackenzie Zastrow <3211021+zastrowm@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:09:13 -0400 Subject: [PATCH 3/3] Update Command Reference link in AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 7ac1882..c7db1ab 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -163,5 +163,5 @@ PR titles must follow [Conventional Commits](https://www.conventionalcommits.org - [CONTRIBUTING.md](./CONTRIBUTING.md) — human contributor guidelines, full development environment setup - [SECURITY.md](./SECURITY.md) — vulnerability reporting - [README.md](./README.md) — product overview, configuration, supported commands -- [Command Reference](https://strandsagents.com/docs/user-guide/shell-sdk/commands/) — per-command status and known gaps +- [Command Reference](https://strandsagents.com/docs/user-guide/shell/commands/) — per-command status and known gaps - [Strands Agents Documentation](https://strandsagents.com/)