diff --git a/CHANGELOG.md b/CHANGELOG.md index d11f1c3..0999d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -- Upgraded GEPA dependency from `gepa==0.0.22` to `gepa==0.1.4`. - CodeOptiX continues to use GEPA's `InstructionProposalSignature` for reflective - prompt proposals. GEPA 0.1.x renames default template placeholders to - `` and `` (from `` / - ``). Custom `prompt_template` configs must use the - new placeholders. The MinimalGEPAProposer LLM wrapper now accepts both string - prompts and multimodal message lists to match GEPA 0.1.x LanguageModel. ### Deprecated @@ -26,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.1.4] - 2026-09-10 + +### Changed +- Upgraded GEPA dependency from `gepa==0.0.22` to `gepa==0.1.4`. + CodeOptiX continues to use GEPA's `InstructionProposalSignature` for reflective + prompt proposals. GEPA 0.1.x renames default template placeholders to + `` and `` (from `` / + ``). Custom `prompt_template` configs must use the + new placeholders. The MinimalGEPAProposer LLM wrapper now accepts both string + prompts and multimodal message lists to match GEPA 0.1.x LanguageModel. + ## [0.1.3] - 2025-12-27 ### Added diff --git a/pyproject.toml b/pyproject.toml index 3341f06..b3adcc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codeoptix" -version = "0.1.3" +version = "0.1.4" description = "Agentic Code Optimization & Deep Evaluation for Superior Coding Agent Experience. Built by Superagentic AI." readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 07baff2..c15fb9d 100644 --- a/uv.lock +++ b/uv.lock @@ -312,7 +312,7 @@ wheels = [ [[package]] name = "codeoptix" -version = "0.1.3" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "agent-client-protocol" },