munimunigamer
10a4f9e89e
fixed auto image gen to use external mode as well
2025-12-29 02:56:04 -12:00
munimunigamer
fb8a6fcc30
using localstorage instead of extension settings for api key now
2025-12-29 02:50:30 -12:00
munimunigamer
b037d95da8
hide the "use model connected to RPG Companion Trackers preset"
2025-12-29 02:43:53 -12:00
munimunigamer
018ab3613f
changed default max tokens from 2048 to 8192
2025-12-29 02:42:51 -12:00
munimunigamer
5369cb14a5
add cors error logging, letting the user know if an endpoint can't be used due to cors blocking
2025-12-29 02:42:37 -12:00
munimunigamer
1d4a64bac7
added external api
2025-12-29 02:38:08 -12:00
munimunigamer
9936fb483d
added external api settings to extension settings
2025-12-29 02:21:30 -12:00
Spicy_Marinara
3caa74fbf8
Combat encounters: Add pre-encounter config modal, targeting fixes, and tracker integration
...
- Add pre-encounter narrative configuration modal with combat/summary style settings
- Change POV fields to text inputs (default: narrator) for custom character names
- Fix targeting system for enemies with spaces in names (e.g., 'Gilded Thrall 1')
- Display character-specific sprites/avatars in targeting modal instead of generic emojis
- Add combat difficulty scaling guidance to prevent trivial god defeats or endless wolf battles
- Integrate tracker updates in combat summary generation (together mode)
- Update auto-save logs description to clarify file storage vs chat history
- Apply extension theming to Close Combat Window button
2025-12-27 16:06:06 +01:00
Spicy Marinara
436f3495f8
Merge pull request #74 from joenunezb/fix/hanging-swipes-with-chapterCheckpoints
...
fix: Swipes hanging due race condition when handling promises in chapterCheckpoints
2025-12-27 08:42:04 +01:00
joenunezb
afa39b1387
Useless comments
2025-12-26 19:24:08 -08:00
joenunezb
b38dbe06a6
fix: Properly handle promises that lead to hangs on swipes
2025-12-26 19:01:05 -08:00
Spicy Marinara
6b73e422de
Merge pull request #73 from munimunigamer/merge-fix-69-70
...
Quick fix on the merge problem
2025-12-26 18:13:41 +01:00
munimunigamer
ed5bcb2670
fixed index.js file
2025-12-26 10:57:46 -06:00
Spicy Marinara
c29f2b1bb5
Merge pull request #70 from munimunigamer/auto-image-generation
...
Add automatic avatar generation for NPCs with LLM-powered prompts
2025-12-26 10:00:38 +01:00
Spicy Marinara
91732b4d1c
Merge branch 'main' into auto-image-generation
2025-12-26 10:00:29 +01:00
Spicy Marinara
b163141652
Merge pull request #69 from munimunigamer/main
...
feat: Add configurable toggles for Narrator Mode and dice display
2025-12-26 09:58:32 +01:00
munimunigamer
87e86bfbb4
Removing my .claude settings file oopsies
2025-12-25 23:43:39 -08:00
munimunigamer
d10d4e876f
replaced disable placeholder card with Narrator mode (changes prompt a bit to support open ended rpgs/narrator cards that don't have defined characters better)
2025-12-26 01:31:16 -06:00
munimunigamer
fdaca39d39
renamed stable diffusion to image generation
2025-12-26 01:01:04 -06:00
munimunigamer
2df173e6af
fixed up re-rendering images when right clicking
2025-12-26 00:54:44 -06:00
munimunigamer
de11f6f7e2
llm generated image gen prompts
2025-12-25 21:13:19 -08:00
munimunigamer
b7e52046bc
fixed avatar images appearing in rpg
2025-12-25 20:39:01 -08:00
munimunigamer
7802479670
auto-image-generation
2025-12-25 19:59:25 -08:00
munimunigamer
c73260b2c6
Added placeholder and dice config options
2025-12-25 18:27:28 -08:00
Spicy_Marinara
04bd314da2
Add chapter checkpoint UI improvements and separate Quests toggle
...
- Fix checkpoint button display with expandMessageActions setting
- Add body class observer to update buttons when setting toggles
- Add cleanupCheckpointUI function for extension disable
- Separate Quests from Inventory with independent toggle
- Add horizontal scrolling to Info Box dashboard
- Add divider between Inventory and Quests sections
2025-12-22 01:05:01 +01:00
Spicy_Marinara
d386752f9c
Fix chapter checkpoint button duplication issue
2025-12-22 00:27:25 +01:00
Spicy_Marinara
9d8b758317
Remove accidentally committed log file
2025-12-21 23:55:02 +01:00
Spicy_Marinara
fe03cba802
feat: Add remove button for characters in Present Characters panel
...
- Add removeCharacter() function to delete characters from panel and saved data
- Remove character from both lastGeneratedData and committedTrackerData
- Add X button to character card header with hover effects
- Button removes character from display and prevents re-inclusion in next generation
- Updates are persisted to chat metadata
2025-12-19 18:01:05 +01:00
Spicy_Marinara
ab7dfeaf8b
feat: Add custom avatar upload for NPCs in Present Characters panel
...
- Add npcAvatars storage to extension settings for custom NPC images
- Implement getCharacterAvatar() to check custom avatars first
- Add uploadNpcAvatar() function with file validation (2MB max, images only)
- Make character avatars clickable with visual feedback
- Support left-click to upload and right-click to remove custom avatars
- Add camera icon overlay on hover with smooth animations
- Store avatars as base64 data URIs for persistence across sessions
2025-12-18 14:14:49 +01:00
Spicy_Marinara
5bc7bfe22f
Fix: Preserve decimal commas in numbers (e.g., 4443,445)
...
- Modified itemParser to detect commas between digits
- Prevents splitting money/numbers with comma decimal separators
- Example: '4443,445 gold coins' now stays as one item
- Added documentation and example for decimal comma handling
2025-12-18 02:03:11 +01:00
Spicy_Marinara
3ded104218
Add chapter checkpoint feature
...
- New feature: bookmark messages to exclude earlier history from context
- Saves tokens by marking chapter start points in long chats
- Uses SillyTavern's /hide and /unhide slash commands
- Persists checkpoint across page reloads and generation events
- UI: bookmark icon in message menus with visual indicators
- Debounced restore function prevents concurrent executions
- Pre-generation checkpoint application ensures messages stay hidden
- Clean production-ready code with proper error handling
2025-12-18 01:59:14 +01:00
Spicy_Marinara
8645bbde98
Revert "Merge pull request #57 from devsorcer/claude/add-character-state-tracking-01AC3zt7Z6eEYLfZXoZCgut4"
...
This reverts commit 8905db3e44 , reversing
changes made to 628d8ee7a4 .
2025-12-06 00:04:32 +01:00
Spicy Marinara
cc1dd8dc11
Merge pull request #60 from SpicyMarinara/revert-59-main
...
Revert "All the features"
2025-12-05 22:44:11 +01:00
Spicy Marinara
bfb63a34cd
Revert "All the features"
2025-12-05 22:43:56 +01:00
Spicy_Marinara
275179fa7f
Revert "Update promptBuilder.js"
...
This reverts commit 3c6daa6a72 .
2025-12-05 22:43:04 +01:00
Spicy_Marinara
3c6daa6a72
Update promptBuilder.js
2025-12-05 21:54:15 +01:00
Spicy Marinara
02f74c8e75
Merge pull request #59 from Subarashimo/main
...
All the features
2025-12-05 20:51:38 +01:00
Spicy Marinara
cdbf3a0354
Merge branch 'main' into main
2025-12-05 20:51:05 +01:00
Spicy Marinara
31f12941a8
Merge pull request #58 from devsorcer/main
...
Done
2025-12-05 20:47:50 +01:00
Spicy Marinara
8905db3e44
Merge pull request #57 from devsorcer/claude/add-character-state-tracking-01AC3zt7Z6eEYLfZXoZCgut4
...
Claude/add character state tracking 01 ac3zt7 z6e ey lf z xo z cgut4
2025-12-05 20:46:32 +01:00
Subarashimo
3500c200c6
Merge branch 'main' of https://github.com/Subarashimo/rpg-companion-sillytavern
2025-12-05 19:53:04 +01:00
Subarashimo
e9317595b6
fix: string format skills
2025-12-05 19:52:25 +01:00
Subarashimo
f1219d6a40
Merge branch 'main' into main
2025-12-05 18:16:05 +01:00
Subarashimo
7e47dbfd7c
chore: final cleanup
2025-12-05 18:10:21 +01:00
Subarashimo
38328de1bf
fix: clear skills
2025-12-05 16:29:54 +01:00
Subarashimo
806a7078a7
feat: message interception
2025-12-05 11:40:50 +01:00
Claude
6a513bc0b5
Add dynamic container creation as fallback if template fails to load
2025-12-05 05:19:41 +00:00
Claude
ffed3aa1b5
Add diagnostic logging to character state tracking
2025-12-05 05:12:58 +00:00
Claude
14465e5ae9
Bump version to 2.0.0 with visible loading indicator
2025-12-05 05:06:39 +00:00
devsorcer
817dad352f
Add files via upload
2025-12-05 10:32:28 +05:30