From a279f63f63f420bff2135398be0dd85bb2a3159b Mon Sep 17 00:00:00 2001 From: Solomon Date: Wed, 17 Jun 2026 09:50:04 +0800 Subject: [PATCH] Update manager.ts Delete the unused variables. --- src/plugin/pty/manager.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugin/pty/manager.ts b/src/plugin/pty/manager.ts index f083baed..2417622f 100644 --- a/src/plugin/pty/manager.ts +++ b/src/plugin/pty/manager.ts @@ -1,7 +1,5 @@ import type { OpencodeClient } from '@opencode-ai/sdk' -import { semver } from 'bun' import { Terminal } from 'bun-pty' -import { version as bunPtyVersion } from 'bun-pty/package.json' import { NotificationManager } from './notification-manager.ts' import { OutputManager } from './output-manager.ts' import { SessionLifecycleManager } from './session-lifecycle.ts'