Skip to content

Latest commit

 

History

History
1108 lines (606 loc) · 79.4 KB

File metadata and controls

1108 lines (606 loc) · 79.4 KB

3.30.4 (2026-03-23)

Bug Fixes

  • unify canvas toolbar toggle button sizes to 34x34px (#681) (77bee7c)

3.30.3 (2026-03-23)

Bug Fixes

  • canvas toolbar toggles getting stuck open on rapid hover (#679) (7b42494)

Improvements

  • add minimap 3-state display mode with scroll auto-show (#677) (fb26d73)
  • add PulseMCP discovery link to MCP server selection (#674) (e6f2b6c)
  • add SkillsMP discovery link to Skill Browser dialog (#675) (7638fdf)
  • add sub-agent discovery link to Sub-Agent Creation dialog (#676) (3523da8)
  • increase max node limit to 100 with user-configurable setting (#678) (e4318db)

3.30.2 (2026-03-22)

Bug Fixes

  • rename MCP tool list_available_commands to list_available_agents (#668) (e99e624)

Improvements

  • add Classic/Freehand scroll mode toggle to canvas (#669) (5a5e326)
  • compact hover-expand UX for canvas toolbar toggles (#672) (73b40c9)

3.30.1 (2026-03-20)

Bug Fixes

  • preserve hyphens in Mermaid node IDs and unify End node prefix (#666) (1e1f890)

3.30.0 (2026-03-19)

Features

  • add group node highlight toggle, MCP improvements, and bug fixes (#661) (5158e37)

Bug Fixes

  • detect Cursor editor via appName instead of extension ID (#662) (ffbb163)
  • support plugin agents in workflow detection and export (#651) (#663) (3aa2023)

3.29.2 (2026-03-17)

Bug Fixes

  • add GroupNode/CodexNode and icons to diff preview (#658) (75ba2bb)
  • support plugin skills in workflow detection and export (#651) (#659) (68d7aec)

3.29.1 (2026-03-17)

Improvements

  • add lucide-react icons to node palette and canvas nodes (#654) (cc6abcf)
  • allow dragging nodes out of group nodes (#656) (28682b3)

3.29.0 (2026-03-17)

Features

  • add Group Node for visual node grouping (#652) (5186aa4)

3.28.1 (2026-03-17)

Improvements

  • add edge animation on node/edge selection (#649) (3355db5)

3.28.0 (2026-03-16)

Features

  • add Sub-Agent creation dialog with deferred file creation (#646) (f6d8b9f)

3.27.1 (2026-03-10)

Bug Fixes

  • replace regex changelog parser with marked lexer (#642) (3d322e8)

3.27.0 (2026-03-10)

Features

  • add Claude API skill upload, test, and sample code generation (#635) (71c48b4), closes #626 #405
  • add What's New dialog with unread release badge (#637) (9a6f568)

3.26.3 (2026-03-09)

Bug Fixes

  • pass configured headers to HTTP MCP transport and add token management UI (#632) (a6b6fe9)

3.26.2 (2026-03-01)

Bug Fixes

  • add DNS rebinding protection to MCP server (#624) (14e9b41)

3.26.1 (2026-02-28)

Bug Fixes

  • add category to Snyk SARIF upload for consistent PR checks (#612) (5224e1c)

Improvements

  • change MCP node default mode to aiToolSelection in schema (#611) (1bc81e2)
  • clarify MCP node schema definitions (#615) (36f5998)
  • simplify MCP node creation wizard from 7 to 4 steps (#613) (e17ad5f)

3.26.0 (2026-02-24)

Features

3.25.0 (2026-02-21)

Features

  • add Antigravity (Google VSCode fork) provider support (#602) (08c2100)

3.24.1 (2026-02-21)

Improvements

  • move AI agent toggles into submenu and prevent menu auto-close (#598) (5032b9d)
  • rename Codex to Codex CLI in UI labels (#600) (34df72e)
  • split Copilot toggle into Copilot Chat and Copilot CLI (#597) (3f9fe0e)

3.24.0 (2026-02-20)

Features

  • move reviewBeforeApply setting to UI toggle in McpServerSection (#595) (a1efbd3)

3.23.1 (2026-02-19)

Bug Fixes

  • remove basic schema variant and unify to full schema (#592) (694817f)

3.23.0 (2026-02-19)

Features

  • add SubAgent compatibility checks and remove Beta labels (#589) (7abf087)

3.22.2 (2026-02-18)

Improvements

  • add Roo Code MCP server detection for tool nodes (#587) (cca11fe)

3.22.1 (2026-02-18)

Bug Fixes

  • escape Mermaid-special characters in node labels (#579) (fced314)
  • support HTTP transport for MCP tool nodes (#581) (cebcd21)

Improvements

  • remove redundant validate_workflow MCP tool (#580) (8683434)

3.22.0 (2026-02-16)

Features

Bug Fixes

  • clarify connection constraints for parallel execution support (#568) (8f9d58f), closes #564

Improvements

  • enhance workflow schema for AI editing quality (#559) (1a53ccc)

3.21.0 (2026-02-08)

Features

  • add built-in MCP server for external AI agent integration (#550) (0e34d0a)

3.20.0 (2026-02-07)

Features

  • add Roo Code skills integration (export & run) (#543) (913eba0)

Improvements

  • add persistent memory setting to SubAgent and SubAgentFlow nodes (#541) (b48acd7)
  • add Roo Code skills detection and documentation (#545) (5db6252)
  • simplify Skill node description in exported MD files (#547) (3fc1f6c)

3.19.2 (2026-02-06)

Bug Fixes

  • replace DeepWiki SVG badge with shields.io badge (#537) (8cccf77)
  • replace inline SVG icons with PNG in README for vsce compatibility (#538) (16b0f97)

Improvements

  • add executionMode to Skill nodes (load/execute) (#533) (590d832)

Documentation

3.19.1 (2026-01-31)

Bug Fixes

3.19.0 (2026-01-31)

Features

3.18.2 (2026-01-29)

Bug Fixes

  • add CLI-aware skill normalization to skip native directories (#512) (0c49d94)
  • add MCP server detection for Copilot CLI and Codex CLI (#509) (#510) (ef31649)
  • add skills detection for Copilot/Codex with grouped UI (#508) (ab89f69), closes #507
  • remove Codex project trust workaround (#513) (c5a9c45), closes #495
  • resolve skill source path correctly for all scopes (#514) (8caf97e)
  • show AI provider badge for user scope skills (#515) (760d411)

Documentation

  • add AI coding tools configuration reference (#505) (f3bd005)

3.18.1 (2026-01-24)

Bug Fixes

  • use provider-specific translation keys for AI edit messages (#504) (581ce5c)

Improvements

  • add Codex CLI as AI provider for workflow refinement (#502) (0f8c654)

3.18.0 (2026-01-24)

Features

Improvements

3.17.0 (2026-01-22)

Features

Bug Fixes

  • add ~/.mcp.json support to MCP config reader (#488) (9ef0abf), closes #484
  • display dynamic provider name in refinement chat initial message (#476) (1e19be6)
  • hide CLAUDE.md tip in Edit with AI when using Copilot (#480) (f041493)
  • YAML escaping and Copilot tools export improvements (#485) (dbcda41)

Improvements

  • clarify Copilot uses VSCode Language Model API (#482) (c9e7e2f)
  • remove Slack import/export demo from README (#483) (1c647c2)

3.16.1 (2026-01-20)

Bug Fixes

  • show correct error messages for Copilot and Claude Code CLI unavailability (#473) (7e7f94c), closes #471

3.16.0 (2026-01-19)

Features

  • add Copilot support for AI workflow editing (#469) (e655136)

3.15.3 (2026-01-17)

Bug Fixes

  • normalize CRLF line endings for Windows compatibility (#464) (d2e1c5f), closes #463
  • use VSCode default terminal to find Claude CLI on Windows (#465) (dfa435b)

3.15.2 (2026-01-16)

Improvements

  • add Copilot execution mode selection and consolidate prompt generation (#461) (0447683)

3.15.1 (2026-01-15)

Improvements

  • add MCP config auto-sync for Copilot export (#457) (f989c66)

3.15.0 (2026-01-14)

Features

  • add GitHub Copilot export integration (Beta) (#454) (5d71afe)

3.14.6 (2026-01-13)

Bug Fixes

  • load argumentHint from JSON when opening workflow (#451) (2965de1)

3.14.5 (2026-01-13)

Improvements

  • add argument-hint configuration to SlashCommandOptions (#449) (df71af7)

3.14.4 (2026-01-13)

Improvements

  • stabilize AI editing flow with explicit process diagram (#446) (633aec9)

3.14.3 (2026-01-13)

Bug Fixes

  • ensure consistent left-side submenu positioning (#434) (0679f7d), closes #433

Improvements

  • add disable-model-invocation configuration UI for Slash Command export (#443) (8eac0a0)
  • reorganize SlashCommandOptions dropdown and add help link (#444) (d39a702)

3.14.2 (2026-01-12)

Improvements

  • add allowed-tools configuration UI for Slash Command export (#431) (0add0c3)

3.14.1 (2026-01-11)

Improvements

  • add hooks configuration UI for Slash Command export (#427) (a20257a)

3.14.0 (2026-01-10)

Features

  • add context: fork option for Slash Command export (#420) (1d860eb)
  • add model option to Slash Command export settings (#421) (b1adf52)

Bug Fixes

  • change contextFork boolean to context string for extensibility (#422) (732880a)
  • disable SubAgentFlow submit button when name validation fails (#417) (#418) (2edb07d)
  • enforce lowercase-only workflow and SubAgentFlow names (#415) (#416) (ccc0cda)

3.13.1 (2026-01-09)

Improvements

  • add session reconnection warning dialog for AI refinement (#410) (c19aa3c)

3.13.0 (2026-01-09)

Features

  • add session continuation support for AI refinement (#408) (4dd8812), closes #407

3.12.10 (2026-01-08)

Bug Fixes

  • migrate all custom dialogs to Radix UI (#403) (29987b9)

3.12.9 (2026-01-07)

Bug Fixes

  • resolve ConfirmDialog z-index issue in SubAgentFlowDialog (#399) (637c2fc)
  • use WEBVIEW_READY message instead of setTimeout (#398) (f72f4b2)

Improvements

  • add resizable width to AI editing panel (#397) (14918d2)

3.12.8 (2026-01-06)

Bug Fixes

  • handle multiple JSON blocks in AI response parsing (#393) (29c01bf)

Improvements

  • add node name constraint to AI refinement prompts (#394) (055d254)
  • auto-focus canvas on newly added nodes (#392) (7c1856c)

3.12.7 (2026-01-06)

Bug Fixes

  • sync activeWorkflow with canvas changes for AI refinement (#390) (08947d7), closes #388
  • sync conversation history to workflow-store on every change (#387) (d1cf8a4), closes #384

3.12.6 (2026-01-06)

Bug Fixes

  • apply CLI path detection to MCP CLI service (#381) (2aabfee)

Improvements

  • add server name filter to MCP server list (#380) (348e6b3)
  • move skill filter above tabs for cross-tab filtering (#379) (d1da015)

3.12.5 (2026-01-05)

Bug Fixes

  • detect Claude CLI in known installation paths (#376) (b2754b5), closes #375

3.12.4 (2026-01-05)

Bug Fixes

  • add z-index to Radix UI dialogs for proper stacking (#372) (b4060a5)
  • close property dialog when node is deleted (#371) (8abbc9f)

Improvements

  • pass validation errors to AI on refinement retry (#373) (bef0c0f)

3.12.3 (2026-01-05)

Bug Fixes

  • skills not detected on Windows due to CRLF line endings (#369) (f453576), closes #361

3.12.2 (2026-01-04)

Bug Fixes

  • plugin-installed skills not appearing in Skill Browser (#365) (c169362)

3.12.1 (2026-01-04)

Improvements

  • add on-canvas description panel for workflow editing (#360) (ee9fa11)

3.12.0 (2026-01-03)

Features

  • add workflow preview with CustomTextEditorProvider (#357) (adc3081)

3.11.3 (2026-01-02)

Bug Fixes

  • rename Convert button to Export in toolbar (#355) (86ff1e3)

3.11.2 (2026-01-02)

Bug Fixes

  • treat non-JSON AI response as clarification message (#352) (9833905)
  • use claude CLI directly with npx fallback (#353) (83fb827)

3.11.1 (2026-01-01)

Bug Fixes

  • use cross-platform path separator for agent file detection (#348) (49479cd), closes #345
  • use workspace .vscode/ for editor temp files on Windows (#349) (00c13a4)

Improvements

  • remove unnecessary info message from editor (#347) (2f65423)

3.11.0 (2026-01-01)

Features

  • add Edit in VSCode Editor functionality (#341) (e61bc51)

3.10.2 (2025-12-30)

Improvements

  • remove edge deletion confirmation dialog (#336) (b375974)

3.10.1 (2025-12-30)

Improvements

3.10.0 (2025-12-29)

Features

  • add Focus Mode for compact UI display (#328) (16d03ca)

Documentation

  • add Star History chart and badges to README (#327) (e8c45bb)
  • update hero image with new workflow screenshot (#325) (81255b8)
  • update README demo GIFs with Edit with AI and Run Workflow demos (#326) (128e0be)

3.10.0 (2025-12-29)

Features

  • add Focus Mode for compact UI display (#328) (16d03ca)

Documentation

  • add Star History chart and badges to README (#327) (e8c45bb)
  • update hero image with new workflow screenshot (#325) (81255b8)
  • update README demo GIFs with Edit with AI and Run Workflow demos (#326) (128e0be)

3.9.1 (2025-12-23)

Bug Fixes

  • isolate panel state between SubAgentFlowDialog and main canvas (#323) (a1c9d7e)
  • resolve dialog z-index stacking issue in SubAgentFlowDialog (#322) (7eb6b0c)
  • resolve gap between node palette and canvas in compact mode (#311) (8d6ec52)

Improvements

  • fix tour Load button focus and add Run step (#312) (9ac27ab)
  • refine AI editing panel layout with overlay separation (#321) (9c30e4e)

3.9.0 (2025-12-22)

Features

  • add Run as Slash Command feature with toolbar UI improvements (#309) (c7526a3)

3.8.5 (2025-12-22)

Bug Fixes

  • remove BM25 codebase indexing feature (#303) (7a5878d)
  • remove unused timeout setting and enable proper AI cancellation (#305) (666a231)

Improvements

  • prevent dropdown menu from closing on settings selection (#304) (544cc42)

3.8.4 (2025-12-20)

Improvements

  • add tool execution loading animation in AI chat (#298) (5615efe)
  • AI editing chat enhancements with allowed tools UI and strict tool restrictions (#299) (d72f241)
  • implement TOON format for AI prompts to reduce token consumption (#297) (64fe228)

3.8.3 (2025-12-19)

Bug Fixes

  • clear conversation history and sub-agent flows on workflow reset (#295) (751a479)

Improvements

  • use Haiku model for AI naming and description generation (#294) (1314fdc)

3.8.2 (2025-12-18)

Improvements

3.8.1 (2025-12-17)

Bug Fixes

  • dialog positioning broken by NodePalette transform (#290) (b1adb8f)
  • improve JSON parsing to handle nested markdown code blocks (#289) (d0ca208)

3.8.0 (2025-12-17)

Features

  • structured JSON response format for AI refinement (#287) (d16f74e)

3.7.4 (2025-12-16)

Improvements

  • add collapsible NodePalette and persist minimap state (#285) (476760a)

3.7.3 (2025-12-16)

Improvements

  • consolidate toolbar actions into More dropdown menu (#283) (3b54082)

3.7.2 (2025-12-15)

Improvements

  • consolidate AI refinement settings into dropdown menu (#272) (faee579)

3.7.1 (2025-12-14)

Improvements

  • add Toggle component and enhance CodebaseSettingsDialog UX (#270) (da9dcc4)
  • remove excessive emojis from CodebaseSettingsDialog (#268) (69b3a32)

3.7.0 (2025-12-13)

Features

  • add local codebase indexing with BM25 full-text search (#265) (#266) (a0fa749)

3.6.1 (2025-12-13)

Improvements

  • add model, tools, and color settings to SubAgentFlow nodes (#262) (0010dca)
  • reduce MiniMap vertical margin (#263) (6ce42f5)

3.6.0 (2025-12-12)

Features

  • add TOON schema format for AI prompt optimization (#260) (5c99416)

3.5.6 (2025-12-12)

Bug Fixes

  • include SubAgentFlows in Slack workflow export (#255) (38e11e0)

Improvements

  • add minimap visibility toggle with container UI (#257) (6eaf579)

3.5.5 (2025-12-11)

Bug Fixes

  • enable keyboard copy-paste in flow name editing fields (#253) (0173783)

3.5.4 (2025-12-11)

Bug Fixes

  • auto-generate SubAgentFlow definitions for AI-created nodes (#251) (4ae3c43)

3.5.3 (2025-12-10)

Bug Fixes

  • preserve SubAgentFlow references when opening AI edit dialog (#248) (443aa1a)
  • prevent SubAgentFlow canvas overwrite when opening AI edit dialog (#249) (f6835a8)

3.5.2 (2025-12-10)

Improvements

  • add ellipsis truncation for workflow name fields (#246) (3ff63d6)

3.5.1 (2025-12-09)

Improvements

  • replace workflow dropdown with OS file picker (#244) (276377c)

3.5.0 (2025-12-09)

Features

  • add AI editing functionality to SubAgentFlow dialog (#242) (16bf7d5)

3.4.1 (2025-12-08)

Bug Fixes

  • hide unsupported nodes in SubAgentFlow edit mode (#230) (e595d37)
  • update SubAgentFlow name on canvas after editing (#233) (2419d7c)

Improvements

  • add AI name generation to SubAgentFlow dialog (#232) (0059d03)

3.4.0 (2025-12-07)

Features

3.3.0 (2025-12-06)

Features

  • add close button to PropertyPanel with tour highlight fix (#226) (0004663)
  • add workflow reset button to toolbar (#225) (2b8fb54)

3.2.4 (2025-12-06)

Bug Fixes

  • add responsive design to NodePalette (#223) (39432af)

3.2.3 (2025-12-05)

Bug Fixes

  • add responsive layout for toolbar and canvas elements (#221) (e3ce419)

3.2.2 (2025-12-04)

Bug Fixes

  • add responsive design to RefinementChatPanel (#219) (82f1949)

3.2.1 (2025-12-04)

Bug Fixes

  • remove redundant 'Node' suffix from property panel node type labels (#217) (4e23854)

3.2.0 (2025-12-03)

Features

  • add AI-assisted workflow name generation (#215) (de76472)

3.1.0 (2025-12-03)

Features

  • add AI-assisted description generation for Slack sharing (#212) (f41908d)

Code Refactoring

  • clean up unused scope validation methods in SlackTokenManager (#210) (5c4c188), closes #172

3.0.0 (2025-12-02)

⚠ BREAKING CHANGES

  • License changed from MIT to AGPL-3.0-or-later

Miscellaneous Chores

2.17.4 (2025-12-02)

Bug Fixes

  • display User Token Scopes as list with permission reasons (#202) (90284d1)

2.17.3 (2025-12-01)

Bug Fixes

  • remove Author display and users:read scope from Slack sharing (#187) (17aaa83)
  • remove Bot Token required check from manual connection (#189) (18c00d7)
  • update Slack App setup instructions for User Token only (#188) (a8e4463)

2.17.2 (2025-12-01)

Bug Fixes

  • migrate Slack integration from Bot Token to User Token (#185) (a6d2ce9)

2.17.1 (2025-11-30)

Bug Fixes

  • add i18n support for Slack error messages (#183) (11b8e3d)

2.17.0 (2025-11-30)

Features

  • add Terms of Service link to Slack connection dialog (#179) (6783507)
  • display Slack author as clickable mention (#180) (60f220f)

Bug Fixes

  • update token deletion wording to use auth token (#178) (bcc94d0)
  • use User Token for bot membership check (#181) (bd65809)

2.16.1 (2025-11-30)

Bug Fixes

  • require User Token for manual Slack connection (#175) (8904134)

2.16.0 (2025-11-29)

Features

  • improve Slack sharing with User Token and bot membership check (#173) (48d61b2)

2.15.1 (2025-11-29)

Bug Fixes

  • improve Slack import error handling and add files:read scope (#169) (740eef3)

2.15.0 (2025-11-28)

Features

2.14.1 (2025-11-27)

Bug Fixes

  • add refresh button to Skill Browser dialog (#163) (41ac722)

2.14.0 (2025-11-26)

Features

  • add multi-editor import support for Slack workflow sharing (#158) (00faefa)

2.13.3 (2025-11-26)

Bug Fixes

  • improve badge and description text visibility across UI (#156) (325c6bb)

2.13.2 (2025-11-25)

Bug Fixes

  • improve error message when no workspace is open (#153) (08d8278)
  • improve node palette description text visibility (#154) (a17728b)

2.13.1 (2025-11-25)

Bug Fixes

  • add MCP server refresh button to resolve cache issue (#151) (0c42c9b)

2.13.0 (2025-11-24)

Features

  • add Terms of Use dialog with onboarding tour integration (#148) (fae4334)

Bug Fixes

  • correct ConnectSlackManualPayload type definition to match implementation (#147) (735033b)

Code Refactoring

  • migrate onboarding tour from react-joyride to driver.js (#146) (62641b8)

2.12.2 (2025-11-24)

Bug Fixes

  • clear all Slack client cache on token update and disconnect (#143) (4ab26dd)

Documentation

  • add Slack sharing demo GIFs and reorganize Key Features (#142) (9ef4d05)

2.12.1 (2025-11-24)

Bug Fixes

  • resolve Slack import issues and improve setup instructions (#140) (bd264b9)

2.12.0 (2025-11-23)

Features

2.11.2 (2025-11-22)

Bug Fixes

2.11.1 (2025-11-21)

Bug Fixes

  • add missing MCP node definition to workflow schema (#128) (14f68ae)
  • allow empty parameters for MCP tools without parameters (#130) (f0e52cd)

2.11.0 (2025-11-21)

Features

  • improve Export button clarity by renaming to Convert (#126) (aa65d61)

2.10.0 (2025-11-21)

Features

  • add color property to SubAgent nodes (#124) (65f4e0b)

2.9.0 (2025-11-20)

Features

  • add prompt preview to SubAgentNode canvas display (#118) (25f5ad6)

Bug Fixes

  • simplify PromptNode canvas display style (#120) (73d6a55)
  • unify prompt terminology and rename translation keys (#119) (c616374)

2.8.0 (2025-11-20)

Features

  • add canvas interaction mode toggle (pan/selection) (#116) (6d5f4be)

2.7.4 (2025-11-19)

Bug Fixes

  • support MCP server config in .claude.json.projects scope (#113) (208b870)

2.7.3 (2025-11-19)

Bug Fixes

  • close AI refinement panel when node is clicked to show property panel (#111) (fda839e)

2.7.2 (2025-11-19)

Bug Fixes

  • reset export button state when user cancels overwrite dialog (#105) (8b945c3)
  • skip Snyk scan for Dependabot PRs to prevent authentication errors (#103) (38fda5d)
  • update biome schema and package-lock version to match package.json (#104) (02d71bc), closes #93 #93

2.7.1 (2025-11-18)

Bug Fixes

  • remove MCP documentation URL from empty state display (#101) (f949212)

2.7.0 (2025-11-18)

Features

  • improve MCP Tool node UI text clarity and add documentation hint (#97) (7bcf669), closes #88

2.6.0 (2025-11-17)

Features

  • integrate Snyk security scanning for dependency vulnerability detection (ce75878), closes #80 #80

Bug Fixes

  • update CodeQL Action from v3 to v4 to avoid deprecation warning (c1c969c)

2.5.1 (2025-11-16)

Bug Fixes

2.5.0 (2025-11-16)

Features

  • add MCP natural language mode support (#81) (0135e36)

2.4.0 (2025-11-15)

Features

  • add indeterminate progress bar for MCP tool loading (7b43b5c)
  • add indeterminate progress bar for MCP tool schema loading (9a52855)

Code Refactoring

  • extract IndeterminateProgressBar as shared component (c880d45)

2.3.0 (2025-11-15)

Features

  • add indeterminate progress bar for MCP server loading (7a4c47b)

Bug Fixes

  • improve MCP tool dialog visibility and F5 debug configuration (41a1ab8)

Documentation

  • clarify MCP network connectivity requirements (376cc44)

2.2.1 (2025-11-15)

Bug Fixes

  • bundle extension with Vite to include MCP SDK dependencies (f3a2878)

2.2.0 (2025-11-15)

Features

  • MCP Tool Node Integration - Complete implementation of Model Context Protocol tool nodes
    • MCPサーバー自動検出とツール一覧表示
    • ツール検索・フィルタリング機能
    • JSON Schemaベースの動的パラメータフォーム生成(5種類の型対応)
    • リアルタイムバリデーション
    • Slash Commandへの完全なエクスポート対応
    • 5言語対応(en, ja, ko, zh-CN, zh-TW)

Bug Fixes

  • prevent tag conflict by using @semantic-release/exec for webview sync (bfaf0cf)

Documentation

  • add Semantic Release and GitHub Actions automation guide to CLAUDE.md

2.1.0 (2025-11-15)

Features

  • 001-mcp-node: MCPノード機能の仕様と実装計画を作成 (dd14a41)
  • 001-mcp-node: Phase 1完了 - セットアップ (3400cc7)
  • 001-mcp-node: Phase 2完了 - 基盤実装 (d604444)
  • 001-mcp-node: Phase 5完了 - MCPノードのエクスポート処理と国際化対応を実装 (0cf3dcc)
  • 001-mcp-node: Phase 6完了 - ドキュメント整備と総合テスト完了 (60491fd)
  • 001-mcp-node: T018-T021 Extension側MCPメッセージハンドラとCLI実装 (f5dd4ff)
  • 001-mcp-node: T022-T027 Webview側MCPノードUI実装 (99c14df)
  • 001-mcp-node: 実装タスクリスト(tasks.md)を作成 (df28cfa)
  • add automatic release workflow with semantic-release (95e08f5)
  • add automatic sync from production to main after release (b0ed08b)
  • MCP SDKを使用した直接接続によるツール一覧取得を実装 (dde6982)
  • mcp-node: implement parameter configuration UI (T031-T038) (9eed706)
  • mcp-node: implement tool schema retrieval and JSON Schema parser (T028-T030) (8b692d4)

Bug Fixes

  • add missing conventional-changelog-conventionalcommits dependency (93b5ead)
  • build and package vsix with correct version after semantic-release (0ce6ca4)
  • format, lint, check修正 (36d6505)
  • mcp-node: add MCP node support to PropertyPanel (b64d35b)
  • mcp-node: resolve lint and type errors in Phase 4 implementation (9425a13)
  • MCPツール取得エラーの詳細ログを追加 (bd2461c)
  • MCP設定のtype自動推論と翻訳の改善 (9d6f04c)
  • MCP設定ファイル読み込みとワークスペース対応を修正 (63cf48b)
  • production→main同期でリリースコミットが含まれない問題を修正 (e938486)
  • README.mdでGitHub Issue番号として誤認識される問題を修正 (c413572), closes 1/#2
  • remove main branch from release workflow trigger (9c878ef)
  • TypeScript型定義の整合性を修正 (8e0c091)

Documentation

  • 001-mcp-node: 手動E2Eテストタスクを追加 (5f5938a)
  • add Semantic Release and GitHub Actions automation guide to CLAUDE.md (2efe70f)

Code Refactoring

  • mcp-node: replan Phase 5 and 6 tasks based on project scope (4856629)
  • mcp-node: simplify MCP node type badge to "MCP Tool" (3437140)

2.1.0 (2025-11-15)

Features

  • add automatic release workflow with semantic-release (95e08f5)
  • add automatic sync from production to main after release (b0ed08b)

Bug Fixes

  • add missing conventional-changelog-conventionalcommits dependency (93b5ead)
  • build and package vsix with correct version after semantic-release (0ce6ca4)
  • remove main branch from release workflow trigger (9c878ef)