Changes, bugfixes and updates to the matrix. Added 1.2v batteries

This commit is contained in:
2026-04-13 12:45:50 +02:00
parent beef23d48e
commit 7b140d4079
10 changed files with 179 additions and 62 deletions

View File

@@ -109,7 +109,7 @@
<section>
<h2 class="settings-section-title">Runtime Limits</h2>
<p style="font-size:12px;color:var(--text-dim);margin-bottom:16px">
Override the defaults from <code>.env</code>. Changes take effect immediately — no restart needed.
Changes take effect immediately — no restart needed.
Individual agents can further override <em>Max tool calls</em> on their own settings page.
</p>
<form id="limits-form" style="display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;max-width:680px">
@@ -250,6 +250,19 @@
</div>
</section>
<!-- Default Provider -->
<section style="margin-bottom:32px">
<h2 class="settings-section-title">Default Provider</h2>
<p style="font-size:12px;color:var(--text-dim);margin-bottom:16px">
The AI provider used when no provider prefix is specified in a model string.
Changes take effect immediately — no restart needed.
</p>
<div style="display:flex;gap:8px;align-items:center;max-width:400px">
<select id="default-provider-select" class="form-input" style="flex:1"></select>
<button class="btn btn-primary" onclick="saveDefaultProvider()">Save</button>
</div>
</section>
<!-- Provider API Keys (admin) -->
<section style="margin-bottom:32px">
<h2 class="settings-section-title">Provider API Keys</h2>