From 012826d93bd9e0e735ef95f3cf9fb03d21e02d9f Mon Sep 17 00:00:00 2001 From: Fork Less Date: Tue, 16 Jun 2026 21:40:46 +0200 Subject: [PATCH] Update Shakespeare persona, bump to v0.1.15 --- Makefile | 2 +- plugin.json | 4 ++-- server/persona.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d8bad64..e845c9c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/plugin.json b/plugin.json index 14cb014..e551622 100644 --- a/plugin.json +++ b/plugin.json @@ -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" } diff --git a/server/persona.go b/server/persona.go index 82934c2..f8796a3 100644 --- a/server/persona.go +++ b/server/persona.go @@ -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.",