From 22bcfed9161946f0114a6ef65ceded3a760f04de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:33:25 +0000 Subject: [PATCH] Add namespace.so (nsc) CLI to devcontainer --- .devcontainer/Dockerfile | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e91cce9..03bfacd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -7,3 +7,7 @@ RUN chown node:node /home/node/.tmux.conf # Also wire up tmux configuration for root (used when connecting via `coder ssh`) COPY tmux.conf /root/.tmux.conf RUN chown root:root /root/.tmux.conf + +# Install the Namespace (nsc) CLI - https://namespace.so/docs/reference/cli/installation +# Install system-wide so it is on PATH for both the `node` and `root` users. +RUN curl -fsSL https://get.namespace.so/cloud/install.sh | NS_INSTALL_DIR=/usr/local/bin sh diff --git a/README.md b/README.md index 566ae91..aab63e3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ My personal devcontainer for VSCode. - Anthropic Claude Code - opencode - `@openprose/prose-cli` (npm) +- Namespace CLI (`nsc`) ## APT packages