You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-39Lines changed: 26 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,52 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
-
## [Unreleased] - v2.0 (develop branch)
10
+
## [2.0.0] - 2026-02-09
11
+
12
+
### Breaking Changes
13
+
-**Cloud LLM providers removed** — Anthropic, OpenAI, Mistral (cloud), and DeepSeek providers have been deleted. QuantCoder now runs exclusively on local models via Ollama.
14
+
-**No API keys required** — `load_api_key()` and `save_api_key()` are now no-ops. The CLI no longer prompts for API keys on startup.
-**LLMFactory API changed** — Now uses task-based routing: `LLMFactory.create(task="coding")` instead of `LLMFactory.create("anthropic", api_key="...")`.
17
+
-**Dependencies removed** — `openai`, `anthropic`, `mistralai` packages no longer required.
11
18
12
19
### Added
20
+
-**Ollama-only local inference** — All LLM calls route through Ollama
21
+
-`qwen2.5-coder:32b` for code generation, refinement, error fixing
22
+
-`mistral` for reasoning, summarization, chat
23
+
-**Task-based model routing** — `LLMFactory.create(task=...)` automatically selects the right model
0 commit comments