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(agent): Hermes Agent joins the workbench. Hermes (from Nous Research) is now a first-class agent alongside Claude Code, Codex, OpenCode, Gemini, OpenClaw and Cline. A guided setup in Settings walks you through choosing a model provider and entering your key — with a linked editor for the key and the Hermes config — and codeg provisions the Python toolchain for you on first launch. Hermes works with more than 30 providers out of the box (OpenRouter, OpenAI-compatible endpoints, Anthropic, Google AI Studio, DeepSeek, xAI Grok, Z.AI / GLM, MiniMax, Kimi / Moonshot, Qwen, GitHub Copilot, Ollama Cloud, Nous Portal, and more), including your own custom OpenAI-compatible endpoint. It also supports MCP servers — so codeg's multi-agent delegation and your own MCP tools are available — and loads your existing Hermes conversation history into the sidebar.
feat(chat): Questions you've answered now stay in the conversation. Building on the ask-a-question card from 0.15.3, an answered question is kept as a dedicated card in the message stream, mirroring the live card's layout with your chosen options shown as selected. The record stays collapsed by default to keep the transcript tidy, and expands whenever you want to revisit what was asked and what you picked.
feat(chat): Agent plans now render as an inline card. When an agent shares or updates a plan, it appears as a dedicated card right in the conversation instead of only behind the corner chip. Long plans cap their height and scroll, so a large checklist never takes over the view.
feat(chat): Live feedback checks read as a tidy capsule. When an agent picks up the notes you've left through Live feedback, the result now shows as a collapsed capsule that summarizes how many notes arrived and previews the first one, expanding to the full list with locale-aware send times. Routine checks that found nothing new — and checks still in flight — are hidden so they don't clutter the transcript.
chore(registry): Bundled Claude Code updated to 0.43.0.
style(chat): The composer toolbar controls are more compact.