fix: add FOLDER_CLAUDEMD_ENABLED to settingKeys for API/UI access

This commit is contained in:
Michel Tomas
2026-02-04 02:20:42 +01:00
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) {