plugin-gentleman 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ascii-frames.ts +3 -3
  2. package/package.json +11 -3
package/ascii-frames.ts CHANGED
@@ -107,11 +107,11 @@ export const eyeBlinkClosed = [
107
107
 
108
108
  // Mustache section (all lines padded to 27 chars for alignment)
109
109
  export const mustachiMustacheSection = [
110
+ "███████████ ███████████", // 27 chars - perfectly symmetric
110
111
  "████████████ ████████████", // 27 chars - perfectly symmetric
111
- "███████████████████████████", // 27 chars - perfectly symmetric
112
112
  " █████████████████████████ ", // 27 chars - perfectly symmetric
113
- " ▓█████████████████████▓ ", // 27 chars - perfectly symmetric
114
- " ▓█████████████████▓ ", // 27 chars - perfectly symmetric
113
+ " ▓██████████ ██████████▓ ", // 27 chars - perfectly symmetric
114
+ " ▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓ ", // 27 chars - perfectly symmetric
115
115
  ]
116
116
 
117
117
  // Tongue animation frames (progressive) - compact design
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "plugin-gentleman",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "description": "OpenCode TUI plugin featuring Mustachi - an animated ASCII mascot with eyes, mustache, and optional motivational phrases during busy states",
6
6
  "type": "module",
7
7
  "exports": {
@@ -36,7 +36,15 @@
36
36
  "@opentui/solid": "*",
37
37
  "solid-js": "*"
38
38
  },
39
- "keywords": ["opencode", "plugin", "theme", "gentleman", "tui", "ascii", "mustachi"],
39
+ "keywords": [
40
+ "opencode",
41
+ "plugin",
42
+ "theme",
43
+ "gentleman",
44
+ "tui",
45
+ "ascii",
46
+ "mustachi"
47
+ ],
40
48
  "author": "",
41
49
  "license": "ISC",
42
50
  "repository": {
@@ -47,4 +55,4 @@
47
55
  "bugs": {
48
56
  "url": "https://github.com/IrrealV/plugin-gentleman/issues"
49
57
  }
50
- }
58
+ }