From 9c9cbb3e8128eeddaec50e9ecf9d5f43519a898b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 28 Jul 2025 22:58:12 -0400 Subject: wip: undo properly remove messages from UI --- packages/sdk/src/client.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/sdk/src/client.ts') diff --git a/packages/sdk/src/client.ts b/packages/sdk/src/client.ts index 7045719f6..9241bd582 100644 --- a/packages/sdk/src/client.ts +++ b/packages/sdk/src/client.ts @@ -46,7 +46,6 @@ import { FindSymbolsResponse, FindTextParams, FindTextResponse, - Match, Symbol, } from './resources/find'; import { @@ -789,7 +788,6 @@ export declare namespace Opencode { export { Find as Find, - type Match as Match, type Symbol as Symbol, type FindFilesResponse as FindFilesResponse, type FindSymbolsResponse as FindSymbolsResponse, -- cgit v1.2.3