feat: personality

This commit is contained in:
Austin Pickett 2026-04-08 00:15:15 -04:00
parent ebd2d83ef2
commit 371efafc46
3 changed files with 18 additions and 2 deletions

View file

@ -842,7 +842,7 @@ export function App({ gw }: { gw: GatewayClient }) {
return true
default:
rpc('slash.exec', { command: cmd.slice(1), session_id: sid })
gw.request('slash.exec', { command: cmd.slice(1), session_id: sid })
.then((r: any) => {
if (r?.output) {
sys(r.output)