Skip to content

Release v0.5.0-beta.3#33

Merged
sbaker merged 6 commits intomainfrom
0.5.0-beta.3
Mar 12, 2026
Merged

Release v0.5.0-beta.3#33
sbaker merged 6 commits intomainfrom
0.5.0-beta.3

Conversation

@sbaker
Copy link
Member

@sbaker sbaker commented Mar 12, 2026

Summary

  • Agent chat modes with backend-driven mode definitions (agent, planner, help-chat, brainstorm)
  • IntelliSense enhancements: multi-tab model-file mapping, cross-reference fixes, code action improvements
  • In-app auto-update banner replacing native OS dialogs (dismissable, re-shows on new version)
  • ChatTab provider/model selector visible in embedded/split-editor mode
  • Anthropic thinking mode: force temperature=1, silently disable for unsupported models
  • CLI compiler fixes: inherited parameter defaults with type coercion, {% include %} path resolution for inherited prompds
  • Registry sync uncaught promise rejection fix
  • Switched all packages from file: symlink to npm @prompd/cli@0.5.0-beta.6
  • Removed dead bcrypt/password code from CLI (fixed Electron rebuild failures)
  • License correction to ELv2, URL fixes, dependency upgrades

Test plan

  • Verify auto-update banner appears on new version detection (downloading state -> ready to install)
  • Verify dismiss works and banner re-appears on new update event
  • Verify ChatTab shows provider/model selector in split-editor preview mode
  • Verify thinking mode works on supported models (claude-3.7+) and silently skips unsupported
  • Verify inherited prompds compile correctly with {% include %} and parameter defaults
  • Verify Electron build succeeds without bcrypt native module errors
  • Verify registry connection failures don't produce uncaught promise rejections

🤖 Generated with Claude Code

sbaker and others added 6 commits March 10, 2026 10:20
- Website link: www.prompdhub.ai -> prompd.io
- Registry link: www.prompdhub.ai -> prompdhub.ai (no www)
- License: MIT -> Elastic License 2.0 (ELv2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ndency upgrades

- Migrate chat mode prompts to JSON format with prmd-syntax reference
- Enhance intellisense with improved code actions, cross-references, and validation
- Update DesignView, AiChatPanel, and ChatTab components
- Add tool executor service and agent mode hook improvements
- Update Electron main process and add beforeBuild script
- Upgrade backend and scheduler dependencies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…cli to beta.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…path

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sbaker sbaker merged commit 24a1d0b into main Mar 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant