This commit is contained in:
YeonGyu-Kim
2026-05-27 13:58:58 +09:00
parent 73e8988f31
commit db00bb3d42
18 changed files with 21606 additions and 431 deletions
@@ -32,7 +32,7 @@ export function createToolContext(sessionID: string): ToolContext {
worktree: "/project",
abort: new AbortController().signal,
metadata: () => {},
ask: async () => {},
ask: () => Effect.void,
}
}