Releases: mcpc-tech/mcpc
Releases · mcpc-tech/mcpc
v0.3.4: removing the confusing action
What's Changed
Full Changelog: 0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix/plugin resource leak by @yaonyan in #26
- Sandbox Execution Refactor: Replaced the custom Deno subprocess and JSON-RPC communication in SandboxExecutor with the @mcpc-tech/handle-sandbox package, significantly simplifying sandbox management and code execution (src/sandbox-executor.ts)
Full Changelog: v0.3.2...0.3.3
v0.3.2
What's Changed
- feat: implement agentic and workflow execution modes with correspondi… by @yaonyan in #21
- refactor: convert sampling from option to independent mode plugins by @yaonyan in #22
- feat: add code execution mode example and fix TypeScript addFormats u… by @yaonyan in #24
Full Changelog: v0.3.1...v0.3.2-release