bc60f9254b
- Hero 'Leitung 1' zeigte 'Lanes chat / coding', alle Snippets nutzen aber die ECHTEN Modelle (Verdikt 09.07.: IDE-Welt = coder/heavy/vision, kein Lane-Routing) -> Zeile zeigt jetzt die Modelle; Fusstext erklaert die Lanes als Zusatz - Kilo-Note entwirrt: 'Ask/Debug -> Lane chat' als virtuelles Modell benannt - Anleitung Par.10 (IDE-Tools) auf dieselbe Story (coder/heavy/vision statt chat/coding) - connect.py: stale '_gw'-Kommentar (MC2 serviert /v1 selbst) auf UMBAU-v3-Stand; check_health nutzt HERMES_BUILTIN_UI_UPSTREAM statt hartem 127.0.0.1:9119 Live geprueft vor dem Fix: Lanes chat/coding/auto funktionieren (200), stehen aber nicht in /v1/models; /v1/messages weiterhin 404 (Claude-Code-Hinweis korrekt); hermes-ui 200 + Token-Datei existiert (Anleitung stimmt). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
17 lines
589 B
HTML
17 lines
589 B
HTML
<!doctype html>
|
|
<html lang="de" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#0d1117" />
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<title>Mission Control 2.0</title>
|
|
<script type="module" crossorigin src="/assets/index-D94Dzyvg.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-BH760w1h.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|