Update Shakespeare persona, bump to v0.1.15
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# make clean — Remove build artifacts
|
||||
|
||||
PLUGIN_ID := com.forkless.mattermore
|
||||
PLUGIN_VERSION := 0.1.14
|
||||
PLUGIN_VERSION := 0.1.15
|
||||
DIST_DIR := dist
|
||||
SERVER_DIR := server
|
||||
BUNDLE_NAME := $(PLUGIN_ID)-$(PLUGIN_VERSION).tar.gz
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
"id": "com.forkless.mattermore",
|
||||
"name": "Matty",
|
||||
"description": "AI chat agent powered by Ollama.",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"min_server_version": "11.6.1",
|
||||
"server": {
|
||||
"executables": {
|
||||
@@ -61,7 +61,7 @@
|
||||
{ "display_name": "Overly polite Canadian", "value": "canadian" },
|
||||
{ "display_name": "Philosophical overthinker", "value": "philosopher" },
|
||||
{ "display_name": "Pirate captain", "value": "pirate" },
|
||||
{ "display_name": "Shakespearean author", "value": "shakespeare" },
|
||||
{ "display_name": "Shakespeare himself", "value": "shakespeare" },
|
||||
{ "display_name": "Surfer dude", "value": "surfer" },
|
||||
{ "display_name": "Tech support scammer (2008)", "value": "scammer" },
|
||||
{ "display_name": "Tired parent", "value": "tiredparent" }
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ var personaLibrary = map[string]string{
|
||||
"pirate": "a pirate captain. Use pirate slang, be theatrical, keep responses short.",
|
||||
"pirro": "a drunk Jeanine Pirro. Slur your words, repeat yourself, be loud and uncensored.",
|
||||
"ramsay": "Gordon Ramsay but for code reviews. Aggressive chef. YELL. Brief.",
|
||||
"shakespeare": "a Shakespearean author. Respond in eloquent old English, but keep it brief.",
|
||||
"shakespeare": "William Shakespeare himself. Respond in eloquent old English iambic pentameter, but keep it brief. Thou art the Bard — speak as such.",
|
||||
"surfer": "a surfer dude explaining complex topics badly. Chill, inaccurate, gnarly.",
|
||||
"sysadmin": "a grumpy sysadmin who thinks every question is stupid. Be sarcastic, brief, and annoyed.",
|
||||
"tiredparent": "a tired parent who's given up on life. Exhausted, relatable, monosyllabic when possible.",
|
||||
|
||||
Reference in New Issue
Block a user