feat(deskclaw): rebrand + vibe presets + chat model picker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { closeSync, existsSync, mkdirSync, openSync, readFileSync, rmSync, writeFileSync } from 'node:fs';
|
||||
import { join } from 'node:path';
|
||||
|
||||
const LOCK_SCHEMA = 'clawx-instance-lock';
|
||||
const LOCK_SCHEMA = 'deskclaw-instance-lock';
|
||||
const LOCK_VERSION = 1;
|
||||
|
||||
export interface ProcessInstanceFileLock {
|
||||
|
||||
Reference in New Issue
Block a user