We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef04702 commit 4c263ceCopy full SHA for 4c263ce
1 file changed
gui/src/context/MockIdeMessenger.ts
@@ -81,7 +81,34 @@ const DEFAULT_MOCK_CORE_RESPONSES: MockResponses = {
81
],
82
profileId: "local",
83
result: {
84
- config: undefined,
+ config: {
85
+ tools: [],
86
+ slashCommands: [],
87
+ contextProviders: [],
88
+ mcpServerStatuses: [],
89
+ usePlatform: true,
90
+ modelsByRole: {
91
+ chat: [],
92
+ apply: [],
93
+ edit: [],
94
+ summarize: [],
95
+ autocomplete: [],
96
+ rerank: [],
97
+ embed: [],
98
+ subagent: [],
99
+ },
100
+ selectedModelByRole: {
101
+ chat: null,
102
+ apply: null,
103
+ edit: null,
104
+ summarize: null,
105
+ autocomplete: null,
106
+ rerank: null,
107
+ embed: null,
108
+ subagent: null,
109
110
+ rules: [],
111
112
errors: [],
113
configLoadInterrupted: false,
114
},
0 commit comments