fix(opencode): ACP sessions never get LLM-generated titles (#13095)

pull/12801/merge
Zhiyuan Zheng 2026-02-17 04:16:17 +08:00 committed by GitHub
parent b0afdf6ea4
commit 86e545a23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export class ACPSessionManager {
const session = await this.sdk.session
.create(
{
title: `ACP Session ${crypto.randomUUID()}`,
directory: cwd,
},
{ throwOnError: true },