mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
fix(desktop): remove unused imports from gateway-event.ts
Per hermes-sweeper review on PR #67005: - Remove `broadcastSessionsChanged` import (unused) - Remove `setSessionTodos` import (unused) - Keep `clearActiveSessionTodos` and other active imports No behavioral change, just dead code removal.
This commit is contained in:
parent
8a32426300
commit
14c754cda4
1 changed files with 0 additions and 2 deletions
|
|
@ -47,10 +47,8 @@ import {
|
|||
setTurnStartedAt,
|
||||
setYoloActive
|
||||
} from '@/store/session'
|
||||
import { broadcastSessionsChanged } from '@/store/session-sync'
|
||||
import { clearActiveSessionTodos } from '@/store/todos'
|
||||
import { clearSessionSubagents, pruneDelegateFallbackSubagents, pruneFinishedSessionSubagents, upsertSubagent } from '@/store/subagents'
|
||||
import { setSessionTodos } from '@/store/todos'
|
||||
import { recordToolDiff } from '@/store/tool-diffs'
|
||||
import { reportInstallMethodWarning } from '@/store/updates'
|
||||
import { notifyWorkspaceChanged, toolChangedPath, toolMayMutateFiles } from '@/store/workspace-events'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue