godot-bridge 0.1.2
godot-bridge 0.1.2
原生 DeepSeek Harness (DSH) 插件:启动并操控 Godot 4.x 游戏,以原生 Agent 工具取代 godot-mcp MCP 服务器(15 个 godot_* 工具)。
A standard DSH bundle replacing the godot-mcp MCP server — 15 godot_* tools, installable with dsh plugin add.
0.1.2
- 更新提示可靠送达:
systemPrompt注入 + 命令式文本,模型会在每个会话主动告知用户可用更新 godot_ping返回plugin_version/latest_version/update_available- Update notice reliably delivered (injected
systemPrompt+ imperative text);godot_pingreports plugin/latest version
0.1.1
- 启动时更新提示(尽力而为的版本检查,raw.githubusercontent.com,5s 超时,失败静默)
- 修复
godot_command的timeout_ms死参数(原桥固定 20s 封顶,现在按调用超时生效) - 移除旧部署遗留的 headless 脚本兜底路径
- Boot-time update notice; fixed
timeout_msno-op (20s bridge cap); dropped stale fallback paths
0.1.0(首发 / initial)
- 15 个
godot_*工具:进程(run/stop/debug_output/ping)、运行时(command/screenshot)、headless(headless_op/validate_script)、项目编辑(set_project_setting/manage_autoloads/manage_input_map/manage_export_presets/create_script/create_project/export_project) - 标准 DSH bundle 形态:
@deepseek-ai/dsh-tools的defineTool+ctx.tools.register - 随包附带游戏侧资产(
mcp_interaction_server.gdautoload 等);双语文档
安装 / Install
# 方式 A:从 GitHub 安装
dsh plugin --profile web add github:Smalldy/godot-bridge
# 方式 B:下载附件 godot-bridge-0.1.2.tgz 后本地安装
dsh plugin --profile web add ./godot-bridge-0.1.2.tgz安装后重启 DSH 生效。详细文档见 README / install / CHANGELOG(随包附带)。