Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Data-Wise/flow-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.1
Choose a base ref
...
head repository: Data-Wise/flow-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0
Choose a head ref
  • 10 commits
  • 30 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. chore: update .STATUS for v7.2.1 release verification

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    f6a708a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. docs: add em dispatcher AI improvements spec

    Three features: runtime AI backend switching (em ai), Gemini
    extra_args support, and cross-dispatcher em catch integration.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    5f528e2 View commit details
    Browse the repository at this point in the history
  2. feat: add em ai subcommand, extra_args, and em catch

    - Add `em ai` runtime backend switching (claude/gemini/none/auto/toggle)
    - Add `_em_ai_switch`, `_em_ai_toggle`, `_em_ai_status` functions
    - Add `gemini_extra_args` / `claude_extra_args` to _EM_AI_BACKENDS
    - Fix `_em_ai_backend_for_op` to read live FLOW_EMAIL_AI env var
    - Add `em catch <ID>` email-to-task capture with AI summary + fallback
    - Add Ctrl-T=catch fzf keybind in email picker
    - Update help text, doctor output, and MASTER-DISPATCHER-GUIDE
    - Add 31 tests (22 ai-switch + 9 catch) — all passing
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    d7e4b01 View commit details
    Browse the repository at this point in the history
  3. test: add e2e and interactive dogfooding tests for em ai + em catch

    - Automated e2e suite (38 tests): file structure, routing, status,
      switch, toggle, extra_args, catch with mocked AI, help, docs, fzf
    - Interactive dogfooding suite (14 tests): guided QA with expected
      behavior comparison and judgment logging
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    4e42a29 View commit details
    Browse the repository at this point in the history
  4. docs: update email dispatcher guide, tutorial, and refcard for em ai …

    …+ em catch
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    58ae032 View commit details
    Browse the repository at this point in the history
  5. chore: remove orchestrate file and fix tutorial version

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    2c6d8c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #400 from Data-Wise/feature/em-ai-improvements

    feat: em ai runtime switching, extra_args, and em catch
    Data-Wise authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    177e6c4 View commit details
    Browse the repository at this point in the history
  7. docs: update version refs, command counts, and changelog for em ai/catch

    - Update v7.2.0 → v7.2.1 across 14 doc files
    - Fix em command count 18 → 20 in refcard
    - Fix test file count 134 → 137 in CLAUDE.md
    - Add [Unreleased] changelog entry for em ai/catch features
    - Update .STATUS with merged PR #400
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    fdfb77d View commit details
    Browse the repository at this point in the history
  8. chore: bump version to v7.3.0 for release

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    571b7cf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #401 from Data-Wise/dev

    Release: v7.3.0 — Email AI Improvements
    Data-Wise authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    b3d9a19 View commit details
    Browse the repository at this point in the history
Loading