- Internet
- Joined on
2025-10-02
Documentation updated based on all referenced PRs:
✅ Equipment System (PR #1, #3) ✅ Code Quality (PR #6, #17) ✅ Performance (PR #8, #10, #14) ✅ Memory Management (PR #12) ✅ Testing & Dev…
I'll work on this. Give me a moment to inspect the codebase and prepare the documentation updates.
All code quality enhancements implemented:
3.1 Duplicate Code: Settings defaults consolidated to config.js as single source of truth (~300 lines eliminated). Validator factory unifies…
I'll work on this. Give me a moment to inspect the codebase and prepare a fix.
No, SillyTavern does not build the extension. It loads files directly as-is.
How it works: SillyTavern reads manifest.json and loads index.js + style.css directly from the extension…
Done, Sir. PR opened: Pakobbix/rpg-companion-sillytavern#14
What was implemented:
- CSS Minification —
scripts/build-css.jsnow supports--minify…
I'll work on this. Give me a moment to inspect the codebase and prepare the CSS optimizations.
All memory management optimizations implemented:
✅ jQuery cache invalidation: clearDomCache() clears all cached jQuery references on panel rebuild ✅ Event listener cleanup: All on()/once()…