Skip to content

Commit 5983845

Browse files
committed
docs(changelog): add provider model discovery and defaults updates
1 parent 23086a9 commit 5983845

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22

33
## Unreleased
44

5+
### New
6+
7+
- **Provider/model catalog commands** — Added `noum llm-providers` and `noum llm-models` for discovering configured providers, provider defaults, and available models.
8+
- **MCP provider/model catalog tools** — Added `noumenon_llm_providers` and `noumenon_llm_models` with help/schema metadata so agents can inspect defaults and model availability without reading config files.
9+
10+
### Changed
11+
12+
- **Provider default selection** — Noumenon now resolves one global default provider via `NOUMENON_DEFAULT_PROVIDER`, then `:default-provider` in `NOUMENON_LLM_PROVIDERS_EDN`, then built-in fallback.
13+
- **Provider model policy** — Each provider can declare `:models` plus a single `:default-model`; model selection now resolves per-provider defaults when `--model` is omitted.
14+
- **Dynamic model discovery**`llm-models`/`noumenon_llm_models` prefer provider API discovery (`:models-path`, with known defaults) and fall back to configured `:models` when discovery is unavailable.
15+
516
## 0.6.0
617

718
### New
819

9-
- **Provider-agnostic LLM config** — Added `NOUMENON_LLM_PROVIDERS_EDN` support for API providers, allowing per-provider `:base-url` and `:api-key` configuration (for example: `:glm`, `:claude-api`, gateway-backed providers like `:tencent`) through one canonical EDN map.
20+
- **Provider-agnostic LLM config** — Added `NOUMENON_LLM_PROVIDERS_EDN` support for API providers, allowing per-provider `:base-url` and `:api-key` configuration (for example: `:glm`, `:claude-api`, gateway-backed providers) through one canonical EDN map.
1021

1122
### Changed
1223

0 commit comments

Comments
 (0)