feat: redact file contents from chat and put latest files into system prompt (#904)
This commit is contained in:
@@ -39,6 +39,9 @@ PROVIDER_LIST.forEach((provider) => {
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
//TODO: need to create one single map for all these flags
|
||||
|
||||
export const providersStore = map<ProviderSetting>(initialProviderSettings);
|
||||
|
||||
export const isDebugMode = atom(false);
|
||||
@@ -50,3 +53,5 @@ export const isLocalModelsEnabled = atom(true);
|
||||
export const promptStore = atom<string>('default');
|
||||
|
||||
export const latestBranchStore = atom(false);
|
||||
|
||||
export const enableContextOptimizationStore = atom(false);
|
||||
|
||||
Reference in New Issue
Block a user