Skip to content

Commit f1a6bf3

Browse files
committed
[codecane] fix types
1 parent 45cd08b commit f1a6bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
},
288288
"sdk": {
289289
"name": "@codebuff/sdk",
290-
"version": "0.5.11",
290+
"version": "0.5.12",
291291
"dependencies": {
292292
"@jitl/quickjs-wasmfile-release-sync": "0.31.0",
293293
"@vscode/tree-sitter-wasm": "0.1.4",

packages/agent-runtime/src/run-programmatic-step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const runIdToGenerator: Record<string, StepGenerator | undefined> = {}
2929
export const runIdToStepAll: Set<string> = new Set()
3030

3131
// Function to clear the generator cache for testing purposes
32-
export function clearAgentGeneratorCache() {
32+
export function clearAgentGeneratorCache(params: { logger: Logger }) {
3333
for (const key in runIdToGenerator) {
3434
delete runIdToGenerator[key]
3535
}

0 commit comments

Comments
 (0)