v0.1.27 — shared claude binary across agents
Claude agents now run the single shared /home/claude Claude Code install (codex-style) instead of each self-staging a ~230M per-user copy on launch.
What changed
5dive-agent-startsetsDISABLE_UPDATES=1+DISABLE_AUTOUPDATER=1for claude agents (STAGE_GUARD), suppressing Claude Code's on-launch per-user self-stage. The systemd unit already execs the shared/home/claude/.local/bin/claude(TYPE_BIN[claude]); only theclaudeuser updates that copy via the 03:00 soft-update.- Companion change in 5dive-api
soft-updates.sh:prune_claude_versionsremoves stale~/.local/share/claude/versions/*the native installer never cleaned up.
Effect: ~230M saved per claude agent + ~230M per stale version. grok/agy/codex were already shared. Existing VMs heal at the next 03:00 update.