hotfix for #83 #85

Merged
alpha-nerd merged 5 commits from dev-0.9.x into main 2026-05-19 05:58:21 +02:00

5 commits

Author SHA1 Message Date
19d522f671
Merge branch 'main' into dev-0.9.x
All checks were successful
PR Tests / test (pull_request) Successful in 58s
NYX Security Scan / nyx-scan (pull_request) Successful in 7m15s
Resolve conflict in .forgejo/workflows/docker-publish-semantic.yml:
both sides removed the cache-from/cache-to lines; keep this branch's
unique-per-run platform tag from ea8cda7 (related to issue #84).

Picks up dependency bumps from main (click 8.3.3->8.4.0,
idna 3.14->3.15, openai 1.109.1->2.37.0).
2026-05-18 18:53:20 +02:00
539d5f98a2
doc: update on /health and /api/config endpoints
All checks were successful
PR Tests / test (pull_request) Successful in 59s
NYX Security Scan / nyx-scan (pull_request) Successful in 6m52s
2026-05-18 17:03:04 +02:00
ea8cda73d9
fix: use unique-per-run platform tags.
All checks were successful
PR Tests / test (pull_request) Successful in 1m0s
NYX Security Scan / nyx-scan (pull_request) Successful in 6m46s
2026-05-18 16:31:09 +02:00
59b59386ac
fix: futureproof docker builds related to #84 2026-05-18 15:59:52 +02:00
db6aa73903
fix:
All checks were successful
PR Tests / test (pull_request) Successful in 58s
NYX Security Scan / nyx-scan (pull_request) Successful in 6m59s
-  _fetch_loaded_models_internal now writes _loaded_error_cache[endpoint] = time.time() on /api/ps or /v1/models failure, and clears the entry on success
- choose_endpoint now filters out candidates with a fresh (<300s) loaded-models error.
-  /health now probes both /api/version and /api/ps for Ollama endpoints
-  dashboard adaption

relates to #83
2026-05-18 13:45:06 +02:00