fix(opencode): ACP sessions never get LLM-generated titles (#13095)
This commit is contained in:
@@ -21,7 +21,6 @@ export class ACPSessionManager {
|
|||||||
const session = await this.sdk.session
|
const session = await this.sdk.session
|
||||||
.create(
|
.create(
|
||||||
{
|
{
|
||||||
title: `ACP Session ${crypto.randomUUID()}`,
|
|
||||||
directory: cwd,
|
directory: cwd,
|
||||||
},
|
},
|
||||||
{ throwOnError: true },
|
{ throwOnError: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user