Releases: Luv-Goel/contextflow
v0.1.15
v0.1.15 - Export & Delete Fixes
Fixed
- cf export - Now works! Workflows are saved to DB with real IDs
- cf delete - Now requires --confirm flag to prevent accidents
Test Results
✅ cf stats
✅ cf search
✅ cf workflows
✅ cf export - NOW WORKS
✅ cf delete --confirm
✅ cf story
✅ cf tag
Full Changelog: v0.1.14...v0.1.15
v0.1.14
v0.1.14 - Bug Fixes from Real User Testing
Fixed
- cf stats - avg duration scan error (float64 → int64)
- cf story - incorrect total time calculation
- cf record - duration conversion (nanoseconds → ms)
Test Results
✅ cf stats - works
✅ cf search - works
✅ cf workflows - works
✅ cf tag - works
✅ cf story - now shows accurate time
❌ cf export - ID mismatch (known issue)
❌ cf delete - no confirm flag
Full Changelog: v0.1.13...v0.1.14
v0.1.13
v0.1.13 - Bug Fixes
Fixed
- cf init now outputs correct
cf hook --shell bash(was missing --shell flag) - cf uninstall now removes binary from
/usr/local/bin/cfand/usr/bin/cf
Usage
After updating, re-run:
curl -fsSL https://raw.githubusercontent.com/Luv-Goel/contextflow/main/scripts/install.sh | bash
echo 'eval "$(cf init --shell bash)"' >> ~/.bashrc && source ~/.bashrcTo properly uninstall:
cf uninstall --confirmFull Changelog: v0.1.12...v0.1.13
v0.1.12
v0.1.12 - Install Script Fix
Fixed
- Install script now generates correct
cf init --shell bashcommand - Changed from
cf init bash→cf init --shell bash
Usage
curl -fsSL https://raw.githubusercontent.com/Luv-Goel/contextflow/main/scripts/install.sh | bashThen add to shell:
- bash:
echo 'eval "$(cf init --shell bash)"' >> ~/.bashrc && source ~/.bashrc - zsh:
echo 'eval "$(cf init --shell zsh)"' >> ~/.zshrc && source ~/.zshrc
Full Changelog: v0.1.11...v0.1.12
v0.1.11
v0.1.11 - Version Fix
Fixed
- Version now displays correctly (was showing v0.1.0, now shows v0.1.10)
Commands (15)
- cf version, init, hook, search, workflows, replay, export
- cf stats, story, tag, delete, import
- cf atuin, install, share, uninstall
Full Changelog: v0.1.10...v0.1.11
v0.1.10
v0.1.10 - Atuin Import
Added
- cf atuin - Import from Atuin history
Commands
- cf init, hook, search, workflows, replay, export
- cf stats, story, tag, delete, import
- cf install, share, uninstall
Full Changelog: v0.1.9...v0.1.10
v0.1.9
v0.1.9 - Install Command
Added
- cf install - Quick install instructions for shell hook
Commands
- cf init, hook, search, workflows, replay, export
- cf stats, story, tag, delete, import, story
- cf hook, record, uninstall
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.8 - Auto-Improver Update
Changes
- Cron now checks project planning repo
- Aggressive improvement mode enabled
- Will auto-add features from PLAN.md
Status
All TODOs cleared (0 remaining)
All core commands working
Full Changelog: https://github.com/Luv-Goel/contextflow/commits/v0.1.8
v0.1.7
v0.1.7 - Share Command (from Project Plan)
Added
- cf share - Export workflow for sharing
From Project Plan
This adds shareability from v0.2 scope, allowing users to paste workflows to GitHub Gist.
Usage
cf share 1 # Shows workflow export for sharingFull Changelog: https://github.com/Luv-Goel/contextflow/commits/v0.1.7
v0.1.6
v0.1.6 - Duration Parsing for Story
Fixed
- cf story --since - Now parses duration strings
Supports: 30m, 2h, 7d, 1w
Usage
cf story # Last 24 hours (default)
cf story --since 7d # Last week
cf story --since 2h # Last 2 hoursFull Changelog: https://github.com/Luv-Goel/contextflow/commits/v0.1.6