mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 13:21:03 +00:00
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
|
||||
.create(
|
||||
{
|
||||
title: `ACP Session ${crypto.randomUUID()}`,
|
||||
directory: cwd,
|
||||
},
|
||||
{ throwOnError: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue