fix: update model references from gpt-4o to gpt-5-2 in utils and tests

This commit is contained in:
2026-03-20 10:23:55 +05:30
parent d03e14178b
commit 05dc93b1ed
2 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -309,8 +309,8 @@ export function getSessionPath(sessionName: string): string {
*
* @example
* ```ts
* getWorktreePath("my-session", "gpt-4o");
* // "/home/user/.local/share/opencode/multi-model/my-session/gpt-4o"
* getWorktreePath("my-session", "gpt-5-2");
* // "/home/user/.local/share/opencode/multi-model/my-session/gpt-5-2"
* ```
*/
export function getWorktreePath(safeSession: string, windowName: string): string {