fix(ralph-loop): bind selectSession to tui context, use sourceSessionID for tool inheritance, handle flag-only arguments, fix test provider mocks
This commit is contained in:
@@ -67,7 +67,7 @@ export async function injectContinuationPrompt(
|
||||
tools = currentMessage?.tools
|
||||
}
|
||||
|
||||
const inheritedTools = resolveInheritedPromptTools(options.sessionID, tools)
|
||||
const inheritedTools = resolveInheritedPromptTools(sourceSessionID, tools)
|
||||
|
||||
await ctx.client.session.promptAsync({
|
||||
path: { id: options.sessionID },
|
||||
|
||||
Reference in New Issue
Block a user