{getStatusText()}
{#if connectionStatus === "connected"} {#if workingDirectory}
cwd:
{workingDirectory}
{/if} {:else}
cwd:
...
{/if}
{#if streamerModeActive}
{/if}
(showProfile = true)} class="p-1 text-gray-500 icon-trans-hover shrink-0" title="Profile" >
🏆
{#if progress.unlocked > 0}
{progress.unlocked}
{/if}
(showSessionHistory = true)} class="p-1 text-gray-500 icon-trans-hover" title="Session History" >
(showTodoPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="Todo List" >
(showGitPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="Git Panel" >
(showPluginPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="Plugin Management" >
(showMcpPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="MCP Server Management" >
(showCastPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="Meet the Team" >
(showAgentMonitor = !showAgentMonitor)} class="p-1 text-gray-500 icon-trans-hover relative {showAgentMonitor ? 'text-[var(--trans-pink)]' : ''}" title="Agent Monitor" >
{#if activeAgentCount > 0}
{activeAgentCount}
{/if}
(showStats = !showStats)} class="p-1 text-gray-500 icon-trans-hover {showStats ? 'text-[var(--trans-pink)]' : ''}" title="Usage Stats" >
debugConsoleStore.toggle()} class="p-1 text-gray-500 icon-trans-hover" title="Debug Console (Ctrl+`)" >
openUrl(DONATE_URL)} class="p-1 text-gray-500 icon-trans-hover" title="Support our work" >
(showAbout = true)} class="p-1 text-gray-500 icon-trans-hover" title="About Hikari Desktop" >
(showKeyboardShortcuts = true)} class="p-1 text-gray-500 icon-trans-hover" title="Keyboard Shortcuts" >
(showHelp = true)} class="p-1 text-gray-500 icon-trans-hover" title="Help" >
openUrl(DISCORD_URL)} class="p-1 text-gray-500 icon-trans-hover" title="Join our Discord" >
{#if appVersion}
v{appVersion}
{/if} {#if showStats}
{/if} {#if connectionStatus === "connected"}
Disconnect
{:else}
{isConnecting ? "Connecting..." : "Connect"}
{/if}
{#if showStats}
(showStats = false)}>
{/if} {#if showAbout}
(showAbout = false)} /> {/if} {#if showHelp}
(showHelp = false)} /> {/if} {#if showKeyboardShortcuts}
(showKeyboardShortcuts = false)} /> {/if} {#if showSessionHistory}
(showSessionHistory = false)} /> {/if} {#if showTodoPanel}
(showTodoPanel = false)} /> {/if} {#if showGitPanel}
(showGitPanel = false)} /> {/if} {#if showProfile}
(showProfile = false)} /> {/if} {#if showAgentMonitor}
(showAgentMonitor = false)} /> {/if} {#if showCastPanel}
(showCastPanel = false)} /> {/if} {#if showPluginPanel}
(showPluginPanel = false)} /> {/if} {#if showMcpPanel}
(showMcpPanel = false)} /> {/if} {#if showWorkspaceTrust && pendingHookInfo}
{/if}