Dynamic per-turn system prompt augmentation for Pi.
This package contains a single extension:
extensions/dynsys.ts
pi -e /absolute/path/to/pi-dynsyspi install git:github.com/<you>/pi-dynsys
# or
pi install https://github.com/<you>/pi-dynsysPi installs packages into its settings and loads extensions automatically.
This repo contains no API keys.
Provider credentials are handled by Pi and stored outside the repo (e.g. ~/.pi/agent/auth.json or env vars). Do not commit those files.
The dynsys generator is configured to call a nested pi process with:
- provider:
openai-codex - model:
gpt-5.2-codex - thinking:
off
You must be authenticated for openai-codex (Pi interactive):
- Run
pithen/loginand pick ChatGPT Plus/Pro (Codex).
--dynsys(default: true)--dynsys-debug(writes~/.pi/agent/dynsys-last.json)
Example:
pi -p --dynsys-debug "UI: design a button component, no gradients"