Releases: Prompd/prompd-app
Releases · Prompd/prompd-app
v0.5.0-beta.6
What's New
- Version bump only — testing auto-update from beta.5
v0.5.0-beta.5
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
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
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
Prompd v0.5.0-beta.2
Chat Modes & Agent System
- Migrated chat mode prompts (Agent, Brainstorm, Planner, Help Chat) to structured JSON format
- Added
.prmdsyntax 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
useAgentModehook 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.cjsscript 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
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