feat: Add Automation Panel to Agent Chat Widget

- Introduced a new Automation Panel in the Agent Chat Widget, providing users with real-time automation status, quick action buttons, and a list of recent automation actions.
- Implemented connection status indicators and refresh functionality for automation state, enhancing user interaction and feedback.
- Updated the header file to declare the new RenderAutomationPanel method, ensuring proper integration within the widget's UI structure.
This commit is contained in:
scawful
2025-10-06 01:12:43 -04:00
parent 73df4af850
commit 8d2f8e478e
3 changed files with 122 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ add_executable(
cli/handlers/agent/test_commands.cc
cli/handlers/agent/gui_commands.cc
cli/handlers/agent/tool_commands.cc
cli/handlers/agent/gui_tool_commands.cc
cli/handlers/agent/dialogue_tool_commands.cc
cli/handlers/agent/music_tool_commands.cc
cli/handlers/agent/sprite_tool_commands.cc
cli/flags.cc
cli/tui/asar_patch.cc
cli/tui/palette_editor.cc