Skip to content

Releases: Prompd/prompd-app

v0.5.0-beta.6

13 Mar 02:46

Choose a tag to compare

v0.5.0-beta.6 Pre-release
Pre-release

What's New

  • Version bump only — testing auto-update from beta.5

v0.5.0-beta.5

13 Mar 02:15

Choose a tag to compare

v0.5.0-beta.5 Pre-release
Pre-release

What's New

  • Product metadata in exe — Task Manager now shows "Prompd" / "Prompd LLC" instead of "Electron"
  • Exe renamed — installer is now Prompd-Setup-x.x.x.exe (hyphenated)
  • afterPack enhanced — sets ProductName, FileDescription, CompanyName, LegalCopyright, OriginalFilename, and version strings via rcedit

v0.5.0-beta.4

13 Mar 00:20

Choose a tag to compare

v0.5.0-beta.4 Pre-release
Pre-release

What's New

  • Auto-update cleanup — menu "Check for Updates" no longer shows redundant dialog; uses in-app banner from beta.3
  • afterPack verification — confirms @prompd/cli version from npm in build output

v0.5.0-beta.3

12 Mar 23:14

Choose a tag to compare

v0.5.0-beta.3 Pre-release
Pre-release

What's New

  • In-app update banner — replaces native OS dialogs with a sleek inline banner below the title bar
  • @prompd/cli bumped to beta.6 — across frontend, backend, and scheduler
  • afterPack cleanup — CLI now installed from npm instead of local symlink copy

0.5.0-beta.2

11 Mar 22:40
ebb01c5

Choose a tag to compare

0.5.0-beta.2 Pre-release
Pre-release

Prompd v0.5.0-beta.2

Chat Modes & Agent System

  • Migrated chat mode prompts (Agent, Brainstorm, Planner, Help Chat) to structured JSON format
  • Added .prmd syntax reference documentation for mode system
  • Refactored chat mode route handling for cleaner loading

Intellisense Improvements

  • Enhanced code actions with better quick-fix suggestions
  • Improved cross-reference resolution across prompt files
  • Updated validation rules for more accurate diagnostics
  • Better snippet completions

Editor & Design View

  • Redesigned DesignView with improved layout and interactions
  • Updated AiChatPanel and ChatTab with refined UX
  • PrompdEditor component enhancements
  • PlanReviewModal improvements

Agent Mode

  • Reworked useAgentMode hook with expanded capabilities
  • Added tool executor service for agent tool calls
  • Improved provider base service for streaming responses

Desktop App

  • Electron main process updates
  • Added beforeBuild.cjs script for build pipeline
  • Auto-update support via electron-updater

Infrastructure

  • Dependency upgrades across backend, frontend, and scheduler packages
  • Updated license metadata
  • Registry API enhancements

v0.5.0-beta.1

10 Mar 11:12
ebb01c5

Choose a tag to compare

v0.5.0-beta.1 Pre-release
Pre-release

What's New

Dedicated API Node

  • New ApiNode component with method color coding (GET/POST/PUT/DELETE/PATCH)
  • Connection indicator badge showing linked HTTP API connections
  • URL preview with truncation

Mode-Aware Memory Tools

  • Memory nodes docked to agents now generate tools matching their configured mode
  • KV mode: memory_get, memory_set, memory_delete, memory_list
  • Conversation mode: memory_get_history, memory_append, memory_clear_history (with sliding window support)
  • Cache mode: memory_get, memory_set with TTL support

API Connection Resolution

  • HTTP API connection baseUrl and auth headers now resolved during workflow execution
  • Connection credentials (Bearer, API key, Basic auth) merged into outgoing requests

Rebrand & Cleanup

  • Rename agent to Fox, rebrand registry references to PrompdHub
  • Updated dependencies
  • Added tsbuildinfo to gitignore

Testing

  • 11 new tool execution tests covering mode-aware memory tools
  • 52 total tests across all frontend suites

v0.1.0-beta-001

10 Feb 09:32
7acc6d0

Choose a tag to compare

v0.1.0-beta-001 Pre-release
Pre-release

What's Changed

New Contributors

  • @sbaker made their first contribution in #1

Full Changelog: https://github.com/Prompd/prompd.app/commits/v0.1.0-beta-001