c6b71ec1aa
- Added relationships.enabled toggle in tracker configuration - Relationship fields and emoji badges can now be disabled/enabled - UI toggle added in Edit Trackers > Present Characters tab - Updated prompt generation to respect the toggle - Maintains backward compatibility with existing configs - Added i18n translations (en, zh-tw)
12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"display_name": "RPG Companion",
|
|
"loading_order": 100,
|
|
"requires": [],
|
|
"optional": [],
|
|
"js": "index.js",
|
|
"css": "style.css",
|
|
"author": "Marysia",
|
|
"version": "2.1.2",
|
|
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
|
}
|