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

This commit is contained in:
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

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 },