Releases: 1broseidon/promptext
v0.7.5
Installation
Install Scripts (Recommended):
# macOS/Linux
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexGo Install:
go install github.com/1broseidon/promptext/cmd/promptext@latestManual Download:
Download binaries for your platform from the Assets section below.
Uninstall:
curl -sSL promptext.sh/uninstall | bashChangelog
Others
- 8105905: chore(release): v0.7.5 (@1broseidon)
- 93b36c0: ci: update actions to Node.js 24 compatible versions (@1broseidon)
Documentation: https://promptext.sh
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.7.4
Installation
Install Scripts (Recommended):
# macOS/Linux
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexGo Install:
go install github.com/1broseidon/promptext/cmd/promptext@latestManual Download:
Download binaries for your platform from the Assets section below.
Uninstall:
curl -sSL promptext.sh/uninstall | bashChangelog
Features
- f025291: feat: add AI PR assistant (Sprint 2 complete) (@1broseidon)
- a1e4a5c: feat: add local dev assistant (Sprint 3 complete) (@1broseidon)
- fe2f2fe: feat: add release notes generator (Sprint 1 complete) (@1broseidon)
Bug Fixes
- bfe4279: fix: remove redundant newlines in fmt.Fprintln calls (@1broseidon)
Others
- c1ab475: Add docs .gitignore, remove committed cache files (@1broseidon)
- 2b4d639: OS-aware install command on home page (@1broseidon)
- aebe48a: Replace Astro docs with VitePress matching chain.sh design language (@1broseidon)
- 13e4feb: Show latest release version on home page (@1broseidon)
- 6d8c7a6: chore(release): v0.7.4 (@1broseidon)
- 3a5a5f9: chore: release v0.7.4 - real-world promptext automation tools (@1broseidon)
- 6df9b44: chore: remove automation tool experiments (@1broseidon)
- 2e0d66c: chore: remove premature v0.7.4 changelog entries (@1broseidon)
- 137d980: chore: remove temporary sprint planning files (@1broseidon)
Documentation: https://promptext.sh
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.7.3
Installation
Install Scripts (Recommended):
# macOS/Linux
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexGo Install:
go install github.com/1broseidon/promptext/cmd/promptext@latestManual Download:
Download binaries for your platform from the Assets section below.
Uninstall:
curl -sSL promptext.sh/uninstall | bashChangelog
Features
- 0cec317: feat: add 4 real-world workflow examples for promptext library (@claude)
- 6808b4b: feat: comprehensive default exclusions for all major ecosystems (@1broseidon)
Bug Fixes
- 006c2dc: fix: address security and quality issues in examples (@claude)
- dcfe96d: fix: exclude Python virtual environments and additional cache directories (@1broseidon)
Others
- 2b7c0e8: Merge pull request #7 from 1broseidon/claude/phase-4-real-world-examples-011CUxhL2yfFq2TjcFeWc2nv (@1broseidon)
- 557480a: chore: release v0.7.3 - comprehensive default exclusions (@1broseidon)
- 90b360e: docs: add comprehensive library usage guide (@1broseidon)
Documentation: https://promptext.sh
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.7.2
Installation
Install Scripts (Recommended):
# macOS/Linux
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexGo Install:
go install github.com/1broseidon/promptext/cmd/promptext@latestManual Download:
Download binaries for your platform from the Assets section below.
Uninstall:
curl -sSL promptext.sh/uninstall | bashChangelog
Bug Fixes
- 1c9b18d: fix: add blank line before exclusion warning for better spacing (@1broseidon)
- c8f78e1: fix: display actual directory name instead of '.' when running in current directory (@1broseidon)
Others
- 1bc9a17: chore: release v0.7.2 - bug fixes and display cleanup (@1broseidon)
- 1bf6243: style: improve output formatting to match docs example (@1broseidon)
- 3a70284: style: remove box borders from output display (@1broseidon)
Documentation: https://promptext.sh
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.7.1
Installation
Install Scripts (Recommended):
# macOS/Linux
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexGo Install:
go install github.com/1broseidon/promptext/cmd/promptext@latestManual Download:
Download binaries for your platform from the Assets section below.
Uninstall:
curl -sSL promptext.sh/uninstall | bashChangelog
Features
- b78b1e5: feat: add logo to README header (@1broseidon)
- e15ead5: feat: implement Phase 1 - Core Library/API (v0.7.0-alpha) (@claude)
- bfd24f2: feat: implement Phase 2 - CLI Migration to Library (v0.7.1) (@claude)
- ef51d75: feat: implement terminal green brand identity and UX improvements (@1broseidon)
Others
- d987298: Merge PR #5: Phase 1 - Core Library/API (v0.7.0-alpha) (@1broseidon)
- c8d9b70: Merge PR #6: Phase 2 - CLI Migration to Library (v0.7.1) (@1broseidon)
- 23db99e: chore: release v0.6.3 - simplified installation and UX improvements (@1broseidon)
- b077d02: docs: add cache buster to Go Report Card badge for v0.7.1 (@1broseidon)
- 95de0e9: docs: update changelog for v0.7.1 and v0.7.0-alpha (@1broseidon)
- 355e99e: refactor: remove unused code and imports for Go Report Card A+ (@1broseidon)
- 2ec329b: style: update logo to green icon with white text (@1broseidon)
Documentation: https://promptext.sh
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.6.2
Installation (Stable & Verified)
Homebrew (macOS/Linux) - Recommended:
brew tap 1broseidon/tap
brew install promptextGo Install (All platforms):
go install github.com/1broseidon/promptext/cmd/promptext@latestDirect Install Scripts:
# Linux/macOS
curl -sSL promptext.sh/install | bash
# Windows PowerShell
irm promptext.sh/install.ps1 | iexUninstall:
# Linux/macOS
curl -sSL promptext.sh/uninstall | bash
# Homebrew
brew uninstall promptextManual Download:
Download binaries for your platform from the Assets section below.
🚧 Experimental Publishers
- Snap (Linux): Pending manual review in Snap Store (check back in 2-3 days)
- Chocolatey (Windows): Under development
Changelog
Features
- b2a1132: feat: add custom domain and landing page for v0.6.2 (@1broseidon)
- 7824770: feat: configure custom domain promptext.sh for docs (@1broseidon)
- 6d66c81: feat: redesign landing page with modern UX and improved layout (@1broseidon)
Bug Fixes
- b3606c6: fix: add workflow triggers for manual dispatch and workflow changes (@1broseidon)
- 0d46207: fix: update pnpm version in docs workflow to match lockfile (@1broseidon)
Others
- d096661: chore: consolidate release pipeline (@1broseidon)
Full Documentation: https://github.com/1broseidon/promptext#readme
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.6.1
Installation (Stable & Verified)
Homebrew (macOS/Linux) - Recommended:
brew tap 1broseidon/tap
brew install promptextGo Install (All platforms):
go install github.com/1broseidon/promptext/cmd/promptext@latestDirect Install Scripts:
# Linux/macOS
curl -sSL https://raw.githubusercontent.com/1broseidon/promptext/main/scripts/install.sh | bash
# Windows PowerShell
irm https://raw.githubusercontent.com/1broseidon/promptext/main/scripts/install.ps1 | iexManual Download:
Download binaries for your platform from the Assets section below.
🚧 Experimental Publishers
- Snap (Linux): Pending manual review in Snap Store (check back in 2-3 days)
- Chocolatey (Windows): Under development
Changelog
Features
- 0d2a478: feat: add Chocolatey publisher to experimental workflow ( <>)
Bug Fixes
- 778b094: fix: add build id and reference it in chocolatey config to include artifacts ( <>)
- 22339e2: fix: add explicit git checkout step for manual trigger to ensure correct tag ( <>)
- 52de0c6: fix: add shebang to choco wrapper script to fix exec format error ( <>)
- 026bbb8: fix: change snap license to MIT to match LICENSE file and Snap Store requirements ( <>)
- bba765c: fix: checkout correct tag ref in experimental workflow for manual triggers ( <>)
- 4e67f99: fix: disable GitHub release in experimental workflow and fix skip flags ( <>)
- 14f294b: fix: improve Chocolatey installation and remove failing version test ( <>)
- 89ea40a: fix: install Mono and Chocolatey CLI on Ubuntu for GoReleaser ( <>)
- 5c9acbd: fix: install snapcraft in GitHub Actions for Snap publishing ( <>)
- 4a38940: fix: remove broken GitHub script step from stable workflow ( <>)
- e50e5e2: fix: remove invalid if condition from snapcraft installation step ( <>)
- 4ab779b: fix: remove invalid skip field from snapcraft configuration ( <>)
- aa8c5fc: fix: simplify Chocolatey installation and make version check non-fatal ( <>)
- 4a31926: fix: use empty archives list in snap config to skip archive pipe ( <>)
Others
- 0c44612: docs: remove Snap installation until approved in Snap Store ( <>)
- 7575770: refactor: create dedicated snap-only config to avoid choco build in snap job ( <>)
- eade228: refactor: split release workflows into stable and experimental ( <>)
- 1384388: simplify: remove Chocolatey, focus on Homebrew, Snap, and direct install methods ( <>)
Full Documentation: https://github.com/1broseidon/promptext#readme
Verify Installation:
promptext --version
# or use the alias
prx --versionv0.5.5
Changelog
Features
- 25d565f: feat: add Homebrew caveat for macOS Gatekeeper (no code signing) ( <>)
- b5dbe84: feat: add Homebrew caveat for macOS Gatekeeper workaround ( <>)
- fe96391: feat: add macOS code signing support for Gatekeeper ( <>)
- 96e0c95: feat: automatically remove quarantine attribute on Homebrew install ( <>)