There was an error while loading. Please reload this page.
1 parent 9ca33e4 commit 5a13480Copy full SHA for 5a13480
2 files changed
index.ts
@@ -46,7 +46,6 @@ const plugin: Plugin = (async (ctx) => {
46
state,
47
logger,
48
config,
49
- workingDirectory: ctx.directory,
50
prompts,
51
}
52
lib/compress/types.ts
@@ -8,7 +8,6 @@ export interface ToolContext {
8
state: SessionState
9
logger: Logger
10
config: PluginConfig
11
- workingDirectory: string
12
prompts: PromptStore
13
14
@@ -104,7 +103,3 @@ export interface CompressionStateInput {
104
103
runId: number
105
compressMessageId: string
106
107
-
108
-export interface CompressionDependencies {
109
- state: SessionState
110
-}
0 commit comments