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:
@@ -68,5 +68,5 @@ function getSelectSessionApi(client: unknown): SelectSessionApi | null {
|
||||
return null
|
||||
}
|
||||
|
||||
return selectSessionValue as SelectSessionApi
|
||||
return (selectSessionValue as Function).bind(tuiValue) as SelectSessionApi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user