Skip to content

Releases: Luv-Goel/contextflow

v0.1.15

19 Apr 11:57

Choose a tag to compare

v0.1.15 - Export & Delete Fixes

Fixed

  1. cf export - Now works! Workflows are saved to DB with real IDs
  2. 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

19 Apr 11:05

Choose a tag to compare

v0.1.14 - Bug Fixes from Real User Testing

Fixed

  1. cf stats - avg duration scan error (float64 → int64)
  2. cf story - incorrect total time calculation
  3. 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

19 Apr 10:31

Choose a tag to compare

v0.1.13 - Bug Fixes

Fixed

  1. cf init now outputs correct cf hook --shell bash (was missing --shell flag)
  2. cf uninstall now removes binary from /usr/local/bin/cf and /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 ~/.bashrc

To properly uninstall:

cf uninstall --confirm

Full Changelog: v0.1.12...v0.1.13

v0.1.12

19 Apr 10:12

Choose a tag to compare

v0.1.12 - Install Script Fix

Fixed

  • Install script now generates correct cf init --shell bash command
  • Changed from cf init bashcf init --shell bash

Usage

curl -fsSL https://raw.githubusercontent.com/Luv-Goel/contextflow/main/scripts/install.sh | bash

Then 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

19 Apr 10:04

Choose a tag to compare

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

19 Apr 09:53

Choose a tag to compare

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

18 Apr 23:36

Choose a tag to compare

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

18 Apr 11:36

Choose a tag to compare

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

18 Apr 11:13

Choose a tag to compare

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 sharing

Full Changelog: https://github.com/Luv-Goel/contextflow/commits/v0.1.7

v0.1.6

18 Apr 10:39

Choose a tag to compare

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 hours

Full Changelog: https://github.com/Luv-Goel/contextflow/commits/v0.1.6