Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

aa: drop double @ — handle() already includes the prefix

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

+1 -2
+1 -2
system/public/aesthetic.computer/disks/aa.mjs
··· 362 362 ink(...statusColor).write(status, { x: PAD + 32, y: PAD }); 363 363 364 364 if (userHandle) { 365 - const tag = `@${userHandle}`; 366 - ink(...PALETTE.system).write(tag, { x: w - tag.length * 6 - PAD, y: PAD }); 365 + ink(...PALETTE.system).write(userHandle, { x: w - userHandle.length * 6 - PAD, y: PAD }); 367 366 } 368 367 ink(...PALETTE.divider).box(0, HEADER_H - 2, w, 1, "fill"); 369 368