fix: match existing codebase session.messages() parameter shape

This commit is contained in:
MoerAI
2026-03-18 19:08:05 +09:00
parent a3db64b931
commit 071fab1618
2 changed files with 6 additions and 6 deletions
@@ -23,8 +23,8 @@ interface ClientLike {
query: { directory: string }
}) => Promise<unknown>
messages: (input: {
sessionID: string
directory: string
path: { id: string }
query?: { directory: string }
}) => Promise<unknown>
}
tui: {