fix: send multi-run slash commands correctly
Multi-run now uses the normal chat routing path Slash commands are sent as commands instead of plain text Type-check and lint pass
This commit is contained in:
@@ -61,7 +61,7 @@ export type { AttachedFile }
|
||||
// Send routing — shell mode, slash commands, or normal prompt
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function routeMessage(params: {
|
||||
export function routeMessage(params: {
|
||||
sessionId: string
|
||||
directory?: string | null
|
||||
content: string
|
||||
|
||||
Reference in New Issue
Block a user