diff --git a/.changeset/agent-runtime-config.md b/.changeset/agent-runtime-config.md new file mode 100644 index 00000000..3696b47a --- /dev/null +++ b/.changeset/agent-runtime-config.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Add configurable Pi-compatible agent command and state-directory settings for diagnostics, update checks, auth, models, sessions, and settings. diff --git a/docs/config.html b/docs/config.html index 81a64436..795ff4e2 100644 --- a/docs/config.html +++ b/docs/config.html @@ -81,7 +81,7 @@

Configure PI WEB where your agents work.

PI WEB configuration covers the machine-local and project-local settings you usually need: bind address, trusted development-host settings, UI preferences, PI WEB plugin enablement, file-explorer path access, - manual upload defaults, upload limits, and session-daemon tools. + manual upload defaults, upload limits, agent runtime selection, and session-daemon tools.

@@ -97,6 +97,7 @@

Configure PI WEB where your agents work.

Config matrix External path access Manual uploads + Agent runtime Session tools Completion tools @@ -145,12 +146,17 @@

Precedence and reloads

Environment overrides include PI_WEB_HOST, PI_WEB_PORT / PORT, - PI_WEB_ALLOWED_HOSTS, PI_WEB_MAX_UPLOAD_BYTES, PI_WEB_SPAWN_SESSIONS, - and PI_WEB_SUBSESSIONS. + PI_WEB_ALLOWED_HOSTS, PI_WEB_MAX_UPLOAD_BYTES, PI_WEB_AGENT_COMMAND, + PI_WEB_AGENT_DIR, PI_WEB_AGENT_SESSION_DIR, + PI_CODING_AGENT_DIR / PI_CODING_AGENT_SESSION_DIR for the default + pi command, the selected non-pi command's + <COMMAND>_CODING_AGENT_DIR / <COMMAND>_CODING_AGENT_SESSION_DIR, + PI_WEB_SPAWN_SESSIONS, and PI_WEB_SUBSESSIONS.