mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
fix: update model references from gpt-4o to gpt-5-2 in utils and tests
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user