change session naming threshold

This commit is contained in:
2026-03-09 16:28:56 +00:00
parent d03db1a1b6
commit b559194892
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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");