feat: rename data directory, add global project settings, multi-project CLI commands, and provider badge in model selector
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -315,7 +315,7 @@ export class Database {
|
||||
private transactionDepth = 0;
|
||||
|
||||
constructor(private kbDir: string) {
|
||||
this.dbPath = join(kbDir, "kb.db");
|
||||
this.dbPath = join(kbDir, "fusion.db");
|
||||
|
||||
// Ensure .fusion directory exists
|
||||
if (!existsSync(kbDir)) {
|
||||
|
||||
Reference in New Issue
Block a user