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
Node Search (Ctrl/Cmd+F) - Search nodes on the canvas by name or type with navigation to matches. Matched nodes are highlighted while non-matches are dimmed (#109)
Node Collapse/Expand - Collapse nodes to a compact view via chevron button or double-click. Connections are preserved and state is saved in the browser (#112)
Improvements
Unified LLM error handling - All 4 LLM plugins (OpenAI, Anthropic, Google, Ollama) now use common error classification (connection/rate limit/auth/API) with localized messages (#106)
Moved Anthropic LLM node client initialization to setup(), eliminating re-creation on every execute()