Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 13 Nov 15:28
· 4 commits to main since this release
dc36708

[v0.6.1] - 2025-11-13

Added

  • Groq inference backend with configuration for Meta Llama 3.1/3.3/4, Llama Guard, OpenAI GPT-OSS, Groq compound models, Moonshot, and Qwen models via .pipelex/inference/backends/groq.toml

Changed

  • Centralized exception handling by moving PythonProcessingError, RepoxException, and NoDifferencesFound to cocode/exceptions.py
  • Upgraded dependencies: pipelex to 0.15.4, pytest to 9.0.1
  • Improved test configuration with pre-flight initialization check