Skip to content

Engineering Bridge v0.2.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@wudy29 wudy29 released this 05 Aug 17:20
· 69 commits to main since this release

中文

Engineering Bridge v0.2.0-alpha.3 将公共 STDIO MCP 接口收敛为四个工具:

  • run_task
  • task_result
  • generate_controlled_patch
  • apply_controlled_patch

本版本统一使用 task_result 轮询任务状态,规范安全错误输出,并允许 controlled patch 在严格校验下新增普通 100644 文本文件。删除及其他不安全的 patch 形式仍会被拒绝。

同时更新并精简了相关文档,新增 GitHub Actions CI、Bug Report 和 Setup Help issue templates。

English

Engineering Bridge v0.2.0-alpha.3 reduces the public STDIO MCP interface to four tools:

  • run_task
  • task_result
  • generate_controlled_patch
  • apply_controlled_patch

This release makes task_result the unified polling interface, standardizes safe error serialization, and allows controlled patches to add ordinary 100644 text files under strict validation. Deletions and other unsafe patch forms remain rejected.

Documentation has also been streamlined and aligned with the current behavior, with GitHub Actions CI, Bug Report, and Setup Help issue templates added.