bootsnap, spring, sofurry type fixes

This commit is contained in:
Dylan Knutson
2025-07-08 01:25:00 +00:00
parent f79e37f256
commit 0427ac43c7
24 changed files with 176 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
# Agent detection - only activate minimal mode for actual agents
if test -n "$npm_config_yes"; or test -n "$CI"; or not status --is-interactive
set -gx AGENT_MODE true
else
set -gx AGENT_MODE false
end
if test $AGENT_MODE = true
/usr/bin/bash
end