Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Aug 03:23

Added

  • register_command tool: creates a persistent custom IAgentCommand from C# source. The command is saved to Assets/AgentBridgeScripts/, compiled by the included asmdef, and discovered via TypeCache after domain reload. Supports string, int, float, and bool parameters with JSON marshaling.

Changed

  • Server startup instructions in serve.go now include guidance on register_command for domain-specific tasks that need to run more than once.

MCP context size

=== MCP context size (fixed tools only) ===
tool                        bytes  ~tokens
-------------------------------------------
screenshot                    234       58
help                          205       51
set_project                   138       34
-------------------------------------------
TOTAL (3 tools)               577      144
note: dynamic core tools from Unity are registered at runtime via the 'core' flag