Skip to content

PromptBranch v0.2.2

Choose a tag to compare

@NightRang3r NightRang3r released this 02 Sep 14:42
· 46 commits to main since this release
90a0b81

PromptBranch Desktop v0.2.2

This desktop-only patch release adds finer control over saved run history and
improves provider testing and prompt sharing. CLI and MCP package versions are
unchanged.

Changes since v0.2.1

  • Added deletion controls for notes, manual run entries, complete multi-model
    run groups, and individual model results.
  • Run deletion is explicit and confirmed: deleting a result also removes its
    rating and judge scores, while notes previously saved from that result remain
    in the prompt history.
  • Provider connection tests now use the same streaming execution path as real
    model runs and test the model selected by the user instead of guessing from
    catalog metadata.
  • Connection failures now include clearer guidance for invalid credentials,
    unavailable models, quota or rate limits, timeouts, endpoint errors, and
    network failures. The selected test model is remembered for later re-tests.
  • Fixed prompt publishing when the editor contains valid unsaved content. The
    current editor content is now included in the share payload, and genuinely
    blank prompts receive a clear validation message before publishing.

Full changelog: v0.2.1...v0.2.2

Desktop downloads

Choose the installer matching your operating system and CPU architecture:

  • macOS: signed and notarized DMG for Apple silicon (arm64) or Intel (x64)
  • Windows: installer for ARM64 or Intel/AMD 64-bit (x64)
  • Linux: AppImage or DEB for ARM64 or Intel/AMD 64-bit (x64)

💻 CLI

Install the PromptBranch CLI globally with npm:

npm install -g @promptbranch/cli

🔌 MCP Server

Run the PromptBranch MCP server directly with npx:

npx -y @promptbranch/mcp