A
a0.dev3w ago
Blyp05

Keep receiving "chat history is getting long" even after clearing chat logs.

I notice the message referenced in the subject line persists, even after clearing a chat log. Could this be due to a caching issue in my browser? (I use Brave web browser, for reference.
2 Replies
Python
Python3w ago
Hmm it might be including your code in that, is this a big project? Regardless it’s a bug I’ll fix
Blyp05
Blyp05OP3w ago
Gathering specific data, fair to say it is a big project in the prototype phase, but I've had a lot of time to think about crunching messages. Current Codebase Size: ⚠️ Note: It appears the files from our recent session may not have persisted to disk yet. Let me provide estimates based on what we've built: Lines of Code (Estimated): Total TypeScript/TSX: ~2,500-3,000 lines App.tsx: ~100 lines Screens: ~1,500 lines (8-10 screens × ~150-200 lines each) Components: ~800 lines (gear primitives, links, UI components) Hooks: ~200 lines (useStoryProgress, etc.) Theme/Lib: ~100 lines File Count (Current/Planned): Screens: 10-12 files HomeScreen, ChronoWatchScreen, AdventureHubScreen, AdventureChronicleScreen, StoryCombatScreen, etc. Components: 15-20 files GearPrimitive, MainMovementLink, SubGearLink, ChainConnector, BackgroundContainer, etc. Hooks: 3-5 files Utilities/Lib: 3-5 files Total Files: ~35-45 TypeScript/TSX files

Did you find this page helpful?