@echomem/mcp 1.4.5 → 1.4.6

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/dist/hud/web.js +1 -1
  2. package/package.json +1 -1
package/dist/hud/web.js CHANGED
@@ -602,7 +602,7 @@ export const HUD_HTML = String.raw `<!doctype html>
602
602
  renderAlert(score, oldPct, repeatCount);
603
603
  renderNudge(color, sat);
604
604
 
605
- if (renewBtn) renewBtn.style.display = color === "red" || color === "amber" ? "block" : "none";
605
+ if (renewBtn) renewBtn.style.display = "block"; // always available warm-start any session, even fresh
606
606
  prevTurnState = {
607
607
  src: score.sourcePath,
608
608
  turn: score.turn,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@echomem/mcp",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "EchoMem Cloud-First MCP Server",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",