mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-22 18:08:04 +00:00
- go_core_dispatch case 1: tool handler now calls back to plugin via invokeTool - go_core_dispatch case 2: stage handler sends full StageContext (11 fields) - New dispatch methods 26-31: Settings.GetCore/SetCore/ListCore/GetPlugin/SetPlugin/ListPlugin - Remove dlclose (plugin goroutines may still be running after Stop) - invokeTool/invokeOutput/invokeStage callbacks with proper error handling - Fix n2 unused variable