Releases: jdmonaco/wireflow
Releases · jdmonaco/wireflow
v0.6.0-alpha
Shell integration, Obsidian embeds, automatic dependency execution.
[0.6.0] - 2025-11-29
Added
- Shell integration with
wfw shellsubcommand: 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/-inand--context/-cxoptions (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
v0.5.0-alpha
[0.5.0] - 2025-11-28
Added
- Message Batches API support with
wfw batchsubcommand for 50% cost savings (f681121) - Model profiles:
fast,balanced,deepwith--profileflag (365a7dc) - Extended thinking support with
THINKING_BUDGETparameter (365a7dc) - Effort parameter support for Claude Opus 4.5 (
EFFORT=high) (365a7dc) - Simplified CLI input/context flags:
-inand-cxshorthand (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
sipsfallback for HEIC conversion when ImageMagick lacks libheif (6618f58)
Changed
v0.4.0-alpha
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
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
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.