This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Releases: jdmonaco/wireflow
Releases · jdmonaco/wireflow
v0.7.3-beta
[0.7.3] - 2025-12-04
Added
wfw promptssubcommand for system prompt management (0587543)wfw modelssubcommand for provider settings and available models (52dd653)wfw models psfor running/loaded models on local servers (d9bf987)- Ollama server detection via port :11434 with rich API support (d9bf987)
- Model validation before expensive operations (a1bb9a3)
- Excel (.xlsx) support via LibreOffice PDF conversion (2d201a7)
- External image embeds via Markdown
syntax (041a185) - Cache status indicators for image processing messages (9dd0a8d)
--providerCLI option for run/task modes (8e43aed)- Terminal output warning for unsaved task mode output (aca0339)
- Multi-argument
--system/-poption pattern (5ae30bc) - Enhanced backup organization in timestamped subdirectories (5e174c5)
Changed
- BREAKING:
--system/-puses multi-argument pattern instead of comma-separated (5ae30bc) - BREAKING:
OPENAI_BASE_URLno longer includes /v1 suffix (415a3c2) - Project-relative paths in console output via display_path() (bbae358)
- JSON-to-XML conversion uses yq instead of complex jq script (94d72a3)
- Pager display moved to end of run/task mode (cd1ba7a)
Fixed
- Cache status detection for remote images without resize (bda9a4b)
- mktemp template suffix for macOS compatibility (253a045)
- Ollama status checks use /api/tags endpoint (6087a3f)
- OpenAI provider config loading from project config (415a3c2)
- execution.json path bug with $project_root variable (49b7531)
- Duplicate system prompts in dependency resolution (065b5dc)
- jq "Argument list too long" via --slurpfile (065b5dc)
- Task mode PDF processing and system prompt ordering (997b7bf)
- OpenAI document blocks use text type instead of document (2d201a7)
v0.7.1-beta
[0.7.2] - 2025-12-02
Added
- Full nested project path display in
__wfw_ps1prompt function (b641032) - Ancestor project discovery helper
__wfw_find_ancestor_projects()in wfw-prompt.sh
Changed
- Bash completion overhauled for current CLI options (e8cd517)
- Task template completion discovers subdirectories up to 3 levels deep
- Mode-specific execution options (run/task/batch have separate option sets)
- Custom task templates listed before builtins in completion
- Key Features documentation updated for accuracy (c1d36ed)
Fixed
v0.7.1-beta
Release version 0.7.1 - Rich markdown rendering for streaming output
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.