Commit graph

  • df2161d031
    Add files via upload beep 2026-05-10 12:13:22 +10:00
  • cf13597b7e
    Delete chat-styles directory beep 2026-05-10 12:12:56 +10:00
  • 47316cf181
    Add files via upload beep 2026-05-10 12:10:44 +10:00
  • 284d02874e
    Update README.md main mattjaybe 2026-04-27 17:30:55 -04:00
  • 36a2659e50
    v5.2.0 - Two new styles for SillyTavern - characters show up in chat, change message direction, bug fixes mattjaybe 2026-04-27 17:28:39 -04:00
  • a94643a92e
    v5.1.0 - Persona fix, Author's Note support mattjaybe 2026-03-18 17:29:42 -04:00
  • cba393ad0b
    v5.1.0 - Persona fix, Author's Note support mattjaybe 2026-03-18 17:27:46 -04:00
  • f8bc280a46
    v5.0.9 - Added regex to fix names with spaces mattjaybe 2026-03-09 11:13:56 -04:00
  • 634108abd4
    v5.0.8 - Increased Chat Participation token limit mattjaybe 2026-03-08 19:45:40 -04:00
  • 1861d57485
    v5.0.7 - Fixed z-index bugs for menus mattjaybe 2026-03-06 17:29:09 -05:00
  • a2ff148ec3
    v5.0.6 - Chat Participation toggle saves after reload mattjaybe 2026-02-28 18:08:44 -05:00
  • ce0b5cf326
    v5.0.5 - Fix menus showing underneath other extensions mattjaybe 2026-02-28 14:56:53 -05:00
  • 215d4cf0b9
    v5.0.4 - Name Fix mattjaybe 2026-02-28 11:43:59 -05:00
  • 9817e39d42
    v5.0.3 - Fixed Name not saving in Chat Participation mattjaybe 2026-02-28 11:43:12 -05:00
  • e0ff273eed
    v5.0.3 - Fix for Name bug in Chat Participation mattjaybe 2026-02-28 11:22:27 -05:00
  • 7c555e1d0d
    Update README.md mattjaybe 2026-02-28 10:39:47 -05:00
  • a65b60ab29
    v.5.0.2 - Fixed menus on mobile mattjaybe 2026-02-27 15:46:00 -05:00
  • 5fae5b4572
    v5.0.1 - Fixed improper generation trigger mattjaybe 2026-02-27 15:04:07 -05:00
  • 683c46b0db
    Update LICENSE mattjaybe 2026-02-27 13:25:56 -05:00
  • 782a47f701
    Update README.md mattjaybe 2026-02-27 13:25:18 -05:00
  • 953f4f5626
    v5.0.0 - Chat Participation, Floating Panel & More mattjaybe 2026-02-27 13:05:47 -05:00
  • 3fd4d26d1d
    Add darkroast.md chat style mattjaybe 2026-02-27 13:02:39 -05:00
  • 6b5cab8e66
    Merge pull request #26 from SpicyMarinara/main mattjaybe 2026-02-06 11:31:48 -05:00
  • 098f321c74 Fix: prefer raw API data when generateRaw returns truncated result Spicy_Marinara 2026-02-06 17:01:24 +01:00
  • 1c6865d642 Fix: intercept raw response when generateRaw fails on extended thinking Spicy_Marinara 2026-02-06 13:03:47 +01:00
  • 644cfd8e85 Fix: robust response extraction for all API formats + debug logging Spicy_Marinara 2026-02-06 12:49:05 +01:00
  • 970ae13cb5 Fix: handle Anthropic content array format (extended thinking) Spicy_Marinara 2026-02-06 11:22:17 +01:00
  • b9857ddcad Fix livestream mode: prevent interruption and resume on page refresh Spicy_Marinara 2026-02-04 13:56:56 +01:00
  • 40a6925e24 Fix livestream mode stopping after first message when existing content present Spicy_Marinara 2026-02-04 13:37:32 +01:00
  • e4f06d752c Fix multi-turn chat history and context retrieval Spicy_Marinara 2026-02-04 11:37:38 +01:00
  • 3424ef8ac7 Update index.js Spicy_Marinara 2026-02-04 10:30:56 +01:00
  • c0a58c6430 Fix generation spam when editing character cards Spicy_Marinara 2026-02-03 17:08:45 +01:00
  • 1151848512 Add paused state, fix enable/disable, and restore pop-out option Spicy_Marinara 2026-02-03 17:04:17 +01:00
  • b1e6972361 Add options to include persona and character descriptions to the chat reguest leDissolution 2026-01-21 22:00:50 +00:00
  • ec4a1b821c
    Update README.md mattjaybe 2026-01-14 22:19:53 -05:00
  • 9d7f675d8c
    4.1.4 - upped max token limits mattjaybe 2026-01-14 22:18:44 -05:00
  • c7046dbb87
    Update README.md mattjaybe 2026-01-14 11:08:36 -05:00
  • c1d0dbc220
    Increased max response length, added API key to custom OpenAI-compatible selection mattjaybe 2026-01-14 11:07:28 -05:00
  • 0ecdb29f69
    Merge pull request #20 from SpicyMarinara/main mattjaybe 2026-01-13 18:24:34 -05:00
  • 903a93d322 v4.1.2: Fix generation when last message is from user Spicy_Marinara 2026-01-13 22:10:31 +01:00
  • c7fa2c5d29
    Merge pull request #15 from SpicyMarinara/main mattjaybe 2026-01-13 09:25:13 -05:00
  • 3d7182395a v4.1.1: Fix livestream AI message detection, fix OpenAI/Ollama settings persistence, add configurable wait times Spicy_Marinara 2026-01-13 14:24:51 +01:00
  • d4fc5caccf v4.1.1: Fix livestream AI message detection, fix OpenAI/Ollama settings persistence, add configurable wait times Spicy_Marinara 2026-01-13 14:20:25 +01:00
  • c9fdbc1b55 Merge branch 'main' of https://github.com/SpicyMarinara/SillyTavern-EchoChamber Spicy_Marinara 2026-01-13 09:40:59 +01:00
  • d68803b956 Update manifest.json Spicy_Marinara 2026-01-12 23:40:42 +01:00
  • 195efee351
    Update README for version 4.1.0 changes Spicy Marinara 2026-01-12 23:24:39 +01:00
  • 25e9414cc0 v4.1.0: Add Livestream feature and AO3/Wattpad style Spicy_Marinara 2026-01-12 23:14:38 +01:00
  • 5336deb52c
    Fix for on/off toggle not canceling chat generation mattjaybe 2026-01-12 15:12:59 -05:00
  • 0ed9ad0854
    Raised max_token and num_predict mattjaybe 2026-01-12 00:25:58 -05:00
  • 931277ae65
    Fix for wrong/reduced user counts mattjaybe 2026-01-11 23:56:23 -05:00
  • 57e1762342
    Update README.md mattjaybe 2026-01-11 22:02:32 -05:00
  • e09957dc6b
    Merge pull request #7 from SpicyMarinara/main mattjaybe 2026-01-11 21:52:55 -05:00
  • 80e8431fd4 Fix trash icon button click handler Spicy_Marinara 2026-01-12 02:47:47 +01:00
  • 4f8aaefaec Change Clear Chat & Cache button icon from X to trash bin Spicy_Marinara 2026-01-12 02:46:11 +01:00
  • 33525d4b5e
    Fix formatting of XML in README prompts section Spicy Marinara 2026-01-12 02:28:56 +01:00
  • c7e67d16ac
    Update README for version 4.0.0 features Spicy Marinara 2026-01-12 02:20:58 +01:00
  • b532388491 v4.0.0: Major feature update - Auto-generation toggle, metadata persistence, chat history depth, XML prompts, abort functionality, style manager improvements Spicy_Marinara 2026-01-12 02:17:01 +01:00
  • c5aa6063ce
    Fixed the removal of thinking/reasoning tags mattjaybe 2026-01-10 21:45:26 -05:00
  • 1f30b8c0a8
    Adjusted side panels for mobile displays mattjaybe 2026-01-10 10:12:29 -05:00
  • 4e37ca298a
    Fix for 'sys is not defined' bug mattjaybe 2026-01-10 01:21:32 -05:00
  • 305f197154
    Delete chat-styles/custom.md mattjaybe 2026-01-09 17:08:42 -05:00
  • 9b19fe5c14
    Tweaked/revised system prompts mattjaybe 2026-01-09 17:07:03 -05:00
  • 98750ace20
    Version 3.0.0 update mattjaybe 2026-01-09 17:05:39 -05:00
  • a4ca209634
    Update README.md mattjaybe 2026-01-09 17:02:01 -05:00
  • 804325dee0
    Style and QoL tweaks mattjaybe 2026-01-06 13:12:54 -05:00
  • 39eacff8ef
    Minor bug fixes mattjaybe 2026-01-06 12:21:18 -05:00
  • 843958ab72
    Extension version updated to 2.9.5 mattjaybe 2026-01-06 11:34:25 -05:00
  • b1f0f6c3a1
    Fixed Connection Profiles switching bug mattjaybe 2026-01-06 11:33:15 -05:00
  • 2b6583b5c8
    Updated the version to 2.9.0 mattjaybe 2026-01-06 09:20:47 -05:00
  • afc8c2dc3e
    Fixed bug caused by streaming flag mattjaybe 2026-01-06 09:16:59 -05:00
  • cf633961cf
    Fixed Connection Profiles not working mattjaybe 2026-01-06 08:47:21 -05:00
  • f80875e970
    Update README.md mattjaybe 2026-01-05 22:41:24 -05:00
  • 313de38548
    Fixed bug, stripped thinking/COT text mattjaybe 2026-01-05 22:33:57 -05:00
  • 3acd20b8d5
    Removed leftover AI text mattjaybe 2026-01-05 21:09:34 -05:00
  • 5871b98fff
    Mobile-friendly updates and customizations mattjaybe 2026-01-05 20:54:16 -05:00
  • 4f75dccf79
    Connection Profiles support, added security mattjaybe 2026-01-05 19:33:08 -05:00
  • 27f3cc4dbb
    Removed unwanted AI verbiage mattjaybe 2026-01-05 18:24:56 -05:00
  • 505652e6d8
    Update to fix installation errors (hopefully) mattjaybe 2026-01-05 14:40:46 -05:00
  • 6e8d32d10c
    Fixed manifest.json mattjaybe 2026-01-05 14:26:18 -05:00
  • 40d6031d6d
    Updated manifest.json mattjaybe 2026-01-05 11:00:05 -05:00
  • d86c7fc70a
    Update README.md mattjaybe 2026-01-05 10:56:08 -05:00
  • a31532c7c0
    Update README.md mattjaybe 2026-01-05 01:10:59 -05:00
  • 2e2010537b
    Update README.md mattjaybe 2026-01-05 01:06:16 -05:00
  • a9f18a1a92
    Updated Readme.md mattjaybe 2026-01-05 00:28:37 -05:00
  • e4a6906f2b
    Added files mattjaybe 2026-01-05 00:23:47 -05:00
  • f035fb9c99
    Initial commit mattjaybe 2026-01-05 00:20:49 -05:00