Skip to content

v2.0.8: feat(mcp): filter enabled servers only #371

Latest
Compare
Choose a tag to compare
@phodal phodal released this 13 Apr 14:33
· 11 commits to master since this release
a62384b

Bug Fixes

  • devins-lang: improve error handling for toolchain functions (a261604)
  • devins-lang: remove extra backticks in toolchain command completion (7ece9d5)
  • editor: remove scrollbar and caret settings #371 (b8df6e2)
  • mcp: adjust tool detail panel layout and styling #371 (ae59b16)
  • mcp: update function call syntax in system prompt and tool detail panel #371 (0773cb6)
  • preview: reset result panel before loading new content #371 (081ab92)

Features

  • core: add MCP file editor with preview (62de959), closes #371
  • core: implement streaming support for MCP editor #371 (823f6b1)
  • devti: add result panel for displaying responses in McpPreviewEditor #371 (5d460fe)
  • devti: implement tools panel and chatbot configuration in MCP Preview with v0 #371 (b6343d1)
  • devti: improve MCP server configuration handling and UI #371 (c362fa7)
  • editor: enable soft wraps in editor #371 (731966a)
  • editor: set "Default" as fallback model name #371 (71c3db9)
  • mcp: add detailed request/response panels #371 (21722af)
  • mcp: add execution time display to chat results #371 (be9a4ae)
  • mcp: add JSON editor for tool parameters (7a73f8a), closes #371
  • mcp: add localization for MCP Chat Config Dialog #371 (dfe9d3f)
  • mcp: add localization for MCP Result Panel #371 (cf8b970)
  • mcp: add message log panel for tool execution #371 (56e9609)
  • mcp: add result panel with tool call visualization (fbb6993)
  • mcp: add search ch functionality to MCP tools panel #371 (a4f0684)
  • mcp: add search functionality to McpToolListPanel (c7bfd16)
  • mcp: add tool detail dialog localization #371 (e782581)
  • mcp: add tool execution capability to result panel (ce86496)
  • mcp: enhance system prompt for Sketch agent #371 (672a6f5)
  • mcp: enhance tool call message display #371 (1c4fb23)
  • mcp: enhance tool detail panel with dynamic title and improved description display #371 (ae665b0)
  • mcp: enhance tool integration and UI in LLM config #371 (7423b7e)
  • mcp: extract tool list panel logic to separate component #371 (ce2c485)
  • mcp: filter enabled servers only #371 (a62384b)
  • mcp: implement tool collection from custom MCP servers #371 (72d1b82)
  • mcp: improve server tool loading and error handling in UI #371 (a1193ae)
  • mcp: improve split pane and panel layouts #371 (1a134ab)
  • mcp: integrate LLM config with chatbot selector #337 (a5c8122)
  • mcp: integrate with MCP server and enhance tool management #371 (934c1db)
  • mcp: replace prompt field with markdown editor in config dialog #371 (23a1bff)
  • mcp: set work directory for MCP server command #371 (dad6906)
  • mcp: update system prompt and UI for tool integration #371 (0c92bed)
  • mcp: 添加工具测试功能 (605c01c)
  • ui: extract request detail panel into separate component #371 (8556f2f)
  • ui: extract ResponseDetailPanel to separate file #371 (e670f28)