@wendongfly/myhi 1.0.72 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -677,7 +677,7 @@
677
677
  // ── Presets ───────────────────────────────────────────────────
678
678
  const PRESETS = [
679
679
  // Agent 模式(使用 Claude SDK)
680
- { icon: '🤖', label: 'Claude', title: 'claude', type: 'agent', cmd: 'claude', permissionMode: 'default' },
680
+ { icon: '🛡️', label: '交互审批', title: 'claude', type: 'agent', cmd: 'claude', permissionMode: 'default' },
681
681
  { icon: '✏️', label: '自动编辑', title: 'claude', type: 'agent', cmd: 'claude --permission-mode acceptEdits', permissionMode: 'acceptEdits' },
682
682
  { icon: '📋', label: '计划模式', title: 'claude', type: 'agent', cmd: 'claude --permission-mode plan', permissionMode: 'plan' },
683
683
  { icon: '⚡', label: '跳过权限', title: 'claude', type: 'agent', cmd: 'claude --dangerously-skip-permissions', permissionMode: 'bypassPermissions' },