File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.3.2 (2026-03-02)
5+
6+ ### Bug Fixes
7+
8+ - Rename PyPI package to openadapt-consilium
9+ ([ #6 ] ( https://github.com/OpenAdaptAI/openadapt-consilium/pull/6 ) ,
10+ [ ` 6104726 ` ] ( https://github.com/OpenAdaptAI/openadapt-consilium/commit/61047268fc63070bffc04d8521278b50a9b091d0 ) )
11+
12+ The ` consilium ` name on PyPI is owned by another project. Rename to ` openadapt-consilium ` to match
13+ the repo name. The Python import name remains ` consilium ` (unchanged).
14+
15+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
16+
17+
418## v0.3.1 (2026-03-02)
519
620### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-consilium"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44description = " Multi-LLM council for consensus-driven AI responses"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 2121from consilium .model_registry import get_latest , list_models
2222from consilium .sdk import council_query
2323
24- __version__ = "0.3.1 "
24+ __version__ = "0.3.2 "
2525__all__ = [
2626 "Council" ,
2727 "CouncilResult" ,
You can’t perform that action at this time.
0 commit comments