Skip to content

fix: preserve Ollama status diagnostics (#6702) - #6705

Merged
atomantic merged 3 commits into
mainfrom
claim/issue-6702
Sep 9, 2026
Merged

fix: preserve Ollama status diagnostics (#6702)#6705
atomantic merged 3 commits into
mainfrom
claim/issue-6702

Conversation

@atomantic

@atomantic atomantic commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • preserve Ollama runtime, applied, and minimum context-window diagnostics in the public local-LLM status response
  • expose Ollama model-list failures separately from a successful empty model list
  • cover the public service boundary for populated and null runtime contexts and failed-versus-empty model discovery

Test plan

  • cd server && npm test -- localLlm.test.js (136 tests)
  • cd client && npm test -- LocalLlmRuntimesView.test.jsx LocalLlmLibraryView.test.jsx (64 tests)
  • cd client && npm run lint

Closes #6702

@atomantic
atomantic merged commit 0519d84 into main Sep 9, 2026
7 checks passed
@atomantic
atomantic deleted the claim/issue-6702 branch September 9, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[structural-drift-ollama-status-diagnostics] Preserve Ollama diagnostics in the public status response

1 participant