@duckmind/dm-darwin-x64 0.34.8 → 0.35.0

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.
@@ -217,12 +217,14 @@ const iconMorphing: AnimationFn = (f) => {
217
217
 
218
218
  // ─── 16 Brainstorm ───────────────────────────────────────────────
219
219
  const weatherPhases = [
220
- { icon: "\ue30d", label: "calm", r: 255, g: 200, b: 50 },
221
- { icon: "\ue302", label: "thinking.", r: 180, g: 180, b: 200 },
222
- { icon: "\ue318", label: "thinking..", r: 140, g: 140, b: 180 },
223
- { icon: "\ue31d", label: "EUREKA!", r: 255, g: 255, b: 100 },
224
- { icon: "\ue30b", label: "insight!", r: 255, g: 220, b: 100 },
225
- { icon: "\ue302", label: "processing", r: 160, g: 160, b: 190 }
220
+
221
+ { icon: "\ue30d", label: "on the pond", r: 255, g: 220, b: 80 },
222
+ { icon: "\ue302", label: "following ripples", r: 180, g: 180, b: 220 },
223
+ { icon: "\ue318", label: "ducking deeper", r: 120, g: 160, b: 255 },
224
+ { icon: "\ue31d", label: "found something!", r: 255, g: 255, b: 120 },
225
+ { icon: "\ue30b", label: "bringing it back", r: 255, g: 220, b: 100 },
226
+ { icon: "\ue302", label: "making sense of it", r: 180, g: 200, b: 220 }
227
+
226
228
  ];
227
229
  const brainstorm: AnimationFn = (f) => {
228
230
  const pd = 35, pos = f % (weatherPhases.length * pd), pi = Math.floor(pos / pd), p = weatherPhases[pi];
@@ -310,8 +312,60 @@ const shimmerText: AnimationFn = (f, _w, phase) => {
310
312
 
311
313
  // ─── 24 Vibe Typewriter ──────────────────────────────────────────
312
314
  const vibeMessages = [
313
- "Engaging warp drive...", "Running diagnostics...", "Recalibrating sensors...",
314
- "Scanning the horizon...", "Channeling the cosmos...", "Weaving neural threads...", "Parsing the matrix...",
315
+ "Ducking beneath the surface...",
316
+ "Paddling through possibilities...",
317
+ "Following the breadcrumbs...",
318
+ "Fishing for insights...",
319
+ "Reading the ripples...",
320
+ "Tracing hidden currents...",
321
+ "Making sense of the pond...",
322
+ "Charting calmer waters...",
323
+ "Gathering scattered clues...",
324
+ "Connecting distant islands...",
325
+
326
+ "Listening to quiet signals...",
327
+ "Searching beneath the reflections...",
328
+ "Finding patterns in the ripples...",
329
+ "Exploring deeper waters...",
330
+ "Watching the horizon...",
331
+ "Following a promising current...",
332
+ "Looking beneath the lily pads...",
333
+ "Collecting useful fragments...",
334
+ "Mapping unfamiliar waters...",
335
+ "Exploring another angle...",
336
+
337
+ "Separating ripples from waves...",
338
+ "Following the strongest clue...",
339
+ "Untangling the current...",
340
+ "Inspecting the shoreline...",
341
+ "Testing a promising theory...",
342
+ "Connecting the dots...",
343
+ "Looking for the missing piece...",
344
+ "Sorting signal from noise...",
345
+ "Making the map clearer...",
346
+ "Finding order beneath the waves...",
347
+
348
+ "Consulting the pond archives...",
349
+ "Comparing a few possibilities...",
350
+ "Checking the deeper channels...",
351
+ "Following a curious lead...",
352
+ "Gathering more context...",
353
+ "Examining the evidence...",
354
+ "Listening for distant echoes...",
355
+ "Looking beyond the reeds...",
356
+ "Following the trail downstream...",
357
+ "Watching for hidden patterns...",
358
+
359
+ "Reducing uncertainty...",
360
+ "Bringing scattered clues together...",
361
+ "Making sense of the splashes...",
362
+ "Finding the signal...",
363
+ "Following the evidence...",
364
+ "Turning ripples into waves...",
365
+ "Connecting scattered islands...",
366
+ "Surfacing an insight...",
367
+ "Polishing the final thought...",
368
+ "Keeping all ducks in a row..."
315
369
  ];
316
370
  const cursorChars = ["✦", "✧", "⚡", "★", "·"];
317
371
  const cursorColors = [[255, 220, 100], [100, 200, 255], [255, 100, 200], [200, 255, 100]];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-darwin-x64",
3
- "version": "0.34.8",
3
+ "version": "0.35.0",
4
4
  "description": "DuckMind (dm) binary payload for darwin x64",
5
5
  "license": "MIT",
6
6
  "os": [