refactor: fix tool call state handling and clean up imports (#21709)

This commit is contained in:
Dax 2026-04-09 11:56:19 -04:00 committed by GitHub
commit bd53b651a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 45 additions and 6 deletions

View file

@ -6,7 +6,6 @@ import { createOpencodeServer } from "./server.js"
import type { ServerOptions } from "./server.js"
export * as data from "./data.js"
import * as data from "./data.js"
export async function createOpencode(options?: ServerOptions) {
const server = await createOpencodeServer({