feat: Implement ProposalDrawer for managing agent proposals with UI controls

This commit is contained in:
scawful
2025-10-01 19:38:08 -04:00
parent 02c6985201
commit 0b62bcbda0
9 changed files with 525 additions and 3 deletions

View File

@@ -169,6 +169,9 @@ if (YAZE_BUILD_LIB)
${YAZE_APP_EMU_SRC}
${YAZE_GUI_SRC}
${YAZE_UTIL_SRC}
# CLI service sources (needed for ProposalDrawer)
cli/service/proposal_registry.cc
cli/service/rom_sandbox_manager.cc
)
# Create full library for C API
@@ -434,6 +437,8 @@ source_group("Application\\Editor\\System" FILES
app/editor/system/log_viewer.h
app/editor/system/memory_editor.cc
app/editor/system/memory_editor.h
app/editor/system/proposal_drawer.cc
app/editor/system/proposal_drawer.h
app/editor/system/rom_analyzer.cc
app/editor/system/rom_analyzer.h
)