Add step 624 in-editor agent chat panel model
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "AgentRegistry.h"
|
||||
#include "AgentMarketplace.h"
|
||||
#include "AgentPermissionPolicy.h"
|
||||
#include "../AgentChatPanelModel.h"
|
||||
|
||||
struct AgentState {
|
||||
std::unique_ptr<WebSocketAgentServer> server;
|
||||
@@ -18,4 +19,5 @@ struct AgentState {
|
||||
WorkflowRecorder workflowRecorder;
|
||||
AgentRegistry registry;
|
||||
AgentMarketplaceState marketplace;
|
||||
AgentChatState chat;
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ struct UIFlags {
|
||||
bool showMinimap = false;
|
||||
bool showCompletionHelper = false;
|
||||
bool showAnnotations = false;
|
||||
bool showOutline = true;
|
||||
bool showOutline = false;
|
||||
bool showLineNumbers = true;
|
||||
bool showLspSettings = false;
|
||||
bool showSettingsPanel = false;
|
||||
@@ -25,6 +25,7 @@ struct UIFlags {
|
||||
bool showAnnotateWizard = false;
|
||||
bool showProjectWizard = false;
|
||||
bool showAgentWizard = false;
|
||||
bool showAgentChatPanel = false;
|
||||
bool requestLayoutReset = false;
|
||||
bool requestBottomCollapse = false;
|
||||
int bottomTab = 0; // 0=Output,1=AST,2=Highlighted
|
||||
|
||||
Reference in New Issue
Block a user