Skip to content

Release v2.2.4

Choose a tag to compare

@github-actions github-actions released this 22 Feb 15:09
· 233 commits to main since this release
4920ffd

追加

  • ノード検索機能(Ctrl/Cmd+F) - キャンバス上でノードを名前やタイプで検索し、マッチにナビゲーション。マッチノードはハイライト表示、非マッチは半透明に (#109)
  • ノードの折りたたみ/展開 - シェブロンボタンまたはダブルクリックでノードをコンパクト表示に。接続は維持され、状態はブラウザに保存 (#112)

改善

  • LLMプラグインのエラーハンドリング統一 - OpenAI・Anthropic・Google・Ollamaの4プラグインで共通のエラー分類(接続/レート制限/認証/API)とローカライズされたメッセージを使用 (#106)
  • Anthropic LLMノードのクライアント初期化をsetup()に移動し、execute()毎の再作成を排除

New Features

  • 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()