e30e75b5d4
Changesets / Create Version PR (push) Has been cancelled
Deploy Shadcn Registry / Deploy Production (push) Has been cancelled
Template Metrics / LOC + Bundle Size (push) Has been cancelled
Code Quality / Oxlint + Oxfmt (push) Has been cancelled
Code Quality / Template Sync (push) Has been cancelled
Code Quality / Build Changed Packages (push) Has been cancelled
Code Quality / Test Changed Packages (push) Has been cancelled
Deploy Expo Example / Deploy Production (push) Has been cancelled
Deploy Ink Example / Deploy Production (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-stream, 3.12) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Has been cancelled
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Has been cancelled
14 lines
591 B
Bash
14 lines
591 B
Bash
# Workspace the Pi agent operates in (file ops, bash run here). Defaults to the
|
|
# server process CWD when unset.
|
|
PI_WORKSPACE_PATH=
|
|
|
|
# Model override (PI_MVP_PLAN §5). The provider + model id are resolved against
|
|
# Pi's model registry on the server and passed to every new session. Leave blank
|
|
# to fall back to Pi's configured default (settings.json defaultProvider/Model).
|
|
# PI_PROVIDER=anthropic
|
|
# PI_MODEL_ID=claude-opus-4-5
|
|
|
|
# Optional: override Pi's agent config dir (auth.json, models.json, settings.json).
|
|
# This is Pi's own env var; defaults to ~/.pi/agent.
|
|
# PI_CODING_AGENT_DIR=
|