Skip to content

Releases: jdmonaco/wireflow

v0.6.0-alpha

29 Nov 17:42

Choose a tag to compare

v0.6.0-alpha Pre-release
Pre-release

Shell integration, Obsidian embeds, automatic dependency execution.

[0.6.0] - 2025-11-29

Added

  • Shell integration with wfw shell subcommand: install, doctor, uninstall (32759ba, c0a49d6)
  • PS1 prompt integration via __wfw_ps1() function (1801cd7)
  • Obsidian markdown embed preprocessing: ![[file]] syntax support (d3d1ccb)
  • Automatic dependency execution with execution caching (a51eeb1)
  • Multi-argument support for --input/-in and --context/-cx options (ee9e146)
  • Shell integration commands in installation guide (25dfa1a)
  • Pipeline module for dependency resolution and execution caching (a51eeb1)

Changed

  • Consolidated CONTEXT/INPUT config into single arrays for cleaner handling (e179184)
  • Reorganized reference and developer-guide documentation (ec75d6d, 8cab58f)
  • Updated user-guide for accuracy and formatting (c769c3c)
  • Documentation list separators enforced for mkdocs compatibility (e0702f6, e6031d7, f12aebc)
  • Pipeline and syntax documentation updates (b5d35ae)

Fixed

  • XML completion for builtin task templates (7d6950e)
  • Added doctor and uninstall to shell completions (e072ef6)

v0.5.0-alpha

28 Nov 15:47

Choose a tag to compare

v0.5.0-alpha Pre-release
Pre-release

[0.5.0] - 2025-11-28

Added

  • Message Batches API support with wfw batch subcommand for 50% cost savings (f681121)
  • Model profiles: fast, balanced, deep with --profile flag (365a7dc)
  • Extended thinking support with THINKING_BUDGET parameter (365a7dc)
  • Effort parameter support for Claude Opus 4.5 (EFFORT=high) (365a7dc)
  • Simplified CLI input/context flags: -in and -cx shorthand (357286a)
  • Project-level shared cache for file conversions with hash-based IDs (20f29e0)
  • Image format conversion: HEIC/HEIF → JPEG, TIFF/TIF → PNG, SVG → PNG (6618f58)
  • macOS sips fallback for HEIC conversion when ImageMagick lacks libheif (6618f58)

Changed

  • Batch commands consolidated under wfw batch subcommand (c34081d)
  • Batch API removed from task mode (workflow-only feature) (3b9c827)
  • Reference docs updated to use "WireFlow" consistently (6618f58)
  • Key Features updated in README.md and docs/index.md

v0.4.0-alpha

28 Nov 15:42

Choose a tag to compare

v0.4.0-alpha Pre-release
Pre-release
Release version 0.4.0

Major features:
- Test suite migration to unit/integration architecture
- Documentation refresh with punchier Key Features
- Streamlined CLI help text
- Multiple lib/*.sh bug fixes
- Bash completion support

See RELEASE-NOTES.md for complete details.

v0.3.0-alpha

20 Nov 18:46

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release

Major features:

  • Project rebrand: Workflow → WireFlow (wfw command alias)
  • Built-in task templates system (8 templates)
  • Intelligent fallback search for prompts/tasks
  • Adaptive cache-control strategy
  • Meta system prompt for context orientation
  • Documentation refactoring (74% smaller CLAUDE.md)

Breaking changes:

  • Command: workflow → wireflow (wfw alias recommended)
  • Env vars: WORKFLOW_PREFIX → WIREFLOW_PREFIX
  • Global config: ~/.config/workflow → ~/.config/wireflow
  • Script: workflow.sh → wireflow.sh

Migration:

  • Update symlink: ln -s wireflow.sh wfw
  • Rename config: mv ~/.config/workflow ~/.config/wireflow
  • Update env vars if customized

See RELEASE-NOTES.md for complete details.

v0.2.0-alpha

20 Nov 13:50

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

Major features:

  • PDF document support with Claude API integration
  • Microsoft Office file conversion (.docx, .pptx)
  • Image processing via Vision API
  • Comprehensive documentation updates
  • Workflow chaining and dependencies
  • Cost-optimized prompt caching

See RELEASE-NOTES.md for complete details.