We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf7142 commit f5d52beCopy full SHA for f5d52be
cli/src/index.tsx
@@ -10,7 +10,6 @@ import { Command } from 'commander'
10
import React from 'react'
11
12
import { App } from './app'
13
-import './state/theme-store' // Initialize theme store and watchers
14
import { getUserCredentials } from './utils/auth'
15
import { loadAgentDefinitions } from './utils/load-agent-definitions'
16
import { getLoadedAgentsData } from './utils/local-agent-registry'
@@ -72,6 +71,8 @@ function parseArgs(): ParsedArgs {
72
71
73
const { initialPrompt, agent, clearLogs } = parseArgs()
74
+import './state/theme-store' // Initialize theme store and watchers
75
+
76
if (clearLogs) {
77
clearLogFile()
78
}
0 commit comments