feat(agent): add explicit active-turn steering

This commit is contained in:
AaronZ345
2026-07-19 16:03:07 +08:00
parent 0c76d851cb
commit c4e5d11da9
21 changed files with 753 additions and 5 deletions

View File

@@ -485,6 +485,20 @@
<i class="fas fa-microphone text-sm"></i>
</button>
</div>
<button id="steer-btn"
class="hidden flex-shrink-0 w-10 h-10 items-center justify-center rounded-lg
border border-primary-300 dark:border-primary-700
text-primary-500 hover:bg-primary-50 dark:hover:bg-primary-900/20
disabled:text-slate-300 dark:disabled:text-slate-600
disabled:border-slate-200 dark:disabled:border-slate-700
disabled:cursor-not-allowed cursor-pointer transition-colors duration-150"
type="button"
data-i18n-title="steer_active"
data-i18n-aria-label="steer_active"
aria-label="引导当前任务"
title="引导当前任务">
<i class="fas fa-arrow-turn-up text-sm"></i>
</button>
<button id="send-btn"
class="flex-shrink-0 w-10 h-10 flex items-center justify-center rounded-lg
bg-primary-400 text-white hover:bg-primary-500