File tree Expand file tree Collapse file tree
apps/sim/stores/terminal/console Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import { generateId } from '@sim/utils/id'
44import { create } from 'zustand'
55import { devtools } from 'zustand/middleware'
66import { useShallow } from 'zustand/react/shallow'
7- import { redactApiKeys } from '@/lib/core/security/redaction'
8- import { sendMothershipMessage } from '@/lib/mothership/events'
9- import { getQueryClient } from '@/app/_shell/providers/query-provider'
107import type {
118 AgentStreamToolCall ,
129 AgentStreamToolStatus ,
1310} from '@/components/agent-stream/agent-stream-chrome'
11+ import { redactApiKeys } from '@/lib/core/security/redaction'
12+ import { sendMothershipMessage } from '@/lib/mothership/events'
13+ import { getQueryClient } from '@/app/_shell/providers/query-provider'
1414import type { NormalizedBlockOutput } from '@/executor/types'
1515import { type GeneralSettings , generalSettingsKeys } from '@/hooks/queries/general-settings'
1616import { useExecutionStore } from '@/stores/execution'
You can’t perform that action at this time.
0 commit comments