feat: added Automatic Code Template Detection And Import (#867)
* initial setup * updated template list * added optional switch to control this feature * removed some logs
This commit is contained in:
@@ -54,4 +54,5 @@ export const promptStore = atom<string>('default');
|
||||
|
||||
export const latestBranchStore = atom(false);
|
||||
|
||||
export const autoSelectStarterTemplate = atom(true);
|
||||
export const enableContextOptimizationStore = atom(false);
|
||||
|
||||
Reference in New Issue
Block a user