fix(opencode): ACP sessions never get LLM-generated titles (#13095)
This commit is contained in:
parent
b0afdf6ea4
commit
86e545a23e
1 changed files with 0 additions and 1 deletions
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue