env-context: live shop state
The env-context feature renders the environment row at the top of the WebUI and inside the side panel. It shows:- Which environment the current conversation is targeting (always dev unless a human switches it outside Fox).
- Live service state: storefront, Medusa, Postgres, Redis, Matomo when it is up.
- Ports and health checks so you can see quickly whether the shop is up.
env-actions: safe, approved operations
env-actions is the action bar Fox uses to propose operations. You approve, and only then does it run. Real button ids that ship today:Env-actions target the dev environment by default and hide destinations that do not apply. Push-to-live is not offered from a dev conversation.
Guardrails
Fox is fenced in on purpose. The Hermes container has no Docker socket and cannot create environments. Environment lifecycle commands (pnpm vulpy env add|up|down|golive) refuse inside the container. Staging and live directories are hidden from Fox’s mount. Fox proposes; you dispatch anything that touches other environments.
Missions
Where you and Fox use these features together.
Deploy to a VPS
See how Fox is isolated on production hosts.