This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -493,9 +493,33 @@ const PERSONAS: PersonaBundle[] = [
},
},
{ url: '**/api/settings/probe-model', status: 200, body: { model: null, configured: false, verified: false } },
{ url: '**/api/local-inference/status', status: 200, body: { servers: [], ollamaInstalled: false, totalLocalModels: 0 } },
{
url: '**/api/local-inference/status',
status: 200,
body: {
servers: [],
ollamaInstalled: false,
ollamaRunning: false,
totalLocalModels: 0,
offlineReady: false,
dockerRequired: false,
managedRuntime: {
source: 'waggle-managed',
supported: true,
installed: false,
running: false,
targetVersion: '0.32.0',
version: null,
artifactSizeBytes: 1_503_047_573,
downloadRequired: true,
dockerRequired: false,
},
setupRequired: true,
setupMessage: 'Install the private runtime in Waggle, then download an offline model. Docker and a system Ollama install are not required.',
},
},
],
expected: /No local runtime detected|Install Ollama/i,
expected: /No local runtime yet[\s\S]*Install private runtime/i,
},
{
id: 'mobile-chat-backend-offline',