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

@@ -981,6 +981,11 @@ export async function getReplyFromConfig(
command: inlineCommandContext,
agentId,
directives,
elevated: {
enabled: elevatedEnabled,
allowed: elevatedAllowed,
failures: elevatedFailures,
},
sessionEntry,
sessionStore,
sessionKey,
@@ -1038,6 +1043,11 @@ export async function getReplyFromConfig(
command,
agentId,
directives,
elevated: {
enabled: elevatedEnabled,
allowed: elevatedAllowed,
failures: elevatedFailures,
},
sessionEntry,
sessionStore,
sessionKey,