Skip to content

Commit 5a13480

Browse files
committed
clean up unused compression types
1 parent 9ca33e4 commit 5a13480

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const plugin: Plugin = (async (ctx) => {
4646
state,
4747
logger,
4848
config,
49-
workingDirectory: ctx.directory,
5049
prompts,
5150
}
5251

lib/compress/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export interface ToolContext {
88
state: SessionState
99
logger: Logger
1010
config: PluginConfig
11-
workingDirectory: string
1211
prompts: PromptStore
1312
}
1413

@@ -104,7 +103,3 @@ export interface CompressionStateInput {
104103
runId: number
105104
compressMessageId: string
106105
}
107-
108-
export interface CompressionDependencies {
109-
state: SessionState
110-
}

0 commit comments

Comments
 (0)