Skip to content

Releases: joryeugene/prompthive

v0.2.8: Community Contribution Release

09 Jul 17:58

Choose a tag to compare

πŸŽ‰ First Community Contribution!

This release celebrates our first community contribution from @szabgab who added the repository field to Cargo.toml via PR #1.

✨ What's New

  • Repository field: Improves crates.io integration and makes it easier for automated tools to find the source
  • Version bump: Updated to v0.2.8 across all documentation
  • Better discoverability: Enhanced Rust ecosystem integration

πŸ™ Community Thanks

Special thanks to @szabgab for the contribution and for helping make PromptHive more discoverable in the Rust ecosystem!

πŸ“¦ Installation

cargo install prompthive
# OR
curl -sSL https://prompthive.sh/install.sh | bash

Full Changelog: v0.2.6...v0.2.8

PromptHive v0.2.6: Prompt Consistency & Performance Claims Update

06 Jul 02:50

Choose a tag to compare

🐝 PromptHive v0.2.6

🎯 Key Improvements

  • Prompt Name Consistency: Standardized all prompt references to use essentials/review
  • Accurate Performance Claims: Updated all documentation from sub-80ms to sub-15ms
  • Complete Ecosystem Integration: Maintained CalmHive companion tool references

πŸ”§ Changes

  • Fixed inconsistent prompt names throughout documentation
  • Updated Cargo.toml description to reflect actual sub-15ms performance
  • Synced all changes between private and public repositories
  • Improved sync script to prevent future conflicts

πŸ“¦ Installation

cargo install prompthive
# OR
curl -sSL https://prompthive.sh/install.sh | bash

πŸš€ Updated Performance

  • Average Response: 8ms
  • User Promise: <15ms for all operations
  • Rust-powered efficiency across all platforms

All features remain 100% open source and free!

v0.2.5: Performance and UX improvements via TDD

06 Jul 00:50

Choose a tag to compare

Major performance fixes and user experience enhancements discovered through comprehensive test-driven development:

Performance Improvements

  • Fixed 10x-100x performance regression (356-1295ms β†’ 6ms response time)
  • Conditional logging and telemetry bypass for optimal speed
  • Achieved 45% faster than target (6ms vs 11ms goal)

Error Handling & UX

  • Added comprehensive error_help.rs module with actionable suggestions
  • Better error messages for "prompt not found" with fuzzy suggestions
  • Improved permission denied and file not found error guidance
  • Fixed "ph ph" double command detection and guidance

Clipboard & I/O Fixes

  • Fixed silent clipboard fallback behavior
  • Proper TTY detection with PROMPTHIVE_TEST_MODE override
  • Better clipboard failure handling and user feedback
  • Fixed TUI graceful fallback when no TTY available

Technical Fixes

  • Fixed unicode string boundary errors (byte β†’ character indexing)
  • Improved test isolation for global shutdown flag
  • Enhanced environment variable controls for testing
  • Fixed argument size limits with file-based alternatives

All changes validated through comprehensive TDD test suite ensuring reliability and performance guarantees.

Installation

cargo install prompthive

Verify Installation

ph --version  # Should show 0.2.5

PromptHive v0.2.3

05 Jul 19:58

Choose a tag to compare

Lightning-fast open source prompt manager for developers. Terminal-native, sub-80ms operations, works with any AI tool.