mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 02:11:28 +00:00
fix(api): complete anthropic direct profile support
This commit is contained in:
@@ -101,6 +101,7 @@ function createSettingsFile(
|
||||
},
|
||||
};
|
||||
|
||||
fs.mkdirSync(ccsDir, { recursive: true });
|
||||
fs.writeFileSync(settingsPath, JSON.stringify(settings, null, 2) + '\n', 'utf8');
|
||||
|
||||
// Inject WebSearch hooks into profile settings
|
||||
|
||||
Reference in New Issue
Block a user