a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

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

fix: shorten online bio suffix to fit bluesky 256 grapheme limit

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
src/bot/core/profile_manager.py
··· 9 9 logger = logging.getLogger("bot.profile_manager") 10 10 11 11 _SOURCE_LINK = "\n\nsource code: https://tangled.sh/zzstoatzz.io/bot" 12 - _ONLINE_SUFFIX = f"{_SOURCE_LINK}\n\n🟢 user memory, world memory, thread context, atproto records, publication search, post search, trending" 12 + _ONLINE_SUFFIX = f"{_SOURCE_LINK}\n\n🟢 memory, thread context, atproto, publications, post search, trending" 13 13 _OFFLINE_SUFFIX = f"{_SOURCE_LINK}\n\n🔴 offline" 14 14 _LEGACY_ONLINE = "\n\n🟢 user memory, world memory, thread context, atproto records, publication search, post search, trending" 15 15 _LEGACY_OFFLINE = " • 🔴 offline"