Warn about confusing agent tool catalogs
Deploy / deploy (push) Successful in 1m34s
CI / Rust Checks (push) Successful in 5m3s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 4m44s

This commit is contained in:
github-ops
2026-06-20 21:09:45 +00:00
parent ce773e6196
commit 7099faad2b
6 changed files with 218 additions and 6 deletions
+11
View File
@@ -316,6 +316,17 @@
<span class="drawer-section-count" x-text="tfKey('agents.drawer.selected', { count: form.selectedOps.length })"></span>
</div>
<div class="drawer-section-sub" x-text="operationsSubText()">Select the MCP tools available to this agent.</div>
<div class="agents-rec-callout" x-show="agentToolFindings.length > 0" style="display:none; margin-bottom: 12px;">
<svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="8" r="7"/><path d="M8 4.5v4M8 11.5v.2"/>
</svg>
<div>
<strong data-i18n="agents.drawer.finding.title">Recommendation</strong>
<template x-for="finding in agentToolFindings" :key="finding">
<div x-text="finding"></div>
</template>
</div>
</div>
<div class="ops-picker">
<!-- Search -->