Skip to content

Commit 6d52f6a

Browse files
committed
Changelog and revert Makefile modification
1 parent b29dc48 commit 6d52f6a

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22

33
## [v0.2.2] - 2025-09-18
44

5+
### Highlights
56
- Bump `pipelex` to `v0.10.2`: See `Pipelex` changelog [here](https://docs.pipelex.com/changelog/)
67

8+
### Added
9+
- Comprehensive inference backend configuration system supporting Anthropic, Azure OpenAI, Bedrock, BlackboxAI, Mistral, Ollama, OpenAI, Perplexity, VertexAI, and XAI
10+
- New model deck system with routing profiles for model-to-backend management
11+
- Support for latest AI models: Claude 4 (sonnet, opus, 4.1-opus), GPT-5 (standard, mini, nano, chat), O3/O4, Grok-3, and Gemini 2.5
12+
- Model aliases system with cost tracking and input/output type specifications
13+
14+
### Changed
15+
- Migrated from LLM deck to model deck system with backend-specific configurations
16+
- Restructured configuration from `cocode/pipelex_libraries` to `.pipelex` directory
17+
- Updated model naming conventions and pipeline configurations
18+
19+
### Removed
20+
- Legacy LLM integrations and individual provider files (anthropic.toml, openai.toml, etc.)
21+
- Old configuration files: plugin_config.toml, preferred_platforms, ocr_handles, llm_external_handles
22+
723
## [v0.2.1] - 2025-09-06
824

925
### Changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ env: check-uv
138138
install: env
139139
$(call PRINT_TITLE,"Installing dependencies")
140140
@. $(VIRTUAL_ENV)/bin/activate && \
141-
uv sync --all-extras --no-cache && \
141+
uv sync --all-extras && \
142142
echo "Installed dependencies in ${VIRTUAL_ENV}";
143143
install-latest: env
144144
$(call PRINT_TITLE,"Installing dependencies with latest versions")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cocode"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Cocode is the friend of your code"
55
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

0 commit comments

Comments
 (0)