fix: add FOLDER_CLAUDEMD_ENABLED to settingKeys for API/UI access
This commit is contained in:
committed by
Alex Newman
parent
9907df1db8
commit
bb96092d74
@@ -121,6 +121,7 @@ export class SettingsRoutes extends BaseRouteHandler {
|
||||
// Feature Toggles
|
||||
'CLAUDE_MEM_CONTEXT_SHOW_LAST_SUMMARY',
|
||||
'CLAUDE_MEM_CONTEXT_SHOW_LAST_MESSAGE',
|
||||
'CLAUDE_MEM_FOLDER_CLAUDEMD_ENABLED',
|
||||
];
|
||||
|
||||
for (const key of settingKeys) {
|
||||
|
||||
Reference in New Issue
Block a user