Releases: Code-and-Sorts/PromptDrifter-action
Releases · Code-and-Sorts/PromptDrifter-action
Release list
v0.0.2 - Initial Release
🎉 Initial Release
PromptDrifter GitHub Action v0.0.2 - Docker-based action for running PromptDrifter CLI tests in CI/CD workflows.
Features
- 🔍 Drift detection for LLM prompt configurations
- 🚀 Easy CI/CD integration
- 🔐 Secure API key handling via GitHub secrets
- 🌐 Multi-provider support (OpenAI, Claude, Gemini, etc.)
- ⚡ Built-in caching for faster runs
Included CLI Version
- PromptDrifter CLI: v0.0.2
Usage
- uses: Code-and-Sorts/PromptDrifter-action@v0.0.2
with:
command: validate
files: promptdrifter.yaml
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
See the https://github.com/Code-and-Sorts/PromptDrifter-action#readme for full documentation.