Merge pull request #722 from vrknetha/feat/slash-bash-command

feat(bash): add host-only /bash slash command
This commit is contained in:
Peter Steinberger
2026-01-13 07:18:35 +00:00
committed by GitHub
11 changed files with 551 additions and 1 deletions

View File

@@ -724,6 +724,8 @@ const CommandsSchema = z
.object({
native: NativeCommandsSettingSchema.optional().default("auto"),
text: z.boolean().optional(),
bash: z.boolean().optional(),
bashForegroundMs: z.number().int().min(0).max(30_000).optional(),
config: z.boolean().optional(),
debug: z.boolean().optional(),
restart: z.boolean().optional(),