From 3be59e56ebeedaaf4396940cb131446dce066787 Mon Sep 17 00:00:00 2001 From: DevContainer User Date: Sun, 22 Feb 2026 16:25:46 +0000 Subject: [PATCH] docs: add Claude Code to documented AI coding agents Claude Code was already installed via npm (line 65 of Dockerfile) but was missing from the feature lists in README.md and CLAUDE.md. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- CLAUDE.md | 5 ++--- README.md | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 90cdecd..ce80628 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,8 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co The Dev Container is a Docker-based cloud development environment that provides: - Web-based GUI IDE (VSCode/Antigravity) via VNC on port 5800 -- Happy Coder AI assistant integration (manual startup) -- OpenCode and Crush AI coding agents (terminal-based) +- Claude Code, Happy Coder, OpenCode, and Crush AI coding agents (terminal-based) - Automatic GitHub repository cloning on startup - Kubernetes-native deployment with persistent home storage - MCP (Model Context Protocol) sidecars for AI assistant integrations @@ -69,7 +68,7 @@ Container start | File | Purpose | |------|---------| -| `Dockerfile` | Image definition — installs Chrome, Node.js, VSCode, Happy Coder, OpenCode, Crush; creates non-root user (UID 1000) | +| `Dockerfile` | Image definition — installs Chrome, Node.js, VSCode, Claude Code, Happy Coder, OpenCode, Crush; creates non-root user (UID 1000) | | `scripts/init-repo.sh` | Configures git credentials, clones GitHub repo | | `scripts/startapp.sh` | Calls init-repo.sh then opens VSCode in the workspace | | `chart/` | Helm chart for Kubernetes deployment | diff --git a/README.md b/README.md index 848ab56..235278e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ A containerized cloud development environment with web-based GUI access, featuring: - **VSCode or Google Antigravity** via browser-based VNC (port 5800) - **SSH access** option (OpenSSH on port 22, additive with any IDE) -- **Happy Coder** AI assistant backed by Claude -- **OpenCode** and **Crush** open-source AI coding agents (terminal-based) +- **Claude Code**, **Happy Coder**, **OpenCode**, and **Crush** AI coding agents (terminal-based) - **Automatic GitHub repo cloning** on startup - **Persistent home directory** via ReadWriteMany PVC - **Kubernetes-native** Helm chart deployment