Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

disk: add aa to prompt-jump whitelist

aa.mjs is a chat.mjs inheritor with its own submit handler — Enter
needs to reach chat.mjs instead of being swallowed by disk.mjs's
global jump-back-to-prompt handler. Same treatment as chat,
laer-klokken, sign, jas.

Root cause of: "pressing enter is jumping me back to prompt" and
likely the "enter message box doesn't show all the time" report.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+1
+1
system/public/aesthetic.computer/lib/disk.mjs
··· 11792 11792 system !== "world" && 11793 11793 currentText !== "chat" && 11794 11794 currentText !== "laer-klokken" && 11795 + currentText !== "aa" && 11795 11796 currentText !== "sign" && 11796 11797 currentText !== "jas" && 11797 11798 currentPath !== "aesthetic.computer/disks/prompt"