feat: Add GUI Automation Tool for Tile Placement

- Introduced the HandleGuiPlaceTileCommand function to facilitate tile placement via GUI automation, enhancing the tool's capabilities for user interaction.
- Updated the ToolDispatcher to include the new command, allowing for seamless integration into the existing command structure.
- Enhanced the AgentChatWidget to initialize default labels for resource tools, improving the user experience with visual feedback on label loading status.
- Improved error handling and user messaging for better clarity during tile placement operations.
This commit is contained in:
scawful
2025-10-05 06:04:18 -04:00
parent 38915a5162
commit 8b9f838054
6 changed files with 136 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ _yaze_ensure_yaml_cpp(YAZE_YAML_CPP_TARGET)
set(YAZE_AGENT_SOURCES
cli/service/agent/proposal_executor.cc
cli/handlers/agent/tool_commands.cc
cli/handlers/agent/gui_tool_commands.cc
cli/handlers/agent/todo_commands.cc
cli/handlers/agent/hex_commands.cc
cli/handlers/agent/palette_commands.cc