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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user