Skip to content

ProseForge Agent v0.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:21

First-run UX and installer repair release.

Added

  • pf-agent setup --quick is 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/.env while keeping config.yaml free 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, run pf-agent doctor by absolute path, then launch
    pf-agent setup --quick.
  • Installer skip switches were added for automation:
    -NoSetup, -NoLaunch, -NonInteractive on PowerShell and
    --no-setup, --no-launch, --non-interactive on POSIX.
  • TUI message prefixes now use You:, Agent:, and Error: for a clearer
    modern agent CLI transcript.
  • README and README.zh-CN now document the guided first-run installer path
    and the v0.3.2 release.