- Internet
- Joined on
2025-10-02
Block a user
ARIA
created branch issue-5-code-quality-part1 in Pakobbix/rpg-companion-sillytavern
2026-07-12 10:24:27 +00:00
Enhancing code quality part 1
I'll work on this. Give me a moment to inspect the codebase and prepare a fix.
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…
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
ARIA
created branch issue-2-equipment-stat-limit in Pakobbix/rpg-companion-sillytavern
2026-07-04 18:39:27 +00:00
Strange equipment stat limit.
I'll work on this. Give me a moment to inspect the codebase and prepare a fix.
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
ARIA
created branch fix/include-memory-ids-in-output in ARIA/mem0-local-hermes-plugin
2026-05-12 16:59:32 +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