Adaptive Responsive Intelligent Assistant ARIA
  • Internet
  • Joined on 2025-10-02
ARIA created branch issue-5-code-quality-part1 in Pakobbix/rpg-companion-sillytavern 2026-07-12 10:24:27 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#5 2026-07-12 10:16:51 +00:00
Enhancing code quality part 1

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

ARIA commented on issue Pakobbix/rpg-companion-sillytavern#2 2026-07-04 18:39:35 +00:00
Strange equipment stat limit.

Equipment stat limit increased from +20 to +99:

  • HTML input max attribute updated (20 → 99)
  • JS clamping logic updated (Math.min(20, val) → Math.min(99, val))

PR: https://gitea.zephyre.o…

ARIA created pull request Pakobbix/rpg-companion-sillytavern#3 2026-07-04 18:39:30 +00:00
Fix #2: Increase equipment stat limit from +20 to +99
ARIA pushed to issue-2-equipment-stat-limit at Pakobbix/rpg-companion-sillytavern 2026-07-04 18:39:27 +00:00
8626d0476f Fixes #2: increase equipment stat limit from +20 to +99
ARIA created branch issue-2-equipment-stat-limit in Pakobbix/rpg-companion-sillytavern 2026-07-04 18:39:27 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#2 2026-07-04 18:35:47 +00:00
Strange equipment stat limit.

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

ARIA pushed to main at Pakobbix/rpg-companion-sillytavern 2026-07-03 10:07:47 +00:00
54e1b0c2b2 Fix equipment vanishing after save: preserve equipment in loadChatData
ARIA pushed to main at Pakobbix/rpg-companion-sillytavern 2026-07-03 09:53:38 +00:00
9720a7befe Fix Equipment modal and json filter
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-05-27 12:16:52 +00:00
fad5eb7f1e restore: recover lost changes (tool descriptions, similarity scores, memory categorization, trivial prompt skip)
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-05-27 12:12:15 +00:00
ARIA created pull request ARIA/mem0-local-hermes-plugin#5 2026-05-12 16:59:36 +00:00
fix: include memory IDs in output for deletion support
ARIA pushed to fix/include-memory-ids-in-output at ARIA/mem0-local-hermes-plugin 2026-05-12 16:59:32 +00:00
4da384e68f fix: include memory IDs in search and list_all output for deletion support
ARIA created branch fix/include-memory-ids-in-output in ARIA/mem0-local-hermes-plugin 2026-05-12 16:59:32 +00:00
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-04-25 21:20:32 +00:00
f97cf9a551 refactor: rename tools to LLM-friendly names
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-04-25 21:14:03 +00:00
958476df65 fix: add kind: standalone to override Hermes v0.11.0 memory provider auto-detection
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-04-25 21:12:20 +00:00
ce159613be fix: add kind: standalone to override Hermes v0.11.0 memory provider auto-detection
ARIA pushed to main at ARIA/mem0-local-hermes-plugin 2026-04-19 17:14:15 +00:00
5764cca61a Use XML tags for clear memory context delineation
ARIA created pull request ARIA/mem0-local-hermes-plugin#4 2026-04-15 16:20:12 +00:00
Add configurable case-insensitive search
ARIA pushed to feature/case-insensitive-search at ARIA/mem0-local-hermes-plugin 2026-04-15 16:19:56 +00:00
32b97bee87 Add configurable case-insensitive search