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
feat(sidebar): A reworked sidebar with a fixed New chat / Search bar (with shortcut hints) and a dedicated collapsible "Pinned" section up top. Hover any conversation for quick pin/unpin and mark-done actions, and your pins and collapsed state are now remembered between sessions.
feat(chat): The message thread is now keyboard-scrollable — click into a transcript and use Arrow keys, PageUp/PageDown, Home/End and Space, just like the conversation list.
feat(channels): When an agent asks you a question, that prompt is now pushed to your IM channels and webhooks. On by default, never debounced, and localized across all 10 languages.
feat(hermes): A smoother Hermes setup — uv runtime install is now its own streamed step with an "Install uv" preflight action, and every uvx call pins Python 3.13 to avoid install failures on newer Python.
fix(update): In-place server upgrades no longer fail on Docker's overlayfs; the web-asset swap now falls back to a copy when a directory rename is rejected.