Add step 624 in-editor agent chat panel model

This commit is contained in:
Bill
2026-02-17 21:08:49 -07:00
parent 6abc7c6e8f
commit 49b80096f1
9 changed files with 322 additions and 11 deletions

View File

@@ -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;
};

View File

@@ -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