change session naming threshold
This commit is contained in:
@@ -43,7 +43,7 @@ Output ONLY the session name, nothing else.`;
|
||||
const AUTO_NAME_MODEL = getModel("opencode-go", "minimax-m2.5");
|
||||
|
||||
// Number of messages before auto-naming kicks in
|
||||
const AUTO_NAME_THRESHOLD = 3;
|
||||
const AUTO_NAME_THRESHOLD = 2;
|
||||
|
||||
// Debug log file
|
||||
const LOG_FILE = path.join(os.homedir(), ".pi", "session-name-debug.log");
|
||||
|
||||
Reference in New Issue
Block a user