feat: migrate tool callers to SDK message finders on SQLite backend

This commit is contained in:
YeonGyu-Kim
2026-02-15 15:09:59 +09:00
parent 553817c1a0
commit 291a3edc71
5 changed files with 96 additions and 35 deletions

View File

@@ -129,7 +129,7 @@ Prompts MUST be in English.`
return skillError
}
const parentContext = resolveParentContext(ctx)
const parentContext = await resolveParentContext(ctx, options.client)
if (args.session_id) {
if (runInBackground) {