wip: bash

This commit is contained in:
Dax Raad
2025-08-13 13:31:29 -04:00
parent 7505fa61b9
commit c6344c5714
2 changed files with 4 additions and 4 deletions

View File

@@ -1005,7 +1005,7 @@ export namespace Session {
command: z.string(),
})
export type CommandInput = z.infer<typeof CommandInput>
export async function command(input: CommandInput) {
export async function bash(input: CommandInput) {
using abort = lock(input.sessionID)
const msg: MessageV2.Assistant = {
id: Identifier.ascending("message"),