Releases: opentiny/webmcp-sdk
Releases · opentiny/webmcp-sdk
v0.3.3
v0.3.2
What's Changed
Exciting New Features 🎉
- feat: 查询无障碍信息时,为可点击元素添加边框 by @shenjunjian in #407
- feat: Support plugin name and description configuration in mcp-servers by @zzcr in #416
- feat: 完成React应用的开发,并补充文档 by @shenjunjian in #420
- feat: Initialize the doc-ai-angular project by @wuyiping0628 in #424
Bug Fixes 🐛
- fix: 为modelContext 增加类型提示 by @shenjunjian in #412
- fix(skills): 支持异步加载skill 目录中的文件 by @shenjunjian in #414
- fix: 优化日期提示词,简化WebMcpClient的connnect函数写法 by @shenjunjian in #406
- fix: 无障碍边框引起的其它工具使用异常的问题修复 by @shenjunjian in #417
- fix: 添加异常捕获,避免在chrome:// 协议的url上操作引起bug,阻塞不能继续 by @shenjunjian in #418
- fix: 无障碍时要高亮 by @shenjunjian in #419
- fix: fix webmcp connection error with MCP inspector via WebAgent by @zzcr in #421
- fix: markdown default style issue by @zzcr in #423
- fix: 修改异步skill的内容不能加载的bug by @shenjunjian in #425
Other Changes
- docs: Update README for WebMCP/Polyfill focus and remote control features by @zzcr in #413
- docs: Optimize WebMCP and WebSkills best practices documentation by @zzcr in #415
- docs: Add WebMcpClient proxy documentation and remove obsolete docs by @zzcr in #422
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
Exciting New Features 🎉
Other Changes
- doc: update builtin webmcp doc by @zzcr in #405
- docs: update and refine documentation for agent, model, and tool configuration guides by @zzcr in #409
- docs: Update best practices documentation and version by @zzcr in #410
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Exciting New Features 🎉
- feat: Enhance agent-server support and improve session tracking by @zzcr in #390
- feat: Add webAgent and model configuration management features by @zzcr in #391
- feat: 添加 React工程的最佳实践 by @shenjunjian in #392
- feat: Enhance tool registration and simplify architecture by @zzcr in #396
- feat(wxt): 重构标签管理的工具,支持打开,查询,切换,关闭等功能 by @shenjunjian in #394
- feat: Add English README and introduce built-in browser WebMCP by @zzcr in #397
- feat: Enhance webmcp compatibility and update related documentation by @zzcr in #403
- feat: Add WebMCP documentation and compatibility solutions by @zzcr in #400
- feat: Optimize webmcp documentation and update best practices by @zzcr in #404
Bug Fixes 🐛
- fix: 修复AI消息复制不到内容的问题 by @shenjunjian in #395
- fix: Fix navigation issue in Chinese and English README by @zzcr in #398
- fix: 修复历史会话无法保存的问题 by @shenjunjian in #402
Full Changelog: v0.2.10...v0.3.0
v0.3.0-alpha.0
What's Changed
Exciting New Features 🎉
- feat: Enhance agent-server support and improve session tracking by @zzcr in #390
- feat: Add webAgent and model configuration management features by @zzcr in #391
- feat: 添加 React工程的最佳实践 by @shenjunjian in #392
- feat: Enhance tool registration and simplify architecture by @zzcr in #396
- feat(wxt): 重构标签管理的工具,支持打开,查询,切换,关闭等功能 by @shenjunjian in #394
- feat: Add English README and introduce built-in browser WebMCP by @zzcr in #397
Bug Fixes 🐛
- fix: 修复AI消息复制不到内容的问题 by @shenjunjian in #395
Full Changelog: v0.2.10...v0.3.0-alpha.0
v0.2.10
What's Changed
Exciting New Features 🎉
- feat: Optimized Accessibility description by @zzcr in #379
- feat: Skills description for optimizing Vue best practices by @zzcr in #378
- feat: Added options for custom suggestion cards and shortcut buttons in the action area. by @zzcr in #380
- feat: Add introduction and best practices for WebMCP and WebSkills by @zzcr in #382
- feat: 移除固定的getToday的工具,在系统提示词添加固定的当前时间 by @shenjunjian in #384
- feat: Support local and web-agent connections in Vue best practices by @zzcr in #385
- feat: Support custom request headers in mcp-servers by @zzcr in #387
- feat: 增加自定义流消息渲染的功能 by @shenjunjian in #386
Other Changes
- docs: update README.md by @zzcr in #381
- docs: Optimize best practices documentation and update version by @zzcr in #388
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
Exciting New Features 🎉
- feat: Enhance skills document matching logic for accurate content retrieval by @zzcr in #364
- feat: Optimize Vue best practices and enhance Doc-AI application UI by @zzcr in #365
- feat: enhance remoter visibility and fix skill document resolution by @zzcr in #366
- feat(react): 添加react 的最佳实践工程 by @shenjunjian in #367
- feat: Add support for loading page tools after route navigation by @zzcr in #371
- feat: Add optional animation prompt for tool invocation by @zzcr in #373
- feat(react): 在react 实践工程中,整合 webMcp ,web skills 与路由管理 by @shenjunjian in #372
- feat: next-sdk支持默认路由跳转工具,解决路由跳转和页面工具注册时机错乱问题 by @zzcr in #377
Bug Fixes 🐛
- fix(remoter): 修复历史会话记录没有滚动条的bug by @shenjunjian in #368
- fix(remoter): 优化滚动条样式以及会话高度 by @shenjunjian in #369
Other Changes
Full Changelog: v0.2.7...v0.2.9
v0.2.8
What's Changed
Exciting New Features 🎉
- feat: Enhance skills document matching logic for accurate content retrieval by @zzcr in #364
- feat: Optimize Vue best practices and enhance Doc-AI application UI by @zzcr in #365
- feat: enhance remoter visibility and fix skill document resolution by @zzcr in #366
- feat(react): 添加react 的最佳实践工程 by @shenjunjian in #367
- feat: Add support for loading page tools after route navigation by @zzcr in #371
- feat: Add optional animation prompt for tool invocation by @zzcr in #373
- feat(react): 在react 实践工程中,整合 webMcp ,web skills 与路由管理 by @shenjunjian in #372
Bug Fixes 🐛
- fix(remoter): 修复历史会话记录没有滚动条的bug by @shenjunjian in #368
- fix(remoter): 优化滚动条样式以及会话高度 by @shenjunjian in #369
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
Exciting New Features 🎉
- feat: Add Vue best practices guide and improve code formatting in various components by @zzcr in #354
- feat: Add an angular project based on webMCP+webSkills best practices by @zzcr in #358
- feat: Added the ability to load the routing tool on demand by @zzcr in #362
- feat: Improve sessionId handling for flexibility in remoter components by @zzcr in #363
Other Changes
- feat: Added CRUD support to the online skills management interface; added an internal token retrieval page. by @zzcr in #341
- fix: fixed an issue with the incorrect data structure for retrieving the token. by @zzcr in #342
- fix: Improve error handling in CustomAgentModelProvider to include response body in error messages by @zzcr in #343
- feat: Compatible with skills import paths in multiple format by @zzcr in #348
- feat: Add import and backup functionality for skills management by @zzcr in #349
- chore: add LICENSE by @kagol in #351
- feat(remoter): 添加自定义用户,ai 头像功能,添加显示插件切换按钮的功能 by @shenjunjian in #344
- feat(doc): 编写浏览器扩展的大模型配置的文档 by @shenjunjian in #347
- fix: 重构 Prompt 管理,引入PromptManager by @shenjunjian in #350
- fix: 将skill内容追加到系统提示词中 by @shenjunjian in #352
- feat: Adding best practices for integrating WebMCP into a Vue project and its related APIs by @zzcr in #353
- feat: Supports route configuration (optional) by @zzcr in #356
- fix(remoter): 新增token动态隐藏和私有的debugStream属性 by @shenjunjian in #355
- fix: 修改生成式UI 开关切换的逻辑,直接切换url by @shenjunjian in #357
- docs: Add Angular best practices guide to documentation and enhance app component initialization by @zzcr in #359
- chore: enhance release configuration for changelog categorization by @zzcr in #360
- refactor: Refactor genui switch logic and enhance LLM configuration handling by @zzcr in #361
Full Changelog: v0.2.6...v0.2.7
v0.2.6-beta.1
What's Changed
Exciting New Features 🎉
- feat: Add Vue best practices guide and improve code formatting in various components by @zzcr in #354
- feat: Add an angular project based on webMCP+webSkills best practices by @zzcr in #358
Other Changes
- feat: Added CRUD support to the online skills management interface; added an internal token retrieval page. by @zzcr in #341
- fix: fixed an issue with the incorrect data structure for retrieving the token. by @zzcr in #342
- fix: Improve error handling in CustomAgentModelProvider to include response body in error messages by @zzcr in #343
- feat: Compatible with skills import paths in multiple format by @zzcr in #348
- feat: Add import and backup functionality for skills management by @zzcr in #349
- chore: add LICENSE by @kagol in #351
- feat(remoter): 添加自定义用户,ai 头像功能,添加显示插件切换按钮的功能 by @shenjunjian in #344
- feat(doc): 编写浏览器扩展的大模型配置的文档 by @shenjunjian in #347
- fix: 重构 Prompt 管理,引入PromptManager by @shenjunjian in #350
- fix: 将skill内容追加到系统提示词中 by @shenjunjian in #352
- feat: Adding best practices for integrating WebMCP into a Vue project and its related APIs by @zzcr in #353
- feat: Supports route configuration (optional) by @zzcr in #356
- fix(remoter): 新增token动态隐藏和私有的debugStream属性 by @shenjunjian in #355
- fix: 修改生成式UI 开关切换的逻辑,直接切换url by @shenjunjian in #357
- docs: Add Angular best practices guide to documentation and enhance app component initialization by @zzcr in #359
- chore: enhance release configuration for changelog categorization by @zzcr in #360
Full Changelog: v0.2.6...v0.2.6-beta.1