()
| 571 | } |
| 572 | |
| 573 | function focusActiveTaskAIChat(): boolean { |
| 574 | if (!activeTask.value) return false |
| 575 | pendingFocusReturn = true |
| 576 | return focusAIChat(activeTask.value.chatKey, activeTask.value.aiChatId) |
| 577 | } |
| 578 | |
| 579 | /** |
| 580 | * 每次 ChatExplorer 挂载时调用。 |
nothing calls this directly
no test coverage detected