ProseForge Agent v0.3.2
First-run UX and installer repair release.
Added
pf-agent setup --quickis now an interactive guided setup path for
normal users. It prompts for provider, API key, model, language/persona,
workspace, and optional ProseForge root, then writes keys to
.pf-agent/.envwhile keepingconfig.yamlfree of raw secrets.- Startup dotenv loading now includes
.pf-agent/.env, so keys written by
setup are available to providers on the next command. - The full-screen TUI now renders a welcome panel on an empty transcript
with provider status, setup guidance, and common commands instead of a
mostly blank terminal.
Changed
- The one-line installers now install or upgrade the PyPI tool by default,
put the manager bin directory first on PATH for the current and future
shell sessions, runpf-agent doctorby absolute path, then launch
pf-agent setup --quick. - Installer skip switches were added for automation:
-NoSetup,-NoLaunch,-NonInteractiveon PowerShell and
--no-setup,--no-launch,--non-interactiveon POSIX. - TUI message prefixes now use
You:,Agent:, andError:for a clearer
modern agent CLI transcript. - README and README.zh-CN now document the guided first-run installer path
and thev0.3.2release.