Skip to content

Commit 73729dd

Browse files
leifericfclaude
andcommitted
chore(release): bump version to 0.12.0
Cuts the LLM-config simplification (Unreleased breaking changes) into 0.12.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 25db362 commit 73729dd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.md

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

33
## Unreleased
44

5+
## 0.12.0
6+
57
### BREAKING CHANGES
68

79
- **LLM configuration collapsed to two env vars (plus one optional)** — Noumenon used to carry a multi-provider router: an EDN-encoded provider map (`NOUMENON_LLM_PROVIDERS_EDN`), a default-provider selector (`NOUMENON_DEFAULT_PROVIDER`), per-provider env keys (`NOUMENON_ZAI_TOKEN`, `ANTHROPIC_API_KEY`), a runtime-mode toggle (`NOUMENON_RUNTIME_MODE`), an HTTPS allowlist (`NOUMENON_LLM_BASE_URL_ALLOWLIST_EDN`), model aliases (`sonnet`/`haiku`/`opus`), a `--provider` flag on every LLM-touching subcommand, `llm-providers`/`llm-models` CLI subcommands, and matching `noumenon_llm_providers`/`noumenon_llm_models` MCP tools. All of that is gone.

resources/version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.11.1"}
1+
{:version "0.12.0"}

0 commit comments

Comments
 (0)