You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layout refactor — new sidebar, top bar, session list panel, right panel, detail panel; NavRail navigation for conversations, skills, translate, SSH, settings.
Chat component split — refactored into AssistantMessage, InputArea, MessageItem, MessageList for clearer structure.
Agent store — dedicated Zustand store for agent runtime state: tool calls, sub-agents, streaming, approval flow, run changes, background processes; persisted via IPC storage.
gitignore-utils — Git ignore pattern matching for file operations; supports .gitignore parsing and path exclusion.
SSH handlers — IPC handlers for SSH session lifecycle, shell, SFTP, config groups/connections; integrated with change tracking.
Layout i18n — English and Chinese locale files for sidebar, topbar, command palette, right panel, detail panel, title bar.