Releases: tibormester/godot-agent-cli
Releases · tibormester/godot-agent-cli
v0.1.0 — initial release
Initial public release.
gdli is an agent-facing CLI that drives and observes any Godot 4.x project — in the editor and the running game — over a tiny TCP/NDJSON link (Playwright-for-Godot). The dependency-free Node client ships nested inside the GDScript addon, so both install paths deliver the same self-contained bundle: addon + CLI + 3 agent skills.
Install
- npm:
npm i -g godot-agent-cli, thengdli install .in your Godot project - Godot Asset Library: search "Godot Agent CLI" (or download
godot-agent-cli-0.1.0.zipbelow and extract into your project root)
Then enable it: Project → Project Settings → Plugins → Godot Agent CLI.
Artifacts
godot-agent-cli-0.1.0.tgz— npm package tarballgodot-agent-cli-0.1.0.zip— Asset Library bundle (addons/godot_agent_cli/, CLI + skills included)
See the README for verbs, diffs/marks, the eval bridge, and plugin authoring.