Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 11:58
· 8 commits to main since this release

[v0.3.0] - 2025-10-15

Highlights

  • Bump pipelex to v0.12.0: See Pipelex changelog here
  • Major overhaul of Pipelex language syntax and inference configuration system

Added

  • analyze command for analyzing git diffs with custom prompts
  • Migration guide for upgrading to v0.3.0
  • Granular documentation guides: write_pipelex.mdc, python_standards.mdc, run_pipelex.mdc
  • Inference backend configurations for google

Changed

  • Breaking: Overhauled Pipelex language syntax: definitiondescription, llmmodel, prompt_templateprompt, PipeOcrPipeExtract, PipeJinja2PipeCompose
  • Breaking: Revamped inference configuration to structured backend system in .pipelex/inference/
  • Breaking: Renamed CLI flag --ignore-pattern--exclude-pattern
  • Renamed pipelex_libraries directory → pipelines
  • Updated test markers: ocrextract, imggimg_gen
  • Default routing profile changed to pipelex_first

Removed

  • Monolithic rule files (replaced with specific guides)
  • Legacy base_library pipelines (functionality moved to core)
  • init and reinitbaselibrary Makefile commands
  • base_templates.toml (contents integrated into core)