mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
chore(tui): clean live progress lint
This commit is contained in:
parent
f6846205cc
commit
a30db69dd5
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import { useEffect, useRef } from 'react'
|
|||
|
||||
import { LONG_RUN_CHARMS } from '../content/charms.js'
|
||||
import { pick, toolTrailLabel } from '../lib/text.js'
|
||||
import type { ActiveTool } from '../types.js'
|
||||
|
||||
import { turnController } from './turnController.js'
|
||||
import { useTurnSelector } from './turnStore.js'
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ export function useMainApp(gw: GatewayClient) {
|
|||
|
||||
const ui = useStore($uiState)
|
||||
const overlay = useStore($overlayState)
|
||||
|
||||
const turnLiveTailActive = useTurnSelector(state =>
|
||||
Boolean(
|
||||
state.streaming ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue