Releases: gojue/moling
Releases · gojue/moling
v0.5.0
What's Changed
- feat: Add tool annotations for improved LLM tool understanding by @bryankthompson in #40
- Fix JS code injection in browser_hover via selector escaping (CWE-94) by @Copilot in #45
- security: enforce application/json Content-Type on /message to close CORS preflight bypass by @Copilot in #47
- security: fix command injection bypass in isAllowedCommand() by @Copilot in #46
- security: fix SSE CORS wildcard and add token authentication by @Copilot in #48
New Contributors
- @bryankthompson made their first contribution in #40
- @Copilot made their first contribution in #45
Full Changelog: v0.4.0...v0.5.0
What's Changed
- feat: Add tool annotations for improved LLM tool understanding by @bryankthompson in #40
- Fix JS code injection in browser_hover via selector escaping (CWE-94) by @Copilot in #45
- security: enforce application/json Content-Type on /message to close CORS preflight bypass by @Copilot in #47
- security: fix command injection bypass in isAllowedCommand() by @Copilot in #46
- security: fix SSE CORS wildcard and add token authentication by @Copilot in #48
New Contributors
- @bryankthompson made their first contribution in #40
- @Copilot made their first contribution in #45
Full Changelog: v0.4.0...v0.5.0
What's Changed
- feat: Add tool annotations for improved LLM tool understanding by @bryankthompson in #40
- Fix JS code injection in browser_hover via selector escaping (CWE-94) by @Copilot in #45
- security: enforce application/json Content-Type on /message to close CORS preflight bypass by @Copilot in #47
- security: fix command injection bypass in isAllowedCommand() by @Copilot in #46
- security: fix SSE CORS wildcard and add token authentication by @Copilot in #48
New Contributors
- @bryankthompson made their first contribution in #40
- @Copilot made their first contribution in #45
Full Changelog: v0.4.0...v0.5.0
What's Changed
- feat: Add tool annotations for improved LLM tool understanding by @bryankthompson in #40
- Fix JS code injection in browser_hover via selector escaping (CWE-94) by @Copilot in #45
- security: enforce application/json Content-Type on /message to close CORS preflight bypass by @Copilot in #47
- security: fix command injection bypass in isAllowedCommand() by @Copilot in #46
- security: fix SSE CORS wildcard and add token authentication by @Copilot in #48
New Contributors
- @bryankthompson made their first contribution in #40
- @Copilot made their first contribution in #45
Full Changelog: v0.4.0...v0.5.0
What's Changed
- feat: Add tool annotations for improved LLM tool understanding by @bryankthompson in #40
- Fix JS code injection in browser_hover via selector escaping (CWE-94) by @Copilot in #45
- security: enforce application/json Content-Type on /message to close CORS preflight bypass by @Copilot in #47
- security: fix command injection bypass in isAllowedCommand() by @Copilot in #46
- security: fix SSE CORS wildcard and add token authentication by @Copilot in #48
New Contributors
- @bryankthompson made their first contribution in #40
- @Copilot made their first contribution in #45
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
What's Changed
- feat: update dependencies and add Makefile for multi-platform builds by @cfc4n in #24
- feat: add JavaScript debugging tools to browser automation by @cfc4n in #25
- refactor: replace CallToolResult methods with NewToolResult methods for error handling by @cfc4n in #26
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- feat: update CLI descriptions for clarity and accuracy by @cfc4n in #17
- refactor: change log levels from Info to Debug and Warn for improved … by @cfc4n in #19
- fix: update README files to replace image links with direct URLs by @cfc4n in #20
- feat: add MCP Client configuration to install script by @cfc4n in #22
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.8
What's Changed
- docs: add Japanese README file by @eltociear in #13
- feat: implement log file rotation and enhance logging configuration by @cfc4n in #14
- chore: update dependencies for chromedp and mcp-go to latest versions by @cfc4n in #15
New Contributors
- @eltociear made their first contribution in #13
Full Changelog: v0.0.7...v0.0.8