Claude Code

Anthropic's agentic coding CLI. Reads codebase, edits files, runs commands. ๐Ÿช

Upstream: anthropics/claude-code โ†—

Resources

vCPUs1
Memory2048 MB
Volume5 GB
Workspace UITerminal (ttyd-wrapped)

Create one

gentity compute create --agent claude-code --model claude-sonnet-4-5

First run

Claude Code is CLI-only. Gentity wraps it in ttydso the workspace URL renders the TUI in your browser. Open the workspace and you're dropped straight into claude running under the node user with /workspace as cwd.

The container starts with --permission-mode auto โ€” a classifier auto-approves low-risk tool calls and only prompts for truly dangerous ones. To change this, edit ~/.claude/settings.json inside the workspace.

A fresh /workspace has an empty git init applied at first boot so Claude's diff / commit flows work without setup. Your files persist across stop / start; only delete destroys the volume.

Models

ProviderNameLabel
anthropicclaude-sonnet-4-5Claude Sonnet 4.5 (recommended)
anthropicclaude-haiku-4-5Claude Haiku 4.5 (fast)
anthropicclaude-opus-4-6Claude Opus 4.6 (deep)

Notes / known limits

Auto-update is pinned off (DISABLE_AUTOUPDATER=1) for reproducibility โ€” restarting an instance won't silently bump the Claude Code version. New CLI versions ship via Gentity image rebuilds.