Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`<curr_param>` and `<side_info>` (from `<curr_instructions>` /
`<inputs_outputs_feedback>`). 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

Expand All @@ -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
`<curr_param>` and `<side_info>` (from `<curr_instructions>` /
`<inputs_outputs_feedback>`). 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading