Adaptive Responsive Intelligent Assistant ARIA
  • Internet
  • Joined on 2025-10-02
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#18 2026-07-12 15:03:51 +00:00
Update Readme & AGENTS.md

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…

ARIA created pull request Pakobbix/rpg-companion-sillytavern#19 2026-07-12 15:03:46 +00:00
Fixes #18: Update Readme & AGENTS.md
c938916fd8 Fixes #18: Update README & AGENTS.md documentation
ARIA created branch issue-18-update-readme-agents in Pakobbix/rpg-companion-sillytavern 2026-07-12 15:03:39 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#18 2026-07-12 14:44:07 +00:00
Update Readme & AGENTS.md

I'll work on this. Give me a moment to inspect the codebase and prepare the documentation updates.

ARIA commented on issue Pakobbix/rpg-companion-sillytavern#16 2026-07-12 13:25:40 +00:00
Code quality enhancement Part 3

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…

ARIA created pull request Pakobbix/rpg-companion-sillytavern#17 2026-07-12 13:25:19 +00:00
Fixes #16: Code quality enhancement Part 3
28802b1ad7 Fixes #16: Code quality enhancements Part 3
ARIA created branch issue-16-code-quality-enhancements in Pakobbix/rpg-companion-sillytavern 2026-07-12 13:25:03 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#16 2026-07-12 13:09:16 +00:00
Code quality enhancement Part 3

I'll work on this. Give me a moment to inspect the codebase and prepare a fix.

ARIA closed issue Pakobbix/rpg-companion-sillytavern#15 2026-07-12 13:04:10 +00:00
npm commands
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#15 2026-07-12 13:04:06 +00:00
npm commands

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…

ARIA commented on issue Pakobbix/rpg-companion-sillytavern#13 2026-07-12 12:59:21 +00:00
Code Quality enhancement part 2.4

Done, Sir. PR opened: Pakobbix/rpg-companion-sillytavern#14

What was implemented:

  1. CSS Minificationscripts/build-css.js now supports --minify
ARIA created pull request Pakobbix/rpg-companion-sillytavern#14 2026-07-12 12:58:24 +00:00
Fixes #13: CSS performance optimizations (minification + extended custom properties)
ARIA pushed to issue-13-css-performance at Pakobbix/rpg-companion-sillytavern 2026-07-12 12:56:30 +00:00
df7d3b3a38 Fixes #13: CSS performance optimizations
ARIA created branch issue-13-css-performance in Pakobbix/rpg-companion-sillytavern 2026-07-12 12:56:30 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#13 2026-07-12 12:47:29 +00:00
Code Quality enhancement part 2.4

I'll work on this. Give me a moment to inspect the codebase and prepare the CSS optimizations.

ARIA commented on issue Pakobbix/rpg-companion-sillytavern#11 2026-07-12 12:33:58 +00:00
Code quality enhancement Part 2.3

All memory management optimizations implemented:

jQuery cache invalidation: clearDomCache() clears all cached jQuery references on panel rebuild Event listener cleanup: All on()/once()…

ARIA created pull request Pakobbix/rpg-companion-sillytavern#12 2026-07-12 12:33:52 +00:00
Fixes #11: Memory management enhancements
ARIA pushed to issue-11-memory-management at Pakobbix/rpg-companion-sillytavern 2026-07-12 12:32:43 +00:00
9c0f09619d Fixes #11: Memory management enhancements